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

…lding the region close lock We should add the thread to regionlockholders map to make sure we can track the threads holding a lock even if it is not interruptible....

On our busy clusters, the alloc profile shows that createRegionSpan() is responsible for 15-20% of all the allocations. These allocations comes from getRegionNameAsString(). getRegionNameAsString() takes the region name and encode...

### Environment Hadoop server version: Version: 3.4.0, rbd8b77f398f626bb7791783192ee7a5dfaeec760 HBase Version: 2.5.10-hadoop3, revision=a3af60980c61fb4be31e0dcd89880f304d01098a Hadoop client version used by HBase: 3.3.6, revision=1be78238728da9266a4f88195058f08fd012bf9c Relevant hdfs-site.xml config: ``` dfs.replication 3 dfs.namenode.replication.min 2 ``` HBase...