Apache9 commented on code in PR #7084:
URL: https://github.com/apache/hbase/pull/7084#discussion_r2165954977
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestSnapshotProcedureRIT.java:
##########
@@ -53,8 +53,7 @@ public void testTableInMergeWhileTakingSnapshot() throws
Exception {
() -> procExec.getProcedure(mergeProcId).getState() ==
ProcedureState.RUNNABLE);
SnapshotProcedure sp = new SnapshotProcedure(procExec.getEnvironment(),
snapshotProto);
long snapshotProcId = procExec.submitProcedure(sp);
- TEST_UTIL.waitFor(2000, 1000, () -> procExec.getProcedure(snapshotProcId)
!= null
Review Comment:
Mind explaining a bit why we need to remove the WAITING_TIMEOUT state check?
--
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]