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

Summary of changes for this PoC (Up to date as of 30th Oct 2025 with 4 commits) - Commit 1: Make initial commit by copying hadoop trunk’s module hadoop-common-project/hadoop-auth into...

https://issues.apache.org/jira/browse/HBASE-29699

## Description This PR introduces RISC-V Vector (RVV) optimizations to Apache HBase to significantly improve performance on RISC-V platforms. The optimizations target three critical areas: 1. **LZ4 Compression/Decompression** - Vectorized...

I argue that in addition to flushing the master region, the `flushMasterStore()` RPC should also roll the WAL files being written by the HMaster. In clusters with small numbers of...

https://issues.apache.org/jira/browse/HBASE-29675 Add a bounds check before doing byte array comparison in BinaryComponentComparator and throw a descriptive OffsetOutOfBoundsException which subclasses ArrayIndexOutOfBoundsException instead of doing an unchecked byte array comparison and throwing...