hbase
hbase copied to clipboard
Apache HBase
…follow locality
* Adds a custom `ExitHandler` to wrap `System.exit` calls, preventing JVM termination during tests and throwing an exception instead. * Replaces all usages of `System.exit` calls with `ExitHandler.getInstance().exit`. * Removes...
Details see: [HBASE-29184](https://issues.apache.org/jira/browse/HBASE-29184)
After compact ends abnormally, ensure the consistency of the underlying data files and memory files when exiting
HBASE-29194 StoreFileReader can be null when updating Space Quota after compaction file replacement
…m as part of SplitProcedure
…ccessController
Recovered replication stuck , when enabled “hbase.separate.oldlogdir.by.regionserver” The WAL location cannot be found after the configuration is enabled. The execution logic looks like this 1. Set “hbase.separate.oldlogdir.by.regionserver” to enabled 2....