> > cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error > > Path:/hbase Error:KeeperErrorCode = NodeExists for /hbase > > 2011-04-12 06:52:40,851 INFO > > org.apache.zookeeper.server.PrepRequestProcessor: Got user-level > > KeeperException when processing sessionid:0x12f48ec06850368 > > type:create > > cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error > > Path:/hbase/unassigned Error:KeeperErrorCode = NodeExists for > > /hbase/unassigned > > 2011-04-12 06:52:40,852 INFO > > org.apache.zookeeper.server.PrepRequestProcessor: Got user-level > > KeeperException when processing sessionid:0x12f48ec06850368 > > type:create > > cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error > > Path:/hbase/rs Error:KeeperErrorCode = NodeExists for /hbase/rs > > 2011-04-12 06:52:40,858 INFO > > org.apache.zookeeper.server.PrepRequestProcessor: Got user-level > > KeeperException when processing sessionid:0x12f48ec06850368 > > type:create > > cxid:0x4 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error > > Path:/hbase/table Error:KeeperErrorCode = NodeExists for > > /hbase/table > > > > > > 1- What HBase version are you use? > > 2- Which O.S are you using? > > 3- Which are the permitions on those directories: > > /hbase/unassigned > > /hbase/rs > > /hbase/table > > > > > > > > > Well, searching more deep on the KeeperException.java file (inside of > the package org.apache.zookeeper), this exception is because a node that > you trying to set up, is already on the Zookeeper configuration. > Which nodes are you have in the zoo.cfg? > > Regards >
I have the same issue. The funny thing is that on third node there is no such errors even though conf files are the same. taken from the node 2 where this INFO error is always in the logs. habse Version 0.90.1-cdh3u0 Centos 5.6 and those directories do not exist actually when i create new table in hbase shell i see INFO error logs like this last info is for newly created table "newtest". other (two) nodes have none of this in the logs thanks! 2011-05-12 20:55:23,217 - INFO [ProcessThread:-1:PrepRequestProcessor@407] - Got user-level KeeperException when processing sessionid:0x22fe4fed4210004 type:create cxid:0x1 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/hbase Error:KeeperErrorCode = NodeExists for /hbase 2011-05-12 20:55:23,238 - INFO [ProcessThread:-1:PrepRequestProcessor@407] - Got user-level KeeperException when processing sessionid:0x22fe4fed4210004 type:create cxid:0x2 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/hbase/unassigned Error:KeeperErrorCode = NodeExists for /hbase/unassigned 2011-05-12 20:55:23,243 - INFO [ProcessThread:-1:PrepRequestProcessor@407] - Got user-level KeeperException when processing sessionid:0x22fe4fed4210004 type:create cxid:0x3 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/hbase/rs Error:KeeperErrorCode = NodeExists for /hbase/rs 2011-05-12 20:55:23,245 - INFO [ProcessThread:-1:PrepRequestProcessor@407] - Got user-level KeeperException when processing sessionid:0x22fe4fed4210004 type:create cxid:0x4 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/hbase/table Error:KeeperErrorCode = NodeExists for /hbase/table 2011-05-12 20:55:23,673 - INFO [ProcessThread:-1:PrepRequestProcessor@407] - Got user-level KeeperException when processing sessionid:0x22fe4fed4210001 type:delete cxid:0x58 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a Error Path:/hbase/table/newtest Error:KeeperErrorCode = NoNode for /hbase/table/ newtest
