-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Jenkins 2.89.2, gerrit-trigger-plugin 2.27.1
We were not using the missed-events playback feature. Upon updating to 2.27.1 (from 2.26.2), I saw the log start filling up with this debugging stuff:
Dec 18, 2017 8:07:06 PM hudson.model.AsyncPeriodicWork$1 run INFO: Started GerritMissedEventsPlaybackEnabledChecker Dec 18, 2017 8:07:06 PM com.sonyericsson.hudson.plugins.gerrit.trigger.utils.GerritPluginChecker buildURL WARNING: REST API is not enabled. Dec 18, 2017 8:07:06 PM com.sonyericsson.hudson.plugins.gerrit.trigger.utils.GerritPluginChecker isPluginEnabled WARNING: Not able to verify if Gerrit plugin events-log is installed. REST URL cannot be null. Is the REST API Enabled? Dec 18, 2017 8:07:06 PM hudson.model.AsyncPeriodicWork$1 run INFO: Finished GerritMissedEventsPlaybackEnabledChecker. 0 ms
The above was repeated every 2 seconds. Thinking I could just enable the missed events feature to get rid of it, I did that, but I still got the following entries every 2 seconds:
Dec 18, 2017 8:19:32 PM hudson.model.AsyncPeriodicWork$1 run INFO: Started GerritMissedEventsPlaybackEnabledChecker Dec 18, 2017 8:19:32 PM hudson.model.AsyncPeriodicWork$1 run INFO: Finished GerritMissedEventsPlaybackEnabledChecker. 4 ms
We've rolled back to 2.26.2 for the time being.
- mentioned in
-
Page Loading...