Skip to content

Commit

Permalink
HBASE-27040 Optimize the log display of the ZKProcedureUtil.java (apa…
Browse files Browse the repository at this point in the history
…che#4434)

Signed-off-by: Yu Li <liyu@apache.org>
  • Loading branch information
2005hithlj committed May 17, 2022
1 parent c198f23 commit b787648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public void clearChildZNodes() throws KeeperException {
}

public void clearZNodes(String procedureName) throws KeeperException {
LOG.info("Clearing all znodes for procedure " + procedureName + "including nodes "
LOG.info("Clearing all znodes for procedure " + procedureName + " including nodes "
+ acquiredZnode + " " + reachedZnode + " " + abortZnode);

// Make sure we trigger the watches on these nodes by creating them. (HBASE-13885)
Expand Down

0 comments on commit b787648

Please sign in to comment.