HBASE-27040 Optimize the log display of the ZKProcedureUtil.java (#4434)
Signed-off-by: Yu Li <liyu@apache.org>
This commit is contained in:
parent
c198f23e5e
commit
b787648847
|
@ -262,7 +262,7 @@ public abstract class ZKProcedureUtil extends ZKListener implements Closeable {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void clearZNodes(String procedureName) 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);
|
+ acquiredZnode + " " + reachedZnode + " " + abortZnode);
|
||||||
|
|
||||||
// Make sure we trigger the watches on these nodes by creating them. (HBASE-13885)
|
// Make sure we trigger the watches on these nodes by creating them. (HBASE-13885)
|
||||||
|
|
Loading…
Reference in New Issue