WDQS Updater monitoring uses Jolokia server to fetch the data. It starts-stops the server each time it needs to fetch data, which is wasteful but also leaks 3 FDs each time. We should instead make Jolokia dependent service and start it when Updater starts.
Description
Description
Details
Details
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 287128 had a related patch set uploaded (by Smalyshev):
Start Jolokia together with Updater
Comment Actions
Change 287131 had a related patch set uploaded (by Smalyshev):
Don't start Jolokia each time, let Updater start it