Thanks a lot for creating a release candidate for 1.10.1! I'm not sure, but I think found a potential issue in the release while checking dependency changes on the ElasticSearch7 connector: https://github.com/apache/flink/commit/1827e4dddfbac75a533ff2aea2f3e690777a3e5e#diff-bd2211176ab6e7fa83ffeaa89481ff38
In this change, "com.carrotsearch:hppc" has been added to the shaded jar ( https://repository.apache.org/content/repositories/orgapacheflink-1362/org/apache/flink/flink-sql-connector-elasticsearch7_2.11/1.10.1/flink-sql-connector-elasticsearch7_2.11-1.10.1.jar), without including proper mention of that dependency in "META-INF/NOTICE". My checking notes: - checked the diff for dependency changes: https://github.com/apache/flink/compare/release-1.10.0...release-1.10.1-rc1 (w/o release commit: https://github.com/apache/flink/compare/release-1.10.0...0e2b520ec60cc11dce210bc38e574a05fa5a7734 ) - flink-connector-hive sets the derby version for test-scoped dependencies: https://github.com/apache/flink/compare/release-1.10.0...release-1.10.1-rc1#diff-f4dbf40e8457457eb01ae22b53baa3ec - no NOTICE file found, but this module does not forward binaries. - kafka 0.10 minor version upgrade: https://github.com/apache/flink/compare/release-1.10.0...release-1.10.1-rc1#diff-0287a3f3c37b454c583b6b56de1392e4 - NOTICE change found - ES7 changes shading: https://github.com/apache/flink/compare/release-1.10.0...release-1.10.1-rc1#diff-bd2211176ab6e7fa83ffeaa89481ff38 - problem found - Influxdb version change https://github.com/apache/flink/compare/release-1.10.0...release-1.10.1-rc1#diff-0d2cce4875b2804ab89c3343a7de1ca6 - NOTICE change found On Fri, Apr 24, 2020 at 8:10 PM Yu Li <car...@gmail.com> wrote: > Hi everyone, > > Please review and vote on the release candidate #1 for version 1.10.1, as > follows: > [ ] +1, Approve the release > [ ] -1, Do not approve the release (please provide specific comments) > > > The complete staging area is available for your review, which includes: > * JIRA release notes [1], > * the official Apache source release and binary convenience releases to be > deployed to dist.apache.org [2], which are signed with the key with > fingerprint D8D3D42E84C753CA5F170BDF93C07902771AB743 [3], > * all artifacts to be deployed to the Maven Central Repository [4], > * source code tag "release-1.10.1-rc1" [5], > * website pull request listing the new release and adding announcement blog > post [6]. > > The vote will be open for at least 72 hours. It is adopted by majority > approval, with at least 3 PMC affirmative votes. > > Thanks, > Yu > > [1] > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12346891 > < > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12346891 > > > [2] https://dist.apache.org/repos/dist/dev/flink/flink-1.10.1-rc1/ > [3] https://dist.apache.org/repos/dist/release/flink/KEYS > [4] > https://repository.apache.org/content/repositories/orgapacheflink-1362/ > [5] > > https://github.com/apache/flink/commit/84b74cc0e21981bf6feceb74b48d7a9d3e215dc5 > [6] https://github.com/apache/flink-web/pull/330 >