Skip to content

Commit

Permalink
HBASE-25048 [HBCK2] Bypassed parent procedures are not updated in sto…
Browse files Browse the repository at this point in the history
…re (#2410)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: stack <stack@apache.org>
  • Loading branch information
ArthurSXL8 authored Oct 5, 2020
1 parent 3226c17 commit a8096b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ boolean bypassProcedure(long pid, long lockWait, boolean override, boolean recur
while (current != null) {
LOG.debug("Bypassing {}", current);
current.bypass(getEnvironment());
store.update(procedure);
store.update(current);
long parentID = current.getParentProcId();
current = getProcedure(parentID);
}
Expand Down

0 comments on commit a8096b3

Please sign in to comment.