HBASE-21172 Addendum fix comment
This commit is contained in:
parent
c59ecfb961
commit
2ab8122a24
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue