Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-04-07 Thread Tzu-Li (Gordon) Tai
Thanks for voting and testing everyone! We have a total of 6 +1 votes, 3 of which are binding: - Igal Shilman - Gordon Tai (binding) - Konstantin Knauf - Seth Wiesman - Yu Li (binding) - Robert Metzger (binding) I'll proceed now with finalizing the release of StateFun 3.0.0. The official announce

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-04-07 Thread Robert Metzger
I see. Thanks a lot for clarifying. I then vote +1 (binding) on this release. Thanks a lot for driving this! On Thu, Apr 8, 2021 at 5:19 AM Tzu-Li (Gordon) Tai wrote: > @Robert Metzger > > Sorry, this is the correct link to the class file you are referring to > (previous link I mentioned is

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-04-07 Thread Tzu-Li (Gordon) Tai
@Robert Metzger Sorry, this is the correct link to the class file you are referring to (previous link I mentioned is incorrect): https://github.com/apache/flink-statefun/blob/master/statefun-flink/statefun-flink-common/src/main/java/com/google/protobuf/MoreByteStrings.java On Thu, Apr 8, 2021 at

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-04-07 Thread Tzu-Li (Gordon) Tai
@Robert Metzger I assume the com/google/protobuf classfile you found is this one: https://github.com/apache/flink-statefun/blob/master/statefun-shaded/statefun-protobuf-shaded/src/main/java/org/apache/flink/statefun/sdk/shaded/com/google/protobuf/MoreByteStrings.java This actually isn't a class

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-04-07 Thread Robert Metzger
This jar contains a com/google/protobuf classfile, which is not declared in any NOTICE file (and doesn't ship the license file of protobuf): https://repository.apache.org/content/repositories/orgapacheflink-1415/org/apache/flink/statefun-flink-common/3.0.0/statefun-flink-common-3.0.0.jar I fear th

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-04-01 Thread Yu Li
+1 (binding) Checked sums and signatures: OK Checked RAT and end-to-end tests: OK Checked version in pom/README/setup.py files: OK Checked release notes: OK Checked docker PR: OK Thanks for driving this release, Gordon! Best Regards, Yu On Fri, 2 Apr 2021 at 09:22, Seth Wiesman wrote: > +1 (

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-04-01 Thread Seth Wiesman
+1 (non-binding) - Built from source and executed end to end tests - Checked licenses and signatures - Deployed remote Java SDK to gke cluster - Took savepoint and statefully rescaled Seth On Thu, Apr 1, 2021 at 9:05 AM Konstantin Knauf wrote: > +1 (non-binding) > > - mvn clean install -Prun-e

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-04-01 Thread Konstantin Knauf
+1 (non-binding) - mvn clean install -Prun-e2e-tests (java 8) from source - python3 -m unittest tests - spin up Statefun Cluster on EKS with an image built from the Dockerfiles of [1] - run Python & Java Greeter example on AWS Lambda - read through documentation (opened [2] to fix some tpoys) [1]

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-03-31 Thread Tzu-Li (Gordon) Tai
+1 (binding) - verified signatures and hashes - NOTICE and LICENSE files in statefun-flink-distribution, statefun-protobuf-shaded, and statefun-sdk-java looks sane - maven clean install -Prun-e2e-tests (java 8) from source - ran all examples and tutorials in apache/flink-statefun-playground with t

Re: [VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-03-31 Thread Igal Shilman
Thanks Gordon for managing the release! +1 (non binding) from my side: Here are the results of my testing: - verified the signatures - verified that the source distribution doesn't contain any binary files - ran mvn clean install -Prun-e2e-tests with java8 - ran the smoke test that sends 100 mill

[VOTE] Apache Flink Stateful Functions 3.0.0, release candidate #1

2021-03-30 Thread Tzu-Li (Gordon) Tai
Hi everyone, Please review and vote on the release candidate #1 for the version 3.0.0 of Apache Flink Stateful Functions, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) **Testing Guideline** You can find here [1] a page in the projec