Ariadne-team opened a new pull request, #6310:
URL: https://github.com/apache/hbase/pull/6310

   …k HMaster and produce hard-to-diagnose logs
   
   This Pull Request addresses the issue described in 
[HBASE-28866](https://issues.apache.org/jira/browse/HBASE-28866): setting 
hbase.oldwals.cleaner.thread.size to a negative value can break HMaster and 
produce hard-to-diagnose logs.
   
   Problem: When the configuration property is set to -1, the HBase Master 
fails to initialize due to an IllegalArgumentException, resulting in confusing 
logs that mislead users regarding the root cause.
   
   Solution: The attached patch adds a validation check and relevant logging 
for the hbase.oldwals.cleaner.thread.size during the LogCleaner initialization. 
This improvement will help users diagnose issues more effectively.
   
   We appreciate your review and feedback!


-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to