Dear Flink community,
Please vote on releasing the following candidate as Apache Flink version 1.2 .1. The commit to be voted on: 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) Branch: release-1.2.1-rc2 The release artifacts to be voted on can be found at: http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ The release artifacts are signed with the key with fingerprint D9839159: http://www.apache.org/dist/flink/KEYS The staging repository for this release can be found at: *https://repository.apache.org/content/repositories/orgapacheflink-1117 <https://repository.apache.org/content/repositories/orgapacheflink-1117>* ------------------------------------------------------------- The vote ends on Tuesday, 1pm CET. [ ] +1 Release this package as Apache Flink 1.2.1 [ ] -1 Do not release this package, because ... |
I ran test suite where the following failed:
Failed tests: StreamExecutionEnvironmentTest.testDefaultParallelismIsDefault:143 expected:<-1> but was:<24> StreamExecutionEnvironmentTest.testMaxParallelismMustBeBiggerEqualParallelism Expected test to throw an instance of java.lang.IllegalArgumentException StreamExecutionEnvironmentTest.testParallelismMustBeSmallerEqualMaxParallelism Expected test to throw an instance of java.lang.IllegalArgumentException This is what I used: Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Java version: 1.8.0_101, vendor: Oracle Corporation Have anyone else seen the above failures ? Cheers On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> wrote: > Dear Flink community, > > Please vote on releasing the following candidate as Apache Flink version > 1.2 > .1. > > The commit to be voted on: > 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > > Branch: > release-1.2.1-rc2 > > The release artifacts to be voted on can be found at: > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > > > The release artifacts are signed with the key with fingerprint D9839159: > http://www.apache.org/dist/flink/KEYS > > The staging repository for this release can be found at: > *https://repository.apache.org/content/repositories/orgapacheflink-1117 > <https://repository.apache.org/content/repositories/orgapacheflink-1117>* > > ------------------------------------------------------------- > > > The vote ends on Tuesday, 1pm CET. > > [ ] +1 Release this package as Apache Flink 1.2.1 > [ ] -1 Do not release this package, because ... > |
Ted -- I did not see those errors. My environment is:
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T11:41:47-05:00) Maven home: /usr/local/Cellar/maven/3.3.9/libexec Java version: 1.8.0_121, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac" On Thu, Apr 13, 2017 at 12:36 AM, Ted Yu <[hidden email]> wrote: > I ran test suite where the following failed: > > Failed tests: > StreamExecutionEnvironmentTest.testDefaultParallelismIsDefault:143 > expected:<-1> but was:<24> > > StreamExecutionEnvironmentTest.testMaxParallelismMustBeBigger > EqualParallelism > Expected test to throw an instance of java.lang.IllegalArgumentException > > StreamExecutionEnvironmentTest.testParallelismMustBeSmallerEq > ualMaxParallelism > Expected test to throw an instance of java.lang.IllegalArgumentException > > This is what I used: > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-10T16:41:47+00:00) > Java version: 1.8.0_101, vendor: Oracle Corporation > > Have anyone else seen the above failures ? > > Cheers > > On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> > wrote: > > > Dear Flink community, > > > > Please vote on releasing the following candidate as Apache Flink version > > 1.2 > > .1. > > > > The commit to be voted on: > > 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > > > > Branch: > > release-1.2.1-rc2 > > > > The release artifacts to be voted on can be found at: > > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > > > > > > The release artifacts are signed with the key with fingerprint D9839159: > > http://www.apache.org/dist/flink/KEYS > > > > The staging repository for this release can be found at: > > *https://repository.apache.org/content/repositories/orgapacheflink-1117 > > <https://repository.apache.org/content/repositories/orgapacheflink-1117 > >* > > > > ------------------------------------------------------------- > > > > > > The vote ends on Tuesday, 1pm CET. > > > > [ ] +1 Release this package as Apache Flink 1.2.1 > > [ ] -1 Do not release this package, because ... > > > -- Thanks, Andrew Subscribe to my book: Streaming Data <http://manning.com/psaltis> <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata> |
+1 -- checked out all code, built with all tests, ran local cluster,
deployed example streaming jobs On Thu, Apr 13, 2017 at 2:26 AM, Andrew Psaltis <[hidden email]> wrote: > Ted -- I did not see those errors. My environment is: > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-10T11:41:47-05:00) > Maven home: /usr/local/Cellar/maven/3.3.9/libexec > Java version: 1.8.0_121, vendor: Oracle Corporation > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_ > 121.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac" > > > > > On Thu, Apr 13, 2017 at 12:36 AM, Ted Yu <[hidden email]> wrote: > >> I ran test suite where the following failed: >> >> Failed tests: >> StreamExecutionEnvironmentTest.testDefaultParallelismIsDefault:143 >> expected:<-1> but was:<24> >> >> StreamExecutionEnvironmentTest.testMaxParallelismMustBeBigge >> rEqualParallelism >> Expected test to throw an instance of java.lang.IllegalArgumentException >> >> StreamExecutionEnvironmentTest.testParallelismMustBeSmallerE >> qualMaxParallelism >> Expected test to throw an instance of java.lang.IllegalArgumentException >> >> This is what I used: >> >> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; >> 2015-11-10T16:41:47+00:00) >> Java version: 1.8.0_101, vendor: Oracle Corporation >> >> Have anyone else seen the above failures ? >> >> Cheers >> >> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> >> wrote: >> >> > Dear Flink community, >> > >> > Please vote on releasing the following candidate as Apache Flink version >> > 1.2 >> > .1. >> > >> > The commit to be voted on: >> > 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> >> > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 >> > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) >> > >> > Branch: >> > release-1.2.1-rc2 >> > >> > The release artifacts to be voted on can be found at: >> > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ >> > >> > >> > The release artifacts are signed with the key with fingerprint D9839159: >> > http://www.apache.org/dist/flink/KEYS >> > >> > The staging repository for this release can be found at: >> > *https://repository.apache.org/content/repositories/orgapacheflink-1117 >> > <https://repository.apache.org/content/repositories/orgapacheflink-1117 >> >* >> > >> > ------------------------------------------------------------- >> > >> > >> > The vote ends on Tuesday, 1pm CET. >> > >> > [ ] +1 Release this package as Apache Flink 1.2.1 >> > [ ] -1 Do not release this package, because ... >> > >> > > > > -- > Thanks, > Andrew > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata> > -- Thanks, Andrew Subscribe to my book: Streaming Data <http://manning.com/psaltis> <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata> |
Hi,
Unfortunately I cannot test run the rc as I am on vacation. But we have been running pretty much the same build (+1-2 commits) in production for some time now. +1 from me Gyula On Thu, Apr 13, 2017, 08:27 Andrew Psaltis <[hidden email]> wrote: > +1 -- checked out all code, built with all tests, ran local cluster, > deployed example streaming jobs > > On Thu, Apr 13, 2017 at 2:26 AM, Andrew Psaltis <[hidden email]> > wrote: > > > Ted -- I did not see those errors. My environment is: > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > 2015-11-10T11:41:47-05:00) > > Maven home: /usr/local/Cellar/maven/3.3.9/libexec > > Java version: 1.8.0_121, vendor: Oracle Corporation > > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_ > > 121.jdk/Contents/Home/jre > > Default locale: en_US, platform encoding: UTF-8 > > OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac" > > > > > > > > > > On Thu, Apr 13, 2017 at 12:36 AM, Ted Yu <[hidden email]> wrote: > > > >> I ran test suite where the following failed: > >> > >> Failed tests: > >> StreamExecutionEnvironmentTest.testDefaultParallelismIsDefault:143 > >> expected:<-1> but was:<24> > >> > >> StreamExecutionEnvironmentTest.testMaxParallelismMustBeBigge > >> rEqualParallelism > >> Expected test to throw an instance of java.lang.IllegalArgumentException > >> > >> StreamExecutionEnvironmentTest.testParallelismMustBeSmallerE > >> qualMaxParallelism > >> Expected test to throw an instance of java.lang.IllegalArgumentException > >> > >> This is what I used: > >> > >> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > >> 2015-11-10T16:41:47+00:00) > >> Java version: 1.8.0_101, vendor: Oracle Corporation > >> > >> Have anyone else seen the above failures ? > >> > >> Cheers > >> > >> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> > >> wrote: > >> > >> > Dear Flink community, > >> > > >> > Please vote on releasing the following candidate as Apache Flink > version > >> > 1.2 > >> > .1. > >> > > >> > The commit to be voted on: > >> > 76eba4e0 < > http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > >> > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > >> > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > >> > > >> > Branch: > >> > release-1.2.1-rc2 > >> > > >> > The release artifacts to be voted on can be found at: > >> > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > >> > > >> > > >> > The release artifacts are signed with the key with fingerprint > D9839159: > >> > http://www.apache.org/dist/flink/KEYS > >> > > >> > The staging repository for this release can be found at: > >> > * > https://repository.apache.org/content/repositories/orgapacheflink-1117 > >> > < > https://repository.apache.org/content/repositories/orgapacheflink-1117 > >> >* > >> > > >> > ------------------------------------------------------------- > >> > > >> > > >> > The vote ends on Tuesday, 1pm CET. > >> > > >> > [ ] +1 Release this package as Apache Flink 1.2.1 > >> > [ ] -1 Do not release this package, because ... > >> > > >> > > > > > > > > -- > > Thanks, > > Andrew > > > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > > twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata> > > > > > > -- > Thanks, > Andrew > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata> > |
+1 (binding) for the release
- checked checksums and signature - no dependencies added or removed - build Flink with Hadoop 2.7.1 and Scala 2.11 from sources and ran all tests - Ran Flirrt locally, on standalone cluster and Yarn with Hadoop 2.7.1 and Scala 2.10 Cheers, Till On Thu, Apr 13, 2017 at 11:27 AM, Gyula Fóra <[hidden email]> wrote: > Hi, > > Unfortunately I cannot test run the rc as I am on vacation. But we have > been running pretty much the same build (+1-2 commits) in production for > some time now. > > +1 from me > > Gyula > > On Thu, Apr 13, 2017, 08:27 Andrew Psaltis <[hidden email]> > wrote: > > > +1 -- checked out all code, built with all tests, ran local cluster, > > deployed example streaming jobs > > > > On Thu, Apr 13, 2017 at 2:26 AM, Andrew Psaltis < > [hidden email]> > > wrote: > > > > > Ted -- I did not see those errors. My environment is: > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > 2015-11-10T11:41:47-05:00) > > > Maven home: /usr/local/Cellar/maven/3.3.9/libexec > > > Java version: 1.8.0_121, vendor: Oracle Corporation > > > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_ > > > 121.jdk/Contents/Home/jre > > > Default locale: en_US, platform encoding: UTF-8 > > > OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: "mac" > > > > > > > > > > > > > > > On Thu, Apr 13, 2017 at 12:36 AM, Ted Yu <[hidden email]> wrote: > > > > > >> I ran test suite where the following failed: > > >> > > >> Failed tests: > > >> StreamExecutionEnvironmentTest.testDefaultParallelismIsDefault:143 > > >> expected:<-1> but was:<24> > > >> > > >> StreamExecutionEnvironmentTest.testMaxParallelismMustBeBigge > > >> rEqualParallelism > > >> Expected test to throw an instance of java.lang. > IllegalArgumentException > > >> > > >> StreamExecutionEnvironmentTest.testParallelismMustBeSmallerE > > >> qualMaxParallelism > > >> Expected test to throw an instance of java.lang. > IllegalArgumentException > > >> > > >> This is what I used: > > >> > > >> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > >> 2015-11-10T16:41:47+00:00) > > >> Java version: 1.8.0_101, vendor: Oracle Corporation > > >> > > >> Have anyone else seen the above failures ? > > >> > > >> Cheers > > >> > > >> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> > > >> wrote: > > >> > > >> > Dear Flink community, > > >> > > > >> > Please vote on releasing the following candidate as Apache Flink > > version > > >> > 1.2 > > >> > .1. > > >> > > > >> > The commit to be voted on: > > >> > 76eba4e0 < > > http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > > >> > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > > >> > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > > >> > > > >> > Branch: > > >> > release-1.2.1-rc2 > > >> > > > >> > The release artifacts to be voted on can be found at: > > >> > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > > >> > > > >> > > > >> > The release artifacts are signed with the key with fingerprint > > D9839159: > > >> > http://www.apache.org/dist/flink/KEYS > > >> > > > >> > The staging repository for this release can be found at: > > >> > * > > https://repository.apache.org/content/repositories/orgapacheflink-1117 > > >> > < > > https://repository.apache.org/content/repositories/orgapacheflink-1117 > > >> >* > > >> > > > >> > ------------------------------------------------------------- > > >> > > > >> > > > >> > The vote ends on Tuesday, 1pm CET. > > >> > > > >> > [ ] +1 Release this package as Apache Flink 1.2.1 > > >> > [ ] -1 Do not release this package, because ... > > >> > > > >> > > > > > > > > > > > > -- > > > Thanks, > > > Andrew > > > > > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > > > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > > > twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata> > > > > > > > > > > > -- > > Thanks, > > Andrew > > > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > > twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata> > > > |
Till:
A bit curious: where can I find the Flirrt tool ? Thanks On Wed, Apr 19, 2017 at 5:24 AM, Till Rohrmann <[hidden email]> wrote: > +1 (binding) for the release > > - checked checksums and signature > - no dependencies added or removed > - build Flink with Hadoop 2.7.1 and Scala 2.11 from sources and ran all > tests > - Ran Flirrt locally, on standalone cluster and Yarn with Hadoop 2.7.1 and > Scala 2.10 > > Cheers, > Till > > > On Thu, Apr 13, 2017 at 11:27 AM, Gyula Fóra <[hidden email]> wrote: > > > Hi, > > > > Unfortunately I cannot test run the rc as I am on vacation. But we have > > been running pretty much the same build (+1-2 commits) in production for > > some time now. > > > > +1 from me > > > > Gyula > > > > On Thu, Apr 13, 2017, 08:27 Andrew Psaltis <[hidden email]> > > wrote: > > > > > +1 -- checked out all code, built with all tests, ran local cluster, > > > deployed example streaming jobs > > > > > > On Thu, Apr 13, 2017 at 2:26 AM, Andrew Psaltis < > > [hidden email]> > > > wrote: > > > > > > > Ted -- I did not see those errors. My environment is: > > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > > 2015-11-10T11:41:47-05:00) > > > > Maven home: /usr/local/Cellar/maven/3.3.9/libexec > > > > Java version: 1.8.0_121, vendor: Oracle Corporation > > > > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_ > > > > 121.jdk/Contents/Home/jre > > > > Default locale: en_US, platform encoding: UTF-8 > > > > OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: > "mac" > > > > > > > > > > > > > > > > > > > > On Thu, Apr 13, 2017 at 12:36 AM, Ted Yu <[hidden email]> > wrote: > > > > > > > >> I ran test suite where the following failed: > > > >> > > > >> Failed tests: > > > >> StreamExecutionEnvironmentTest.testDefaultParallelismIsDefaul > t:143 > > > >> expected:<-1> but was:<24> > > > >> > > > >> StreamExecutionEnvironmentTest.testMaxParallelismMustBeBigge > > > >> rEqualParallelism > > > >> Expected test to throw an instance of java.lang. > > IllegalArgumentException > > > >> > > > >> StreamExecutionEnvironmentTest.testParallelismMustBeSmallerE > > > >> qualMaxParallelism > > > >> Expected test to throw an instance of java.lang. > > IllegalArgumentException > > > >> > > > >> This is what I used: > > > >> > > > >> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > >> 2015-11-10T16:41:47+00:00) > > > >> Java version: 1.8.0_101, vendor: Oracle Corporation > > > >> > > > >> Have anyone else seen the above failures ? > > > >> > > > >> Cheers > > > >> > > > >> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger < > [hidden email]> > > > >> wrote: > > > >> > > > >> > Dear Flink community, > > > >> > > > > >> > Please vote on releasing the following candidate as Apache Flink > > > version > > > >> > 1.2 > > > >> > .1. > > > >> > > > > >> > The commit to be voted on: > > > >> > 76eba4e0 < > > > http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > > > >> > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > > > >> > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > > > >> > > > > >> > Branch: > > > >> > release-1.2.1-rc2 > > > >> > > > > >> > The release artifacts to be voted on can be found at: > > > >> > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > > > >> > > > > >> > > > > >> > The release artifacts are signed with the key with fingerprint > > > D9839159: > > > >> > http://www.apache.org/dist/flink/KEYS > > > >> > > > > >> > The staging repository for this release can be found at: > > > >> > * > > > https://repository.apache.org/content/repositories/orgapacheflink-1117 > > > >> > < > > > https://repository.apache.org/content/repositories/orgapacheflink-1117 > > > >> >* > > > >> > > > > >> > ------------------------------------------------------------- > > > >> > > > > >> > > > > >> > The vote ends on Tuesday, 1pm CET. > > > >> > > > > >> > [ ] +1 Release this package as Apache Flink 1.2.1 > > > >> > [ ] -1 Do not release this package, because ... > > > >> > > > > >> > > > > > > > > > > > > > > > > -- > > > > Thanks, > > > > Andrew > > > > > > > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > > > > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > > > > twiiter: @itmdata <http://twitter.com/intent/ > user?screen_name=itmdata> > > > > > > > > > > > > > > > > -- > > > Thanks, > > > Andrew > > > > > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > > > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > > > twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata> > > > > > > |
This should be the one: https://github.com/aljoscha/FliRTT
On Wed, Apr 19, 2017 at 7:48 AM, Ted Yu <[hidden email]> wrote: > Till: > A bit curious: where can I find the Flirrt tool ? > > Thanks > > On Wed, Apr 19, 2017 at 5:24 AM, Till Rohrmann <[hidden email]> > wrote: > > > +1 (binding) for the release > > > > - checked checksums and signature > > - no dependencies added or removed > > - build Flink with Hadoop 2.7.1 and Scala 2.11 from sources and ran all > > tests > > - Ran Flirrt locally, on standalone cluster and Yarn with Hadoop 2.7.1 > and > > Scala 2.10 > > > > Cheers, > > Till > > > > > > On Thu, Apr 13, 2017 at 11:27 AM, Gyula Fóra <[hidden email]> > wrote: > > > > > Hi, > > > > > > Unfortunately I cannot test run the rc as I am on vacation. But we have > > > been running pretty much the same build (+1-2 commits) in production > for > > > some time now. > > > > > > +1 from me > > > > > > Gyula > > > > > > On Thu, Apr 13, 2017, 08:27 Andrew Psaltis <[hidden email]> > > > wrote: > > > > > > > +1 -- checked out all code, built with all tests, ran local cluster, > > > > deployed example streaming jobs > > > > > > > > On Thu, Apr 13, 2017 at 2:26 AM, Andrew Psaltis < > > > [hidden email]> > > > > wrote: > > > > > > > > > Ted -- I did not see those errors. My environment is: > > > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > > > 2015-11-10T11:41:47-05:00) > > > > > Maven home: /usr/local/Cellar/maven/3.3.9/libexec > > > > > Java version: 1.8.0_121, vendor: Oracle Corporation > > > > > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_ > > > > > 121.jdk/Contents/Home/jre > > > > > Default locale: en_US, platform encoding: UTF-8 > > > > > OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: > > "mac" > > > > > > > > > > > > > > > > > > > > > > > > > On Thu, Apr 13, 2017 at 12:36 AM, Ted Yu <[hidden email]> > > wrote: > > > > > > > > > >> I ran test suite where the following failed: > > > > >> > > > > >> Failed tests: > > > > >> StreamExecutionEnvironmentTest.testDefaultParallelismIsDefaul > > t:143 > > > > >> expected:<-1> but was:<24> > > > > >> > > > > >> StreamExecutionEnvironmentTest.testMaxParallelismMustBeBigge > > > > >> rEqualParallelism > > > > >> Expected test to throw an instance of java.lang. > > > IllegalArgumentException > > > > >> > > > > >> StreamExecutionEnvironmentTest.testParallelismMustBeSmallerE > > > > >> qualMaxParallelism > > > > >> Expected test to throw an instance of java.lang. > > > IllegalArgumentException > > > > >> > > > > >> This is what I used: > > > > >> > > > > >> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > > > > >> 2015-11-10T16:41:47+00:00) > > > > >> Java version: 1.8.0_101, vendor: Oracle Corporation > > > > >> > > > > >> Have anyone else seen the above failures ? > > > > >> > > > > >> Cheers > > > > >> > > > > >> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger < > > [hidden email]> > > > > >> wrote: > > > > >> > > > > >> > Dear Flink community, > > > > >> > > > > > >> > Please vote on releasing the following candidate as Apache Flink > > > > version > > > > >> > 1.2 > > > > >> > .1. > > > > >> > > > > > >> > The commit to be voted on: > > > > >> > 76eba4e0 < > > > > http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > > > > >> > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > > > > >> > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > >*) > > > > >> > > > > > >> > Branch: > > > > >> > release-1.2.1-rc2 > > > > >> > > > > > >> > The release artifacts to be voted on can be found at: > > > > >> > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > > > > >> > > > > > >> > > > > > >> > The release artifacts are signed with the key with fingerprint > > > > D9839159: > > > > >> > http://www.apache.org/dist/flink/KEYS > > > > >> > > > > > >> > The staging repository for this release can be found at: > > > > >> > * > > > > https://repository.apache.org/content/repositories/ > orgapacheflink-1117 > > > > >> > < > > > > https://repository.apache.org/content/repositories/ > orgapacheflink-1117 > > > > >> >* > > > > >> > > > > > >> > ------------------------------------------------------------- > > > > >> > > > > > >> > > > > > >> > The vote ends on Tuesday, 1pm CET. > > > > >> > > > > > >> > [ ] +1 Release this package as Apache Flink 1.2.1 > > > > >> > [ ] -1 Do not release this package, because ... > > > > >> > > > > > >> > > > > > > > > > > > > > > > > > > > > -- > > > > > Thanks, > > > > > Andrew > > > > > > > > > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > > > > > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > > > > > twiiter: @itmdata <http://twitter.com/intent/ > > user?screen_name=itmdata> > > > > > > > > > > > > > > > > > > > > > -- > > > > Thanks, > > > > Andrew > > > > > > > > Subscribe to my book: Streaming Data <http://manning.com/psaltis> > > > > <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > > > > twiiter: @itmdata <http://twitter.com/intent/ > user?screen_name=itmdata> > > > > > > > > > > |
@Ted What is the hash of the commit where you saw the failing test? I think it might have been some intermediate commit because these tests are not in the code anymore on the release branch.
> On 19. Apr 2017, at 18:35, Henry Saputra <[hidden email]> wrote: > > This should be the one: https://github.com/aljoscha/FliRTT > > On Wed, Apr 19, 2017 at 7:48 AM, Ted Yu <[hidden email]> wrote: > >> Till: >> A bit curious: where can I find the Flirrt tool ? >> >> Thanks >> >> On Wed, Apr 19, 2017 at 5:24 AM, Till Rohrmann <[hidden email]> >> wrote: >> >>> +1 (binding) for the release >>> >>> - checked checksums and signature >>> - no dependencies added or removed >>> - build Flink with Hadoop 2.7.1 and Scala 2.11 from sources and ran all >>> tests >>> - Ran Flirrt locally, on standalone cluster and Yarn with Hadoop 2.7.1 >> and >>> Scala 2.10 >>> >>> Cheers, >>> Till >>> >>> >>> On Thu, Apr 13, 2017 at 11:27 AM, Gyula Fóra <[hidden email]> >> wrote: >>> >>>> Hi, >>>> >>>> Unfortunately I cannot test run the rc as I am on vacation. But we have >>>> been running pretty much the same build (+1-2 commits) in production >> for >>>> some time now. >>>> >>>> +1 from me >>>> >>>> Gyula >>>> >>>> On Thu, Apr 13, 2017, 08:27 Andrew Psaltis <[hidden email]> >>>> wrote: >>>> >>>>> +1 -- checked out all code, built with all tests, ran local cluster, >>>>> deployed example streaming jobs >>>>> >>>>> On Thu, Apr 13, 2017 at 2:26 AM, Andrew Psaltis < >>>> [hidden email]> >>>>> wrote: >>>>> >>>>>> Ted -- I did not see those errors. My environment is: >>>>>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; >>>>>> 2015-11-10T11:41:47-05:00) >>>>>> Maven home: /usr/local/Cellar/maven/3.3.9/libexec >>>>>> Java version: 1.8.0_121, vendor: Oracle Corporation >>>>>> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_ >>>>>> 121.jdk/Contents/Home/jre >>>>>> Default locale: en_US, platform encoding: UTF-8 >>>>>> OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: >>> "mac" >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> On Thu, Apr 13, 2017 at 12:36 AM, Ted Yu <[hidden email]> >>> wrote: >>>>>> >>>>>>> I ran test suite where the following failed: >>>>>>> >>>>>>> Failed tests: >>>>>>> StreamExecutionEnvironmentTest.testDefaultParallelismIsDefaul >>> t:143 >>>>>>> expected:<-1> but was:<24> >>>>>>> >>>>>>> StreamExecutionEnvironmentTest.testMaxParallelismMustBeBigge >>>>>>> rEqualParallelism >>>>>>> Expected test to throw an instance of java.lang. >>>> IllegalArgumentException >>>>>>> >>>>>>> StreamExecutionEnvironmentTest.testParallelismMustBeSmallerE >>>>>>> qualMaxParallelism >>>>>>> Expected test to throw an instance of java.lang. >>>> IllegalArgumentException >>>>>>> >>>>>>> This is what I used: >>>>>>> >>>>>>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; >>>>>>> 2015-11-10T16:41:47+00:00) >>>>>>> Java version: 1.8.0_101, vendor: Oracle Corporation >>>>>>> >>>>>>> Have anyone else seen the above failures ? >>>>>>> >>>>>>> Cheers >>>>>>> >>>>>>> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger < >>> [hidden email]> >>>>>>> wrote: >>>>>>> >>>>>>>> Dear Flink community, >>>>>>>> >>>>>>>> Please vote on releasing the following candidate as Apache Flink >>>>> version >>>>>>>> 1.2 >>>>>>>> .1. >>>>>>>> >>>>>>>> The commit to be voted on: >>>>>>>> 76eba4e0 < >>>>> http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> >>>>>>>> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 >>>>>>>> <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 >>> *) >>>>>>>> >>>>>>>> Branch: >>>>>>>> release-1.2.1-rc2 >>>>>>>> >>>>>>>> The release artifacts to be voted on can be found at: >>>>>>>> http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ >>>>>>>> >>>>>>>> >>>>>>>> The release artifacts are signed with the key with fingerprint >>>>> D9839159: >>>>>>>> http://www.apache.org/dist/flink/KEYS >>>>>>>> >>>>>>>> The staging repository for this release can be found at: >>>>>>>> * >>>>> https://repository.apache.org/content/repositories/ >> orgapacheflink-1117 >>>>>>>> < >>>>> https://repository.apache.org/content/repositories/ >> orgapacheflink-1117 >>>>>>>> * >>>>>>>> >>>>>>>> ------------------------------------------------------------- >>>>>>>> >>>>>>>> >>>>>>>> The vote ends on Tuesday, 1pm CET. >>>>>>>> >>>>>>>> [ ] +1 Release this package as Apache Flink 1.2.1 >>>>>>>> [ ] -1 Do not release this package, because ... >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Thanks, >>>>>> Andrew >>>>>> >>>>>> Subscribe to my book: Streaming Data <http://manning.com/psaltis> >>>>>> <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> >>>>>> twiiter: @itmdata <http://twitter.com/intent/ >>> user?screen_name=itmdata> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Thanks, >>>>> Andrew >>>>> >>>>> Subscribe to my book: Streaming Data <http://manning.com/psaltis> >>>>> <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> >>>>> twiiter: @itmdata <http://twitter.com/intent/ >> user?screen_name=itmdata> >>>>> >>>> >>> >> |
I downloaded and expanded flink-1.2.1-src.tgz one more time.
The failed tests are not in source tar ball. Looks like I expanded the tar ball into the same directory for previous RC last week. Cheers On Thu, Apr 20, 2017 at 1:32 AM, Aljoscha Krettek <[hidden email]> wrote: > @Ted What is the hash of the commit where you saw the failing test? I > think it might have been some intermediate commit because these tests are > not in the code anymore on the release branch. > > > On 19. Apr 2017, at 18:35, Henry Saputra <[hidden email]> > wrote: > > > > This should be the one: https://github.com/aljoscha/FliRTT > > > > On Wed, Apr 19, 2017 at 7:48 AM, Ted Yu <[hidden email]> wrote: > > > >> Till: > >> A bit curious: where can I find the Flirrt tool ? > >> > >> Thanks > >> > >> On Wed, Apr 19, 2017 at 5:24 AM, Till Rohrmann <[hidden email]> > >> wrote: > >> > >>> +1 (binding) for the release > >>> > >>> - checked checksums and signature > >>> - no dependencies added or removed > >>> - build Flink with Hadoop 2.7.1 and Scala 2.11 from sources and ran all > >>> tests > >>> - Ran Flirrt locally, on standalone cluster and Yarn with Hadoop 2.7.1 > >> and > >>> Scala 2.10 > >>> > >>> Cheers, > >>> Till > >>> > >>> > >>> On Thu, Apr 13, 2017 at 11:27 AM, Gyula Fóra <[hidden email]> > >> wrote: > >>> > >>>> Hi, > >>>> > >>>> Unfortunately I cannot test run the rc as I am on vacation. But we > have > >>>> been running pretty much the same build (+1-2 commits) in production > >> for > >>>> some time now. > >>>> > >>>> +1 from me > >>>> > >>>> Gyula > >>>> > >>>> On Thu, Apr 13, 2017, 08:27 Andrew Psaltis <[hidden email]> > >>>> wrote: > >>>> > >>>>> +1 -- checked out all code, built with all tests, ran local cluster, > >>>>> deployed example streaming jobs > >>>>> > >>>>> On Thu, Apr 13, 2017 at 2:26 AM, Andrew Psaltis < > >>>> [hidden email]> > >>>>> wrote: > >>>>> > >>>>>> Ted -- I did not see those errors. My environment is: > >>>>>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > >>>>>> 2015-11-10T11:41:47-05:00) > >>>>>> Maven home: /usr/local/Cellar/maven/3.3.9/libexec > >>>>>> Java version: 1.8.0_121, vendor: Oracle Corporation > >>>>>> Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_ > >>>>>> 121.jdk/Contents/Home/jre > >>>>>> Default locale: en_US, platform encoding: UTF-8 > >>>>>> OS name: "mac os x", version: "10.12.3", arch: "x86_64", family: > >>> "mac" > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> On Thu, Apr 13, 2017 at 12:36 AM, Ted Yu <[hidden email]> > >>> wrote: > >>>>>> > >>>>>>> I ran test suite where the following failed: > >>>>>>> > >>>>>>> Failed tests: > >>>>>>> StreamExecutionEnvironmentTest.testDefaultParallelismIsDefaul > >>> t:143 > >>>>>>> expected:<-1> but was:<24> > >>>>>>> > >>>>>>> StreamExecutionEnvironmentTest.testMaxParallelismMustBeBigge > >>>>>>> rEqualParallelism > >>>>>>> Expected test to throw an instance of java.lang. > >>>> IllegalArgumentException > >>>>>>> > >>>>>>> StreamExecutionEnvironmentTest.testParallelismMustBeSmallerE > >>>>>>> qualMaxParallelism > >>>>>>> Expected test to throw an instance of java.lang. > >>>> IllegalArgumentException > >>>>>>> > >>>>>>> This is what I used: > >>>>>>> > >>>>>>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > >>>>>>> 2015-11-10T16:41:47+00:00) > >>>>>>> Java version: 1.8.0_101, vendor: Oracle Corporation > >>>>>>> > >>>>>>> Have anyone else seen the above failures ? > >>>>>>> > >>>>>>> Cheers > >>>>>>> > >>>>>>> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger < > >>> [hidden email]> > >>>>>>> wrote: > >>>>>>> > >>>>>>>> Dear Flink community, > >>>>>>>> > >>>>>>>> Please vote on releasing the following candidate as Apache Flink > >>>>> version > >>>>>>>> 1.2 > >>>>>>>> .1. > >>>>>>>> > >>>>>>>> The commit to be voted on: > >>>>>>>> 76eba4e0 < > >>>>> http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > >>>>>>>> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > >>>>>>>> <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > >>> *) > >>>>>>>> > >>>>>>>> Branch: > >>>>>>>> release-1.2.1-rc2 > >>>>>>>> > >>>>>>>> The release artifacts to be voted on can be found at: > >>>>>>>> http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > >>>>>>>> > >>>>>>>> > >>>>>>>> The release artifacts are signed with the key with fingerprint > >>>>> D9839159: > >>>>>>>> http://www.apache.org/dist/flink/KEYS > >>>>>>>> > >>>>>>>> The staging repository for this release can be found at: > >>>>>>>> * > >>>>> https://repository.apache.org/content/repositories/ > >> orgapacheflink-1117 > >>>>>>>> < > >>>>> https://repository.apache.org/content/repositories/ > >> orgapacheflink-1117 > >>>>>>>> * > >>>>>>>> > >>>>>>>> ------------------------------------------------------------- > >>>>>>>> > >>>>>>>> > >>>>>>>> The vote ends on Tuesday, 1pm CET. > >>>>>>>> > >>>>>>>> [ ] +1 Release this package as Apache Flink 1.2.1 > >>>>>>>> [ ] -1 Do not release this package, because ... > >>>>>>>> > >>>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> -- > >>>>>> Thanks, > >>>>>> Andrew > >>>>>> > >>>>>> Subscribe to my book: Streaming Data <http://manning.com/psaltis> > >>>>>> <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > >>>>>> twiiter: @itmdata <http://twitter.com/intent/ > >>> user?screen_name=itmdata> > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>> -- > >>>>> Thanks, > >>>>> Andrew > >>>>> > >>>>> Subscribe to my book: Streaming Data <http://manning.com/psaltis> > >>>>> <https://www.linkedin.com/pub/andrew-psaltis/1/17b/306> > >>>>> twiiter: @itmdata <http://twitter.com/intent/ > >> user?screen_name=itmdata> > >>>>> > >>>> > >>> > >> > > |
In reply to this post by Robert Metzger
+1 (binding) for the release
- checked all checksums and signatures - started standalone clusters and ran Gelly example Greg > On Apr 12, 2017, at 7:06 PM, Robert Metzger <[hidden email]> wrote: > > Dear Flink community, > > Please vote on releasing the following candidate as Apache Flink version 1.2 > .1. > > The commit to be voted on: > 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > > Branch: > release-1.2.1-rc2 > > The release artifacts to be voted on can be found at: > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > > > The release artifacts are signed with the key with fingerprint D9839159: > http://www.apache.org/dist/flink/KEYS > > The staging repository for this release can be found at: > *https://repository.apache.org/content/repositories/orgapacheflink-1117 > <https://repository.apache.org/content/repositories/orgapacheflink-1117>* > > ------------------------------------------------------------- > > > The vote ends on Tuesday, 1pm CET. > > [ ] +1 Release this package as Apache Flink 1.2.1 > [ ] -1 Do not release this package, because ... |
In reply to this post by Robert Metzger
LICENSE file exists
NOTICE file looks good Signature files look good Hash files look good No 3rd party exes in source artifact Source compiled and pass tests Local run work Run simple job on YARN +1 - Henry On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> wrote: > Dear Flink community, > > Please vote on releasing the following candidate as Apache Flink version > 1.2 > .1. > > The commit to be voted on: > 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > > Branch: > release-1.2.1-rc2 > > The release artifacts to be voted on can be found at: > http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > > > The release artifacts are signed with the key with fingerprint D9839159: > http://www.apache.org/dist/flink/KEYS > > The staging repository for this release can be found at: > *https://repository.apache.org/content/repositories/orgapacheflink-1117 > <https://repository.apache.org/content/repositories/orgapacheflink-1117>* > > ------------------------------------------------------------- > > > The vote ends on Tuesday, 1pm CET. > > [ ] +1 Release this package as Apache Flink 1.2.1 > [ ] -1 Do not release this package, because ... > |
There is this (somewhat pesky) issue:
- https://issues.apache.org/jira/browse/FLINK-6353: Restoring using CheckpointedRestoring does not work from 1.2 to 1.2 I have the fix ready but we can do that in Flink 1.2.2. Very quickly, though. > On 20. Apr 2017, at 17:20, Henry Saputra <[hidden email]> wrote: > > LICENSE file exists > NOTICE file looks good > Signature files look good > Hash files look good > No 3rd party exes in source artifact > Source compiled and pass tests > Local run work > Run simple job on YARN > > +1 > > - Henry > > On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> wrote: > >> Dear Flink community, >> >> Please vote on releasing the following candidate as Apache Flink version >> 1.2 >> .1. >> >> The commit to be voted on: >> 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> >> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 >> <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) >> >> Branch: >> release-1.2.1-rc2 >> >> The release artifacts to be voted on can be found at: >> http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ >> >> >> The release artifacts are signed with the key with fingerprint D9839159: >> http://www.apache.org/dist/flink/KEYS >> >> The staging repository for this release can be found at: >> *https://repository.apache.org/content/repositories/orgapacheflink-1117 >> <https://repository.apache.org/content/repositories/orgapacheflink-1117>* >> >> ------------------------------------------------------------- >> >> >> The vote ends on Tuesday, 1pm CET. >> >> [ ] +1 Release this package as Apache Flink 1.2.1 >> [ ] -1 Do not release this package, because ... >> |
@all: I'm sorry for being a bad release manager this time. I'm not spending
much time online these days. I hope to increase my dev@ list activity a little bit next week. @Aljoscha: Does this mean that users can not upgrade from 1.2.0 to 1.2.1 ? Can we make the minor versions easily compatible? If so, I would prefer to cancel this release as well and do another one. On Fri, Apr 21, 2017 at 12:04 PM, Aljoscha Krettek <[hidden email]> wrote: > There is this (somewhat pesky) issue: > - https://issues.apache.org/jira/browse/FLINK-6353: Restoring using > CheckpointedRestoring does not work from 1.2 to 1.2 > > I have the fix ready but we can do that in Flink 1.2.2. Very quickly, > though. > > > On 20. Apr 2017, at 17:20, Henry Saputra <[hidden email]> > wrote: > > > > LICENSE file exists > > NOTICE file looks good > > Signature files look good > > Hash files look good > > No 3rd party exes in source artifact > > Source compiled and pass tests > > Local run work > > Run simple job on YARN > > > > +1 > > > > - Henry > > > > On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> > wrote: > > > >> Dear Flink community, > >> > >> Please vote on releasing the following candidate as Apache Flink version > >> 1.2 > >> .1. > >> > >> The commit to be voted on: > >> 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> > >> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > >> <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > >> > >> Branch: > >> release-1.2.1-rc2 > >> > >> The release artifacts to be voted on can be found at: > >> http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > >> > >> > >> The release artifacts are signed with the key with fingerprint D9839159: > >> http://www.apache.org/dist/flink/KEYS > >> > >> The staging repository for this release can be found at: > >> *https://repository.apache.org/content/repositories/orgapacheflink-1117 > >> <https://repository.apache.org/content/repositories/orgapacheflink-1117 > >* > >> > >> ------------------------------------------------------------- > >> > >> > >> The vote ends on Tuesday, 1pm CET. > >> > >> [ ] +1 Release this package as Apache Flink 1.2.1 > >> [ ] -1 Do not release this package, because ... > >> > > |
It means that users cannot restore from 1.2.0 to 1.2.0, 1.2.0 to 1.2.1, or 1.2.1 to 1.2.1. However, this only happens when using the CheckpointedRestoring interface, which you have to do when you want to migrate away form the Checkpointed interface.
tl;dr It’s not a new bug but one that was present in 1.2.0 already. > On 23. Apr 2017, at 21:16, Robert Metzger <[hidden email]> wrote: > > @all: I'm sorry for being a bad release manager this time. I'm not spending > much time online these days. I hope to increase my dev@ list activity a > little bit next week. > > @Aljoscha: > Does this mean that users can not upgrade from 1.2.0 to 1.2.1 ? > > Can we make the minor versions easily compatible? > If so, I would prefer to cancel this release as well and do another one. > > > On Fri, Apr 21, 2017 at 12:04 PM, Aljoscha Krettek <[hidden email]> > wrote: > >> There is this (somewhat pesky) issue: >> - https://issues.apache.org/jira/browse/FLINK-6353: Restoring using >> CheckpointedRestoring does not work from 1.2 to 1.2 >> >> I have the fix ready but we can do that in Flink 1.2.2. Very quickly, >> though. >> >>> On 20. Apr 2017, at 17:20, Henry Saputra <[hidden email]> >> wrote: >>> >>> LICENSE file exists >>> NOTICE file looks good >>> Signature files look good >>> Hash files look good >>> No 3rd party exes in source artifact >>> Source compiled and pass tests >>> Local run work >>> Run simple job on YARN >>> >>> +1 >>> >>> - Henry >>> >>> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> >> wrote: >>> >>>> Dear Flink community, >>>> >>>> Please vote on releasing the following candidate as Apache Flink version >>>> 1.2 >>>> .1. >>>> >>>> The commit to be voted on: >>>> 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0> >>>> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 >>>> <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) >>>> >>>> Branch: >>>> release-1.2.1-rc2 >>>> >>>> The release artifacts to be voted on can be found at: >>>> http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ >>>> >>>> >>>> The release artifacts are signed with the key with fingerprint D9839159: >>>> http://www.apache.org/dist/flink/KEYS >>>> >>>> The staging repository for this release can be found at: >>>> *https://repository.apache.org/content/repositories/orgapacheflink-1117 >>>> <https://repository.apache.org/content/repositories/orgapacheflink-1117 >>> * >>>> >>>> ------------------------------------------------------------- >>>> >>>> >>>> The vote ends on Tuesday, 1pm CET. >>>> >>>> [ ] +1 Release this package as Apache Flink 1.2.1 >>>> [ ] -1 Do not release this package, because ... >>>> >> >> |
If this bug was already present in 1.2.0, then I guess not many users have
used this feature. Otherwise we would have seen complaints on the mailing list. From the JIRA issue description, it looks as if we have to fix it for 1.3.0 anyway. What about fixing it this week and then backporting it to the 1.2.1 branch? Cheers, Till On Mon, Apr 24, 2017 at 8:12 AM, Aljoscha Krettek <[hidden email]> wrote: > It means that users cannot restore from 1.2.0 to 1.2.0, 1.2.0 to 1.2.1, or > 1.2.1 to 1.2.1. However, this only happens when using the > CheckpointedRestoring interface, which you have to do when you want to > migrate away form the Checkpointed interface. > > tl;dr It’s not a new bug but one that was present in 1.2.0 already. > > > On 23. Apr 2017, at 21:16, Robert Metzger <[hidden email]> wrote: > > > > @all: I'm sorry for being a bad release manager this time. I'm not > spending > > much time online these days. I hope to increase my dev@ list activity a > > little bit next week. > > > > @Aljoscha: > > Does this mean that users can not upgrade from 1.2.0 to 1.2.1 ? > > > > Can we make the minor versions easily compatible? > > If so, I would prefer to cancel this release as well and do another one. > > > > > > On Fri, Apr 21, 2017 at 12:04 PM, Aljoscha Krettek <[hidden email]> > > wrote: > > > >> There is this (somewhat pesky) issue: > >> - https://issues.apache.org/jira/browse/FLINK-6353: Restoring using > >> CheckpointedRestoring does not work from 1.2 to 1.2 > >> > >> I have the fix ready but we can do that in Flink 1.2.2. Very quickly, > >> though. > >> > >>> On 20. Apr 2017, at 17:20, Henry Saputra <[hidden email]> > >> wrote: > >>> > >>> LICENSE file exists > >>> NOTICE file looks good > >>> Signature files look good > >>> Hash files look good > >>> No 3rd party exes in source artifact > >>> Source compiled and pass tests > >>> Local run work > >>> Run simple job on YARN > >>> > >>> +1 > >>> > >>> - Henry > >>> > >>> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> > >> wrote: > >>> > >>>> Dear Flink community, > >>>> > >>>> Please vote on releasing the following candidate as Apache Flink > version > >>>> 1.2 > >>>> .1. > >>>> > >>>> The commit to be voted on: > >>>> 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/ > 76eba4e0> > >>>> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 > >>>> <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) > >>>> > >>>> Branch: > >>>> release-1.2.1-rc2 > >>>> > >>>> The release artifacts to be voted on can be found at: > >>>> http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ > >>>> > >>>> > >>>> The release artifacts are signed with the key with fingerprint > D9839159: > >>>> http://www.apache.org/dist/flink/KEYS > >>>> > >>>> The staging repository for this release can be found at: > >>>> *https://repository.apache.org/content/repositories/ > orgapacheflink-1117 > >>>> <https://repository.apache.org/content/repositories/ > orgapacheflink-1117 > >>> * > >>>> > >>>> ------------------------------------------------------------- > >>>> > >>>> > >>>> The vote ends on Tuesday, 1pm CET. > >>>> > >>>> [ ] +1 Release this package as Apache Flink 1.2.1 > >>>> [ ] -1 Do not release this package, because ... > >>>> > >> > >> > > |
I agree with Till and would NOT cancel this release. It has been
delayed already quite a bit already and the feature freeze for 1.3.0 is coming up (i.e. most contributors will be busy and not spend a lot of time for 1.2.1). – Ufuk On Mon, Apr 24, 2017 at 9:31 AM, Till Rohrmann <[hidden email]> wrote: > If this bug was already present in 1.2.0, then I guess not many users have > used this feature. Otherwise we would have seen complaints on the mailing > list. > > From the JIRA issue description, it looks as if we have to fix it for 1.3.0 > anyway. What about fixing it this week and then backporting it to the 1.2.1 > branch? > > Cheers, > Till > > On Mon, Apr 24, 2017 at 8:12 AM, Aljoscha Krettek <[hidden email]> > wrote: > >> It means that users cannot restore from 1.2.0 to 1.2.0, 1.2.0 to 1.2.1, or >> 1.2.1 to 1.2.1. However, this only happens when using the >> CheckpointedRestoring interface, which you have to do when you want to >> migrate away form the Checkpointed interface. >> >> tl;dr It’s not a new bug but one that was present in 1.2.0 already. >> >> > On 23. Apr 2017, at 21:16, Robert Metzger <[hidden email]> wrote: >> > >> > @all: I'm sorry for being a bad release manager this time. I'm not >> spending >> > much time online these days. I hope to increase my dev@ list activity a >> > little bit next week. >> > >> > @Aljoscha: >> > Does this mean that users can not upgrade from 1.2.0 to 1.2.1 ? >> > >> > Can we make the minor versions easily compatible? >> > If so, I would prefer to cancel this release as well and do another one. >> > >> > >> > On Fri, Apr 21, 2017 at 12:04 PM, Aljoscha Krettek <[hidden email]> >> > wrote: >> > >> >> There is this (somewhat pesky) issue: >> >> - https://issues.apache.org/jira/browse/FLINK-6353: Restoring using >> >> CheckpointedRestoring does not work from 1.2 to 1.2 >> >> >> >> I have the fix ready but we can do that in Flink 1.2.2. Very quickly, >> >> though. >> >> >> >>> On 20. Apr 2017, at 17:20, Henry Saputra <[hidden email]> >> >> wrote: >> >>> >> >>> LICENSE file exists >> >>> NOTICE file looks good >> >>> Signature files look good >> >>> Hash files look good >> >>> No 3rd party exes in source artifact >> >>> Source compiled and pass tests >> >>> Local run work >> >>> Run simple job on YARN >> >>> >> >>> +1 >> >>> >> >>> - Henry >> >>> >> >>> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> >> >> wrote: >> >>> >> >>>> Dear Flink community, >> >>>> >> >>>> Please vote on releasing the following candidate as Apache Flink >> version >> >>>> 1.2 >> >>>> .1. >> >>>> >> >>>> The commit to be voted on: >> >>>> 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/ >> 76eba4e0> >> >>>> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 >> >>>> <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) >> >>>> >> >>>> Branch: >> >>>> release-1.2.1-rc2 >> >>>> >> >>>> The release artifacts to be voted on can be found at: >> >>>> http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ >> >>>> >> >>>> >> >>>> The release artifacts are signed with the key with fingerprint >> D9839159: >> >>>> http://www.apache.org/dist/flink/KEYS >> >>>> >> >>>> The staging repository for this release can be found at: >> >>>> *https://repository.apache.org/content/repositories/ >> orgapacheflink-1117 >> >>>> <https://repository.apache.org/content/repositories/ >> orgapacheflink-1117 >> >>> * >> >>>> >> >>>> ------------------------------------------------------------- >> >>>> >> >>>> >> >>>> The vote ends on Tuesday, 1pm CET. >> >>>> >> >>>> [ ] +1 Release this package as Apache Flink 1.2.1 >> >>>> [ ] -1 Do not release this package, because ... >> >>>> >> >> >> >> >> >> |
Agreed, as I said above:
>>>> I have the fix ready but we can do that in Flink 1.2.2. Very quickly, >>>> though. Best, Aljoscha > On 24. Apr 2017, at 13:19, Ufuk Celebi <[hidden email]> wrote: > > I agree with Till and would NOT cancel this release. It has been > delayed already quite a bit already and the feature freeze for 1.3.0 > is coming up (i.e. most contributors will be busy and not spend a lot > of time for 1.2.1). > > – Ufuk > > > On Mon, Apr 24, 2017 at 9:31 AM, Till Rohrmann <[hidden email]> wrote: >> If this bug was already present in 1.2.0, then I guess not many users have >> used this feature. Otherwise we would have seen complaints on the mailing >> list. >> >> From the JIRA issue description, it looks as if we have to fix it for 1.3.0 >> anyway. What about fixing it this week and then backporting it to the 1.2.1 >> branch? >> >> Cheers, >> Till >> >> On Mon, Apr 24, 2017 at 8:12 AM, Aljoscha Krettek <[hidden email]> >> wrote: >> >>> It means that users cannot restore from 1.2.0 to 1.2.0, 1.2.0 to 1.2.1, or >>> 1.2.1 to 1.2.1. However, this only happens when using the >>> CheckpointedRestoring interface, which you have to do when you want to >>> migrate away form the Checkpointed interface. >>> >>> tl;dr It’s not a new bug but one that was present in 1.2.0 already. >>> >>>> On 23. Apr 2017, at 21:16, Robert Metzger <[hidden email]> wrote: >>>> >>>> @all: I'm sorry for being a bad release manager this time. I'm not >>> spending >>>> much time online these days. I hope to increase my dev@ list activity a >>>> little bit next week. >>>> >>>> @Aljoscha: >>>> Does this mean that users can not upgrade from 1.2.0 to 1.2.1 ? >>>> >>>> Can we make the minor versions easily compatible? >>>> If so, I would prefer to cancel this release as well and do another one. >>>> >>>> >>>> On Fri, Apr 21, 2017 at 12:04 PM, Aljoscha Krettek <[hidden email]> >>>> wrote: >>>> >>>>> There is this (somewhat pesky) issue: >>>>> - https://issues.apache.org/jira/browse/FLINK-6353: Restoring using >>>>> CheckpointedRestoring does not work from 1.2 to 1.2 >>>>> >>>>> I have the fix ready but we can do that in Flink 1.2.2. Very quickly, >>>>> though. >>>>> >>>>>> On 20. Apr 2017, at 17:20, Henry Saputra <[hidden email]> >>>>> wrote: >>>>>> >>>>>> LICENSE file exists >>>>>> NOTICE file looks good >>>>>> Signature files look good >>>>>> Hash files look good >>>>>> No 3rd party exes in source artifact >>>>>> Source compiled and pass tests >>>>>> Local run work >>>>>> Run simple job on YARN >>>>>> >>>>>> +1 >>>>>> >>>>>> - Henry >>>>>> >>>>>> On Wed, Apr 12, 2017 at 4:06 PM, Robert Metzger <[hidden email]> >>>>> wrote: >>>>>> >>>>>>> Dear Flink community, >>>>>>> >>>>>>> Please vote on releasing the following candidate as Apache Flink >>> version >>>>>>> 1.2 >>>>>>> .1. >>>>>>> >>>>>>> The commit to be voted on: >>>>>>> 76eba4e0 <http://git-wip-us.apache.org/repos/asf/flink/commit/ >>> 76eba4e0> >>>>>>> (*http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0 >>>>>>> <http://git-wip-us.apache.org/repos/asf/flink/commit/76eba4e0>*) >>>>>>> >>>>>>> Branch: >>>>>>> release-1.2.1-rc2 >>>>>>> >>>>>>> The release artifacts to be voted on can be found at: >>>>>>> http://people.apache.org/~rmetzger/flink-1.2.1-rc2/ >>>>>>> >>>>>>> >>>>>>> The release artifacts are signed with the key with fingerprint >>> D9839159: >>>>>>> http://www.apache.org/dist/flink/KEYS >>>>>>> >>>>>>> The staging repository for this release can be found at: >>>>>>> *https://repository.apache.org/content/repositories/ >>> orgapacheflink-1117 >>>>>>> <https://repository.apache.org/content/repositories/ >>> orgapacheflink-1117 >>>>>> * >>>>>>> >>>>>>> ------------------------------------------------------------- >>>>>>> >>>>>>> >>>>>>> The vote ends on Tuesday, 1pm CET. >>>>>>> >>>>>>> [ ] +1 Release this package as Apache Flink 1.2.1 >>>>>>> [ ] -1 Do not release this package, because ... >>>>>>> >>>>> >>>>> >>> >>> |
Free forum by Nabble | Edit this page |