Re: [VOTE] Apache Flink Stateful Functions 2.2.0, release candidate #2

2020-09-25 Thread Piotr Nowojski
+1 (binding) - build from the source and run all tests (successfully) - verified pom files between release-2.1 and release-2.2 branches for any relevant licensing changes Piotrek pt., 25 wrz 2020 o 10:21 Tzu-Li (Gordon) Tai napisaƂ(a): > +1 (binding) > > - Verified signatures, and no binaries

Re: [VOTE] Apache Flink Stateful Functions 2.2.0, release candidate #2

2020-09-25 Thread Tzu-Li (Gordon) Tai
+1 (binding) - Verified signatures, and no binaries in release artifacts - Built from source - Built Docker image from Dockerfiles in https://github.com/apache/flink-statefun-docker/pull/10. - Ran E2E tests with the built Dockerfiles (both Java 8 and 11 variants) - Ran the Python Greeter Example -

Re: [VOTE] Apache Flink Stateful Functions 2.2.0, release candidate #2

2020-09-24 Thread Aljoscha Krettek
+1 (binding) - built from source - built docker image - verified Rust SDK works with the 2.2.0 docker image Aljoscha On 24.09.20 10:32, Tzu-Li (Gordon) Tai wrote: FYI - the PR for the release announcement has just been drafted: https://github.com/apache/flink-web/pull/379 Any comments there

Re: [VOTE] Apache Flink Stateful Functions 2.2.0, release candidate #2

2020-09-24 Thread Tzu-Li (Gordon) Tai
FYI - the PR for the release announcement has just been drafted: https://github.com/apache/flink-web/pull/379 Any comments there is also highly appreciated! On Thu, Sep 24, 2020 at 5:47 AM Seth Wiesman wrote: > +1 (non binding) > > - Verified signatures and checksums > - Checked licenses and not

Re: [VOTE] Apache Flink Stateful Functions 2.2.0, release candidate #2

2020-09-23 Thread Seth Wiesman
+1 (non binding) - Verified signatures and checksums - Checked licenses and notices - Clean build from source - Executed all end to end tests - Deployed to K8s with Go SDK (no sdk changes required btw :)) - Simulated TM and remote function failure and verified recovery - Checked updated docs Seth

Re: [VOTE] Apache Flink Stateful Functions 2.2.0, release candidate #2

2020-09-23 Thread Igal Shilman
+1 (non binding) - Verified the signatures and the checksums - Built with JDK11 and JDK8 - Verified that the source distribution does not contain any binary data. - Run e2e tests. - Run few examples via docker-compose - Deployed to Kubernetes with checkpointing to S3, with failure scenarios: -- Ki