hbase icon indicating copy to clipboard operation
hbase copied to clipboard

Apache HBase

Results 488 hbase issues
Sort by recently updated
recently updated
newest added

* 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

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....