On Wed, Jul 25, 2012 at 5:09 AM, lars hofhansl <[email protected]> wrote:
> The 2nd 0.94.1 RC is available for download here:
> http://people.apache.org/~larsh/hbase-0.94.1-rc1/
>
+1
Downloaded it. Started a standalone instance. Loaded up a couple
million of rows. Verified count. Checked logs for errors. Looked
good except for the below which is not enough to sink a release.
Docs look fine.
Tarball should have an md5 published alongside it -- see the hadoop
how to release doc.
St.Ack
2012-08-07 16:58:43,226 INFO
org.apache.zookeeper.server.ZooKeeperServer: Client attempting to
establish new session at /127.0.0.1:60142
2012-08-07 16:58:43,232 INFO
org.apache.zookeeper.server.ZooKeeperServer: Established session
0x13901f7792d0009 with negotiated timeout 40000 for client
/127.0.0.1:60142
2012-08-07 16:59:16,777 WARN
org.apache.zookeeper.server.NIOServerCnxn: caught end of stream
exception
EndOfStreamException: Unable to read additional data from client
sessionid 0x13901f7792d0009, likely client has closed socket
at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:224)
at java.lang.Thread.run(Thread.java:662)