You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/01/31 11:56:45 UTC

[GitHub] [flink] zentol commented on a change in pull request #18565: [FLINK-25145][build] Drop ZK 3.4 / Support ZK 3.6

zentol commented on a change in pull request #18565:
URL: https://github.com/apache/flink/pull/18565#discussion_r795599352



##########
File path: flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/container/FlinkContainersBuilder.java
##########
@@ -246,7 +246,7 @@ public FlinkContainers build() {
 
     private GenericContainer<?> buildZookeeperContainer() {
         return configureContainer(
-                new GenericContainer<>(DockerImageName.parse("zookeeper").withTag("3.4.14")),
+                new GenericContainer<>(DockerImageName.parse("zookeeper").withTag("3.5.9")),

Review comment:
       I created a ticket for that: https://issues.apache.org/jira/browse/FLINK-25886
   
   We'll have to see how easy it is to set this up while still making things work out-of-the-box in IntelliJ.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org