You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My setup currently is that my aggregator.conf file for sos_store container points to sos_${DATE}. I have a rollover script which uses ldmsd_controller to change the container to a directory with the current day. When I restarted the aggregator with an agg.conf pointing to the wrong day, and therefore an old directory, I got these errors:
Thu Jun 27 07:53:04 2019: ERROR : Error 17: File exists at store_sos.c:725
Thu Jun 27 07:53:06 2019: ERROR : Error 24: Too many open files at store_sos.c:725
Fixing my agg.conf solved these errors but I wanted to record this behavior.
The text was updated successfully, but these errors were encountered:
My setup currently is that my aggregator.conf file for sos_store container points to sos_${DATE}. I have a rollover script which uses ldmsd_controller to change the container to a directory with the current day. When I restarted the aggregator with an agg.conf pointing to the wrong day, and therefore an old directory, I got these errors:
Thu Jun 27 07:53:04 2019: ERROR : Error 17: File exists at store_sos.c:725
Thu Jun 27 07:53:06 2019: ERROR : Error 24: Too many open files at store_sos.c:725
Fixing my agg.conf solved these errors but I wanted to record this behavior.
The text was updated successfully, but these errors were encountered: