hbase中报错:java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcher.read0(Native
今天在使用hbase的时候,发现总是失败,找出日志一看,都是WARN org.apache.zookeeper.ClientCnxn:Session 0x0 for server ***:2181,unexpected error,closing socket connection and attempting reconnectjava.io.IOException: Connect
·
今天在使用hbase的时候,发现总是失败,找出日志一看,都是
WARN org.apache.zookeeper.ClientCnxn:Session 0x0 for server ***:2181,unexpected error,closing socket connection and attempting reconnect
java.io.IOException: Connection reset by peer at sun.nio.ch.FileDispatcher.read0(Native Method)
这种错误。
这是连不上zookeeper了。看了一下zookeeper正常,但是打开日志后发现:
too many connections from host - max is 60
明显是连接数太多了。所以修改连接数maxClientCnxns。
更多推荐
已为社区贡献3条内容
所有评论(0)