apurtell commented on code in PR #6383:
URL: https://github.com/apache/hbase/pull/6383#discussion_r1893104557


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/DeleteTableProcedure.java:
##########
@@ -93,7 +93,6 @@ protected Flow executeFromState(final MasterProcedureEnv env, 
DeleteTableState s
         case DELETE_TABLE_PRE_OPERATION:
           // Verify if we can delete the table
           boolean deletable = prepareDelete(env);
-          releaseSyncLatch();

Review Comment:
   For consistency with all of the other procedures that do not release the 
latch at this point. I don't think this is an essential change. A unit test 
might depend on it, if so can change it. No problem. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to