llIlll commented on code in PR #15010:
URL: https://github.com/apache/pulsar/pull/15010#discussion_r844115822
##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/topologies/PulsarCluster.java:
##########
@@ -133,10 +139,11 @@ private PulsarCluster(PulsarClusterSpec spec, CSContainer
csContainer, boolean s
this.proxyContainer = new
ProxyContainer(appendClusterName("pulsar-proxy"), ProxyContainer.NAME)
.withNetwork(network)
.withNetworkAliases(appendClusterName("pulsar-proxy"))
+ .withEnv("configurationStoreServers", CSContainer.NAME + ":" +
CS_PORT)
+ .withEnv("clusterName", clusterName)
.withEnv("zkServers", appendClusterName(ZKContainer.NAME))
.withEnv("zookeeperServers", appendClusterName(ZKContainer.NAME))
Review Comment:
The reason for not removing it is that watch-znode.py will check the zk
status and can remove it if it has no other effect.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]