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

When table descriptors are modified (e.g., changing compression settings, TTL, or column family configurations), region servers need to reopen regions to pick up these changes. However, there's currently no reliable...

https://issues.apache.org/jira/browse/HBASE-29761 This pull request fixes an issue where the HBase UI's Debug Dump feature was still showing sensitive config information (such as passwords). Consider an `hbase-site.xml` file that contains the...

This PR fixes the miscalculated maxWait in MoveWithAck using current time instead of sartTime In MoveWithAck, [the maxWait timeout was calculated inside the retry loop](https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/util/MoveWithAck.java#L83-L84) using a fixed startTime calculated...