hbase
hbase copied to clipboard
Apache HBase
Details see: HBASE-29767 master PR: https://github.com/apache/hbase/pull/7535 The patch for master can not be applied to branch-2.5 cleanly, So I open a new PR against branch-2.5
https://issues.apache.org/jira/browse/HBASE-23644
https://issues.apache.org/jira/browse/HBASE-29526 Backport to branch-3
https://issues.apache.org/jira/browse/HBASE-29526 Backport to branch-2.6
https://issues.apache.org/jira/browse/HBASE-29526
**Jira** https://issues.apache.org/jira/browse/HBASE-29775 Please refer to this [comment](https://issues.apache.org/jira/browse/HBASE-29775?focusedCommentId=18044703&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-18044703) for testing details.
[UnloadRegions log message](https://issues.apache.org/jira/browse/HBASE-29733?filter=-2#L649-L650]) uses the hostname to show where regions are unloading from. When a host runs multiple region servers, the hostname in the log message alone is insufficient to...
jira:HBASE-29586
The PR tries to fix an issue in RegionMover when ack mode is enabled. It is related to [HBASE-29734](https://github.com/apache/hbase/pull/7488) Issues In RegionMover, timeoutInSeconds was calculated without considering retry attempts MoveWithAck....