hbase
hbase copied to clipboard
Apache HBase
…pt recovered.edits If an exception happens in the call to finishWriterThreads in the org.apache.hadoop.hbase.wal.RecoveredEditsOutputSink.close method, the call to closeWriters should not execute, as it may lead to a race condition...
Verify the change in PR #6342 does not have regression with Hadoop 3.3.6.
…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...
During close writer for FSHlog, if any error occured then for initial exception itself need to increment the closeErrorCount counter.
…move operation at master
Details see: [HBASE-28880](https://issues.apache.org/jira/browse/HBASE-28880)
https://issues.apache.org/jira/browse/HBASE-28819