Chandra Sekhar K created HBASE-28838: ----------------------------------------
Summary: Use CompletableFuture instead of fixed sleep during the move operation at master Key: HBASE-28838 URL: https://issues.apache.org/jira/browse/HBASE-28838 Project: HBase Issue Type: Improvement Reporter: Chandra Sekhar K Assignee: Chandra Sekhar K During move operation master submits the RegionTransitionProcedure and waits for the completion of this procedure, current wait mechanism is based on fixed sleep intervals of 1 second. The procedure could have finished earlier than this 1 second sleep.. optimize this by using CompletableFuture and return after the completion of TRSP procedure. -- This message was sent by Atlassian Jira (v8.20.10#820010)