[ https://issues.apache.org/jira/browse/HBASE-28838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chandra Sekhar K updated HBASE-28838: ------------------------------------- Status: Patch Available (was: Open) > 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 > Priority: Major > > 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)