ovis-hpc / sos

sos pre-release stable.
https://github.com/ovis-hpc/sos/wiki
Other
4 stars 7 forks source link

Sos error for pointing at old directory #19

Open bschwal opened 5 years ago

bschwal commented 5 years ago

My setup currently is that my aggregator.conf file for sosstore 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.