You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/04/03 07:43:14 UTC

[jira] [Created] (HBASE-10903) HBASE-10740 regression; cannot pass commands for zk to run

stack created HBASE-10903:
-----------------------------

             Summary: HBASE-10740 regression; cannot pass commands for zk to run
                 Key: HBASE-10903
                 URL: https://issues.apache.org/jira/browse/HBASE-10903
             Project: HBase
          Issue Type: Bug
          Components: Zookeeper
    Affects Versions: 0.98.1, 0.99.0
            Reporter: stack
            Assignee: stack


We can't do this:

{code}
./bin/hbase zkcli deleteall /hbase/rs/c2022.halxg.cloudera.com,16020,1396502726715
{code}

after upgrade to 3.4.6 zookeeper.  Works if I put back 3.4.5.

See below where only difference is the zk jar:

{code}
[stack@c2022 hbase-0.99.0-SNAPSHOT]$ ~/bin/java/bin/java -cp ~/hbase-0.96.1.1-hadoop2/lib/zookeeper-3.4.5.jar:lib/slf4j-log4j12-1.6.4.jar:lib/slf4j-api-1.6.4.jar:lib/log4j-1.2.17.jar  org.apache.zookeeper.ZooKeeperMain -server c2020:2181 ls  "/hbase/rs"
Connecting to c2020:2181
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ZooKeeper).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

WATCHER::

WatchedEvent state:SyncConnected type:None path:null
[c2020.halxg.cloudera.com,16020,1396482186194, c2021.halxg.cloudera.com,16020,1396499398203, c2023.halxg.cloudera.com,16020,1396498834473, c2025.halxg.cloudera.com,16020,1396482188110, c2022.halxg.cloudera.com,16020,1396502726715, c2024.halxg.cloudera.com,16020,1396482188280]
[stack@c2022 hbase-0.99.0-SNAPSHOT]$ ~/bin/java/bin/java -cp lib/zookeeper-3.4.6.jar:lib/slf4j-log4j12-1.6.4.jar:lib/slf4j-api-1.6.4.jar:lib/log4j-1.2.17.jar  org.apache.zookeeper.ZooKeeperMain -server c2020:2181 ls  "/hbase/rs"
Connecting to c2020:2181
log4j:WARN No appenders could be found for logger (org.apache.zookeeper.ZooKeeper).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)