the-other-tim-brown commented on issue #5249:
URL: https://github.com/apache/hudi/issues/5249#issuecomment-1235020970

   @toninis can you try changing [lines 63-65 in this 
file](https://github.com/apache/hudi/blob/f5de4e434b33720d4846c6fe2450539a284ea14f/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/Metrics.java#L63-L65)
 to just `reporter.stop()` and see if that fixes the issue? The `stop` method 
for the `JmxMetricsReporter` calls a `stop` 
[method](https://github.com/apache/hudi/blob/master/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metrics/JmxReporterServer.java#L127)
 in the underlying `jmxReporterServer` instead of just `close` which only stops 
the underlying `JmxReporter`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to