Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-18 Thread Thomas Weise
Progress: We are waiting for the dockerhub update: https://github.com/docker-library/official-images/pull/11693 Cheers, Thomas On Mon, Jan 17, 2022 at 1:39 PM Thomas Weise wrote: > > Release finalization steps have been completed, except for the Docker images. > > Can someone please approve/merg

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-17 Thread Thomas Weise
Release finalization steps have been completed, except for the Docker images. Can someone please approve/merge: https://github.com/apache/flink-docker/pull/97 https://github.com/apache/flink-docker/pull/98 I don't have access to publishing to DockerHub: apache/flink yet. I'm going to request it,

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-17 Thread Martijn Visser
Hi everyone, The vote duration has passed and we have approved the release. Binding votes: * Till * Timo * Chesnay I would like to ask Thomas to finalise the release and make the announcement. Best regards, Martijn On Mon, 17 Jan 2022 at 11:29, Chesnay Schepler wrote: > +1 (binding) > > Wen

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-17 Thread Chesnay Schepler
+1 (binding) Went over the pom changes and double-checked licensing. On 17/01/2022 10:44, Timo Walther wrote: +1 (binding) I had an offline chat with Fabian Paul about the mentioned changes. The serializer changes should be acceptable as the migration would have failed/stuck otherwise. At no

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-17 Thread Timo Walther
+1 (binding) I had an offline chat with Fabian Paul about the mentioned changes. The serializer changes should be acceptable as the migration would have failed/stuck otherwise. At no point in time we end up with a corrupt serializer snapshot. We will update older 1.14 release notes to point o

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-17 Thread Timo Walther
I went through the commit diff and found the following changes that might cause issues in my opinion. Maybe it makes sense to take a second look before I will cast my vote: // change of transformations https://github.com/apache/flink/commit/b7cd97b02d7f39b5190d27fbaf6e6287f127b9a9 // change o

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-13 Thread Xingbo Huang
+1 (non-binding) - Verified checksums and signatures - Verified Python wheel package contents - Pip install apache-flink-libraries source package and apache-flink wheel package in Mac - Run the examples from Python Table API Tutorial[1] in Python REPL [1] https://nightlies.apache.org/flink/flink-

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-12 Thread Jingsong Li
+1 (non-binding) - Verified checksums and signatures - Build from source - Start a standalone cluster, web is OK - Start sql-client, everything looks good Best, Jingsong On Wed, Jan 12, 2022 at 11:00 PM Till Rohrmann wrote: > > +1 (binding) > > - Verified checksums and signatures > - Build from

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-12 Thread Till Rohrmann
+1 (binding) - Verified checksums and signatures - Build from source and ran StateMachineExample - Reviewed the flink-web PR - Verified that there were no other dependency changes than testcontainer, japicmp-plugin and log4j. Cheers, Till On Wed, Jan 12, 2022 at 9:58 AM Yun Tang wrote: > +1 (n

Re: [VOTE] Release 1.14.3, release candidate #1

2022-01-12 Thread Yun Tang
+1 (non-binding) * Checked the signature of source code, some of binaries and some of python packages. * Launch a local cluster successfully on linux machine with correct flink-version and commit id and run the state machine example successfully as expected. * Reviewed the flink-we