Ariadne-team opened a new pull request, #7267: URL: https://github.com/apache/hbase/pull/7267
This PR addresses the issue described in [HBASE-28881](https://issues.apache.org/jira/browse/HBASE-28881) Setting hbase.oldwals.cleaner.thread.size to a negative value can break HMaster and produce hard-to-diagnose logs. Problem: When setting 'hbase.master.procedure.threads' to a negative value, the HMaster starts normally, but the clients cannot connect to the server. Additionally, there are no related error messages in the HMaster logs, making it difficult for users to diagnose the root cause of the issue. Solution: Defining the default value of _numThreads_; Changing the declaration of _numThreads_ to local; Adding a value check: when _numThreads_ <= 0, it will be reset to the default value and outputs log info. We appreciate your review and feedback! Thanks @Apache9 -- 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]
