This is an automated email from the ASF dual-hosted git repository.
kylixs pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.0 by this push:
new a5f77c3 change zk server admin port to 1808x (#9269)
a5f77c3 is described below
commit a5f77c3566c59883c94ba2df55d949d435d111d0
Author: Gong Dewei <[email protected]>
AuthorDate: Sat Nov 13 20:19:22 2021 +0800
change zk server admin port to 1808x (#9269)
---
.../apache/dubbo/test/check/registrycenter/config/ZookeeperConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dubbo-test/dubbo-test-check/src/main/java/org/apache/dubbo/test/check/registrycenter/config/ZookeeperConfig.java
b/dubbo-test/dubbo-test-check/src/main/java/org/apache/dubbo/test/check/registrycenter/config/ZookeeperConfig.java
index 9b601ae..da12656 100644
---
a/dubbo-test/dubbo-test-check/src/main/java/org/apache/dubbo/test/check/registrycenter/config/ZookeeperConfig.java
+++
b/dubbo-test/dubbo-test-check/src/main/java/org/apache/dubbo/test/check/registrycenter/config/ZookeeperConfig.java
@@ -71,7 +71,7 @@ public class ZookeeperConfig implements Config {
/**
* The default admin server ports of zookeeper.
*/
- private static final int[] DEFAULT_ADMIN_SERVER_PORTS = new int[]{8081,
8082};
+ private static final int[] DEFAULT_ADMIN_SERVER_PORTS = new int[]{18081,
18082};
/**
* The default version of zookeeper.