HBASE-25048 [HBCK2] Bypassed parent procedures are not updated in store (#2410)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
3226c1795a
commit
a8096b3ac3
|
@ -981,7 +981,7 @@ public class ProcedureExecutor<TEnvironment> {
|
|||
while (current != null) {
|
||||
LOG.debug("Bypassing {}", current);
|
||||
current.bypass(getEnvironment());
|
||||
store.update(procedure);
|
||||
store.update(current);
|
||||
long parentID = current.getParentProcId();
|
||||
current = getProcedure(parentID);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue