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

Fixed the error: org. apache.hadoop.hbase.DoNotRetryIOException: java.lang.UnsatisfiedLinkError: org-apache.hadoop.util.NativeCodeLoader.buildSupportsSnappy()Z Set hbase.table.sanity.checks to false.The error happened when i create table compressed by snappy. The environment based on hadoop 3.3.3 and hbase2.4.16. But hbase-2.4.16...

[Design Doc](https://docs.google.com/document/d/1-MnFVQZJElIyqoGF1X8DwjSnZbDR61RlADVdXL0ENw8/edit) As of https://github.com/apache/hbase/pull/5326, we have been able to set request attributes on `Table` instances via `TableBuilder::setRequestAttribute`. With request attributes, users can send an attribute once per request, instead...

Currently there is a gap in the coverage of HBase's quota-based workload throttling. Requests sent by `[Async]AggregationClient` reach `AggregateImplementation`. This then executes Scans in a way that bypasses the quota...

When successfully taking an incremental backup, one of our final steps is to delete bulk load metadata from the system table for the bulk loads that needed to be captured...

There is an example of the change being used in [PR #6144](https://github.com/apache/hbase/pull/6144/files). Since `isActionComplete` currently only has one caller that depends on the replica action check we can move the...

…p while Master is initializing Details see: [HBASE-28778](https://issues.apache.org/jira/browse/HBASE-28778)

https://issues.apache.org/jira/browse/HBASE-27781 My understanding of AsynRequestFutureImpl is that the only actions passed to `groupAndSendMultiAction` which may have been completed when we get to the operation timeout exceeded handling in that method...