nyl3532016 commented on a change in pull request #2017: URL: https://github.com/apache/hbase/pull/2017#discussion_r453145383
########## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java ########## @@ -1842,7 +1842,7 @@ private void countDownChildren(RootProcedureState<TEnvironment> procStack, store.update(parent); scheduler.addFront(parent); LOG.info("Finished subprocedure pid={}, resume processing parent {}", - procedure.getProcId(), parent); + procedure.getProcId(), parent.toString().replace("pid=","ppid=")); Review comment: Yes, I have modified it like this ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org