You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by gc...@apache.org on 2012/10/31 23:18:50 UTC

svn commit: r1404385 - /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java

Author: gchanan
Date: Wed Oct 31 22:18:50 2012
New Revision: 1404385

URL: http://svn.apache.org/viewvc?rev=1404385&view=rev
Log:
HBASE-6904 In the HBase shell, an error is thrown that states replication-related znodes already exist

Modified:
    hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java

Modified: hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java?rev=1404385&r1=1404384&r2=1404385&view=diff
==============================================================================
--- hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java (original)
+++ hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java Wed Oct 31 22:18:50 2012
@@ -436,7 +436,7 @@ public class RecoverableZooKeeper {
                   Bytes.toStringBinary(data));
               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");
             throw e;