zentol commented on a change in pull request #16564:
URL: https://github.com/apache/flink/pull/16564#discussion_r675441007
##########
File path: flink-dist/pom.xml
##########
@@ -34,7 +34,7 @@ under the License.
<packaging>jar</packaging>
<properties>
- <zookeeper.optional.version>3.5.6</zookeeper.optional.version>
+ <zookeeper.optional.version>3.5.9</zookeeper.optional.version>
Review comment:
This references the version of flink-shaded-zookeeper.
We have 2 artifacts of that; one for ZK 3.4, one for 3.5 . 3.4 is added to
the lib/ as the default, 3.5 to opt/.
The versions for all flink-shaded artifacts contain both the flink-shaded
version (14.0) and the version of the bundled dependency (3.5.9). Since
flink-shaded 1.14 contains an upgrade version of ZK 3.5, we now also have to
update this property.
--
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]