This is saying that the client (hbase in this case) is no longer connected to the server (tcp connection down) for some reason. This can happen for a number of reasons - typically the client process was killed, host restarted or partitioned from the server, etc.... There's nothing really to "solve" here, once the issue is resolved, ie client process is restarted or network healed etc..., the client will re-connect and start participating again.
Patrick On Tue, Jul 26, 2011 at 2:03 AM, devsri <[email protected]> wrote: > Hi, > > I am naive to hbase. I am getting the following warning and info in the log > file > > 2011-07-26 14:04:55,055 WARN org.apache.zookeeper.server.NIOServerCnxn: > EndOfStreamException: Unable to read additional data from client sessionid > 0x131659420650004, likely client has closed socket > 2011-07-26 14:04:55,056 INFO org.apache.zookeeper.server.NIOServerCnxn: > Closed socket connection for client /0:0:0:0:0:0:0:1:58125 which had > sessionid 0x131659420650004 > > I am not abe to figure out the way to solve this as this is closing the > connection. > > Thanks in advance for any help or suggestion > > regards > devsri > > > -- > View this message in context: > http://zookeeper-user.578899.n2.nabble.com/Unusual-exception-tp5632833p6621467.html > Sent from the zookeeper-user mailing list archive at Nabble.com. >
