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 major compaction is disabled, if all hfiles in a single region participate in compaction, they will be automatically marked as major compaction. I think this is wrong and contrary...

[Design document](https://docs.google.com/document/d/1h6G55j3B4vKxHliw6Wx9tXezNDhod7dY1EiHkhcKFDI/edit?tab=t.0) [Jira](https://issues.apache.org/jira/browse/HBASE-28484) Currently, replication can only occur if the source and sink clusters both house tables with the same (tableName, family) pairs. This requirement exists so that the sink...

The first version of the patch directly used the toString method to get the value of the key. However, if the type of the key is ImmutableByteArray, the toStringUtf8 method...

Details see: [HBASE-28978](https://issues.apache.org/jira/browse/HBASE-28978) This issue was discovered by me while solving another PR problem #6290 . Since the two are not considered the same problem, I opened a new PR...

Summary of the change: - Introduced new class `DelegateTableRunnableWithMetrics` to wrap a runnable and track metrics like execution time and queue wait time. Wrapped existing runnable used by `HTable#batch()` API...