HBASE-21172 Addendum fix comment

This commit is contained in:
Duo Zhang 2018-09-11 17:32:01 +08:00
parent c59ecfb961
commit 2ab8122a24
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class TestReopenTableRegionsProcedureBackoff {
}
regionNode.lock();
try {
// make a fake state to let the procedure wait.
// reset to the correct state
regionNode.setState(State.OPEN);
regionNode.setOpenSeqNum(openSeqNum);
regionNode.unsetProcedure(trsp);