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 2019/07/18 07:37:54 UTC

[GitHub] [flink] lamber-ken commented on a change in pull request #9158: [FLINK-10052][coordination] Tolerate temporarily suspended ZooKeeper connections

lamber-ken commented on a change in pull request #9158: [FLINK-10052][coordination] Tolerate temporarily suspended ZooKeeper connections
URL: https://github.com/apache/flink/pull/9158#discussion_r304773893
 
 

 ##########
 File path: flink-shaded-curator/src/main/resources/META-INF/NOTICE
 ##########
 @@ -6,7 +6,7 @@ The Apache Software Foundation (http://www.apache.org/).
 
 This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
-- com.google.guava:guava:16.0.1
-- org.apache.curator:curator-client:2.12.0
-- org.apache.curator:curator-framework:2.12.0
-- org.apache.curator:curator-recipes:2.12.0
+- com.google.guava:guava:27.0.1-jre
 
 Review comment:
   > Unexpected modification?
   
   yes, curator-4.2.0 depend on guava-27.0.1, and flink-shaded-curator will relocate `com.google.common` to `org.apache.flink.curator.shaded.com.google.common`, so it has no 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services