HBASE-27040 Optimize the log display of the ZKProcedureUtil.java (#4434)

Signed-off-by: Yu Li <liyu@apache.org>
This commit is contained in:
LiangJun He 2022-05-17 15:29:43 +08:00 committed by GitHub
parent c198f23e5e
commit b787648847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public abstract class ZKProcedureUtil extends ZKListener implements Closeable {
}
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)