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:
parent
5b7f4bb535
commit
e74cd24ff2
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue