HBASE-21172 Addendum fix comment

This commit is contained in:
Duo Zhang 2018-09-11 17:32:01 +08:00
parent 55e1297d96
commit 6e699b0694

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);