whbing opened a new pull request, #6594: URL: https://github.com/apache/ozone/pull/6594
## What changes were proposed in this pull request? OM crash as the following logs: ```java 2024-04-26 13:29:26,517 [JvmPauseMonitor0] ERROR org.apache.ratis.server.RaftServer: om2: JVM pause detected 145.979s longer than the close-threshold 60s, shutting down ... ``` This pr makes the close-threshold value configurable from the OM side. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10761 ## How was this patch tested? manual tests: debug ratis and trace the value. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
