Hi there,

I am trying to setup hbase-0.20.0-candidate-2 with following settings.
I'd run it well in hbase-0.20.0.alpha.
After I started zookeep,Zookeep log show some informations and warnings.
It occurred some exceptions while I fired hbase shell command LIST,
so I wonder whether the Zookeep was not working well.
Anything's wrong with my settings?
Any suggestion would be appreciated!

Fleming

----------------------------------------------------------------------------------------
hbase-env.sh
   export HBASE_MANAGES_ZK=false

-----------------------

hbase-site.xml

  <property>
    <name>hbase.cluster.distributed</name>
    <value>true</value>
    <description>true:fully-distributed with unmanaged Zookeeper Quorum
    </description>
  </property>

  <property>
    <name>hbase.zookeeper.quorum</name>
    <value>myHostName</value>
    <description>Comma separated list of servers in the ZooKeeper Quorum.
    For example,
"host1.mydomain.com,host2.mydomain.com,host3.mydomain.com".
    By default this is set to localhost for local and pseudo-distributed
modes
    of operation. For a fully-distributed setup, this should be set to a
full
    list of ZooKeeper quorum servers. If HBASE_MANAGES_ZK is set in
hbase-env.sh
    this is the list of servers which we will start/stop ZooKeeper on.
    </description>
  </property>

-----------------------

Zookeep log

2009-08-19 13:08:44,633 INFO org.apache.zookeeper.server.NIOServerCnxn:
Connected to /10.42.253.182:43315 lastZxid 1144
2009-08-19 13:08:44,633 WARN org.apache.zookeeper.server.NIOServerCnxn:
Client has seen zxid 0x478 our last zxid is 0x0
2009-08-19 13:08:44,633 WARN org.apache.zookeeper.server.NIOServerCnxn:
Exception causing close of session 0x0 due to java.io.IOException: Client
has seen zxid 0x478 our last zxid is 0x0
2009-08-19 13:08:44,633 INFO org.apache.zookeeper.server.NIOServerCnxn:
closing session:0x0 NIOServerCnxn:
java.nio.channels.SocketChannel[connected local=/10.42.253.182:2181
remote=/10.42.253.182:43315]
2009-08-19 13:08:46,176 INFO org.apache.zookeeper.server.NIOServerCnxn:
Connected to /10.42.253.182:43316 lastZxid 1033
2009-08-19 13:08:46,176 WARN org.apache.zookeeper.server.NIOServerCnxn:
Client has seen zxid 0x409 our last zxid is 0x0
2009-08-19 13:08:46,176 WARN org.apache.zookeeper.server.NIOServerCnxn:
Exception causing close of session 0x0 due to java.io.IOException: Client
has seen zxid 0x409 our last zxid is 0x0
2009-08-19 13:08:46,176 INFO org.apache.zookeeper.server.NIOServerCnxn:
closing session:0x0 NIOServerCnxn:
java.nio.channels.SocketChannel[connected local=/10.42.253.182:2181
remote=/10.42.253.182:43316]
2009-08-19 13:08:46,238 INFO org.apache.zookeeper.server.NIOServerCnxn:
Connected to /10.42.253.182:43317 lastZxid 1144
2009-08-19 13:08:46,238 WARN org.apache.zookeeper.server.NIOServerCnxn:
Client has seen zxid 0x478 our last zxid is 0x0
2009-08-19 13:08:46,238 WARN org.apache.zookeeper.server.NIOServerCnxn:
Exception causing close of session 0x0 due to java.io.IOException: Client
has seen zxid 0x478 our last zxid is 0x0
2009-08-19 13:08:46,238 INFO org.apache.zookeeper.server.NIOServerCnxn:
closing session:0x0 NIOServerCnxn:
java.nio.channels.SocketChannel[connected local=/10.42.253.182:2181
remote=/10.42.253.182:43317]
 --------------------------------------------------------------------------- 
                                                         TSMC PROPERTY       
 This email communication (and any attachments) is proprietary information   
 for the sole use of its                                                     
 intended recipient. Any unauthorized review, use or distribution by anyone  
 other than the intended                                                     
 recipient is strictly prohibited.  If you are not the intended recipient,   
 please notify the sender by                                                 
 replying to this email, and then delete this email and any copies of it     
 immediately. Thank you.                                                     
 --------------------------------------------------------------------------- 



Reply via email to