Skip to content

Commit a5d4611

Browse files
committed
Disable zookeeper admin server to avoid port conflicts
1 parent 7827889 commit a5d4611

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

servers/2.4.0/resources/zookeeper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ clientPort={port}
1919
clientPortAddress={host}
2020
# disable the per-ip limit on the number of connections since this is a non-production config
2121
maxClientCnxns=0
22+
admin.enableServer=false

servers/2.5.0/resources/zookeeper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ clientPort={port}
1919
clientPortAddress={host}
2020
# disable the per-ip limit on the number of connections since this is a non-production config
2121
maxClientCnxns=0
22+
admin.enableServer=false

servers/2.6.0/resources/zookeeper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ clientPort={port}
1919
clientPortAddress={host}
2020
# disable the per-ip limit on the number of connections since this is a non-production config
2121
maxClientCnxns=0
22+
admin.enableServer=false

servers/resources/default/zookeeper.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ clientPort={port}
1919
clientPortAddress={host}
2020
# disable the per-ip limit on the number of connections since this is a non-production config
2121
maxClientCnxns=0
22+
admin.enableServer=false

0 commit comments

Comments
 (0)