HBASE-6904 In the HBase shell, an error is thrown that states replication-related znodes already exist

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
gchanan 2012-10-31 22:21:48 +00:00
parent 5b7f4bb535
commit e74cd24ff2
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ public class RecoverableZooKeeper {
Bytes.toStringBinary(data)); Bytes.toStringBinary(data));
throw e; throw e;
} }
LOG.error("Node " + path + " already exists and this is not a " + LOG.info("Node " + path + " already exists and this is not a " +
"retry"); "retry");
throw e; throw e;