Skip to content

Commit d5f12ab

Browse files
committed
Increases max connections per client from 2 to 3 after I had
brokers failing to become ready while zoo pods (two out of three) logged WARN Message:Error accepting new connection: Too many connections from [IP]
1 parent 372497f commit d5f12ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zookeeper/10zookeeper-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ data:
2828
dataDir=/var/lib/zookeeper/data
2929
dataLogDir=/var/lib/zookeeper/log
3030
clientPort=2181
31-
maxClientCnxns=2
31+
maxClientCnxns=3
3232
initLimit=5
3333
syncLimit=2
3434
tcpKeepAlive=true

0 commit comments

Comments
 (0)