charlesconnell commented on code in PR #6991:
URL: https://github.com/apache/hbase/pull/6991#discussion_r2095907026
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/AbstractStateMachineTableProcedure.java:
##########
@@ -192,4 +192,15 @@ protected static void checkOnline(MasterProcedureEnv env,
RegionInfo ri)
}
regionNode.checkOnline();
}
+
+ /**
+ * Some procedures cannot safely run while a table is being modified. Helper
method to allow them
+ * to check if such a procedure is running on a table.
+ */
+ protected boolean isTableModificationInProgress(MasterProcedureEnv env) {
Review Comment:
done
--
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]