-
Bug
-
Resolution: Fixed
-
Minor
-
None
I notice a LOT of "ThinBackup Worker Thread" starting and finishing INFO messages in my jenkins.log file, so I am wondering if the RecurrencePeriod is set too low - does it really have to run every second? Even better, maybe allow it to be configurable by the user.
Excerpt from log file:
May 12, 2011 11:21:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Started ThinBackup Worker Thread May 12, 2011 11:21:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Finished ThinBackup Worker Thread. 1 ms May 12, 2011 11:22:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Started ThinBackup Worker Thread May 12, 2011 11:22:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Finished ThinBackup Worker Thread. 2 ms May 12, 2011 11:23:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Started ThinBackup Worker Thread May 12, 2011 11:23:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Finished ThinBackup Worker Thread. 2 ms May 12, 2011 11:24:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Started ThinBackup Worker Thread May 12, 2011 11:24:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Finished ThinBackup Worker Thread. 1 ms May 12, 2011 11:25:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Started ThinBackup Worker Thread May 12, 2011 11:25:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Finished ThinBackup Worker Thread. 0 ms May 12, 2011 11:26:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Started ThinBackup Worker Thread May 12, 2011 11:26:41 AM hudson.model.AsyncPeriodicWork$1 run INFO: Finished ThinBackup Worker Thread. 1 ms
the periode is set to every minute (as you can see in your logs) and not every second.
it needs to run at least every minute because cron allows to specify minutes in the schedule. the spam of logs are generated from the jenkins-core which cannot be influenced with plugin code.
So the only thing I could do is asking the core team to set the log level to something lower than info, otherwise the functionality of thinBackup get reduced.
is this okay for you, and can I close the issue afterwards?