hbase
hbase copied to clipboard
Apache HBase
When peer changes, replication closes the reader and shipper created earlier. However, after the specified timeout, the shipper still does not automatically close (It was interrupted, but it didn't close...
Details see: [HBASE-28443](https://issues.apache.org/jira/browse/HBASE-28443) Before this PR: ```shell hbase:014:0> scan 't01', {CONSISTENCY => "TIMELINE", REGION_REPLICA_ID => 2} ROW COLUMN+CELL ERROR: No location for t01, row='', locateType=CURRENT, replicaId=2 For usage try 'help...
Change-Id: Ibb7b1ecb2d084ce190c15eed5b3bc42ca32ceffb
…86 to public interfaces (#3527) Self-approving trivial change.
When utilizing the copy_tables_desc.rb script to duplicate tables to a target cluster, if the specified table's namespace is nonexistent in the target cluster, the script fails to execute successfully. It...
DO NOT SUBMIT. Change-Id: Ic8f11b328a911f23fc1f1c120a331b21847865bc
When clear compaction queues, we just clear the workQueue of ThreadPoolExecutor, but files in compaction request are still in filesCompacting list. maybe we should clear it also. https://issues.apache.org/jira/browse/HBASE-25880