Bump max connections in Zookeeper to 200
This commit is contained in:
parent
c6590f8ab9
commit
ae45da3f85
|
@ -11,6 +11,9 @@ autopurge.purgeInterval=72
|
||||||
clientPort=2181
|
clientPort=2181
|
||||||
clientPortAddress={% for node in pvc_nodes if node.hostname == inventory_hostname %}{{ node.cluster_ip }}{% endfor %}
|
clientPortAddress={% for node in pvc_nodes if node.hostname == inventory_hostname %}{{ node.cluster_ip }}{% endfor %}
|
||||||
|
|
||||||
|
# Increase client connections to 200 to prevent connection overloads
|
||||||
|
maxClientCnxns=200
|
||||||
|
|
||||||
{% for node in pvc_nodes if node.is_coordinator %}
|
{% for node in pvc_nodes if node.is_coordinator %}
|
||||||
server.{{ node.node_id }}={{ node.cluster_ip }}:2888:3888
|
server.{{ node.node_id }}={{ node.cluster_ip }}:2888:3888
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue