JC
JC
This PR fixes the miscalculated maxWait in MoveWithAck using current time instead of sartTime In MoveWithAck, [the maxWait timeout was calculated inside the retry loop](https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/util/MoveWithAck.java#L83-L84) using a fixed startTime calculated...
[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...
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....