+1 - Checked checksums and signatures - Verified no binaries in source release - Checked that source release is building properly - Build for custom Hadoop version - Ran start scripts - Checked log and out files - Tested in local mode - Tested in cluster mode - Tested on cluster with HDFS - Tested recovery with StreamingStateMachine with Kafka, RocksDB and in standalone HA mode
On Thu, Mar 3, 2016 at 5:41 PM, Till Rohrmann <[email protected]> wrote: > +1 > > Checked that the sources don't contain binaries > Tested cluster execution with flink/run and web client job submission > Run all examples via FliRTT > Tested Kafka 0.9 > Verified that quickstarts work with Eclipse and IntelliJ > Run example with RemoteEnvironment > Verified SBT quickstarts > > On Thu, Mar 3, 2016 at 3:43 PM, Aljoscha Krettek <[email protected]> > wrote: > >> +1 >> >> I think we have a winner. :D >> >> The “boring” tests from the checklist should still hold for this RC and I >> now ran a custom windowing job with state on RocksDB on Hadoop 2.7 with >> Scala 2.11. I used the Yarn HA mode and shot down both JobManagers and >> TaskManagers and the job restarted successfully. I also verified that >> savepoints work in this setup. >> >> > On 03 Mar 2016, at 14:08, Robert Metzger <[email protected]> wrote: >> > >> > Apparently I was not careful enough when writing the email. >> > The release branch is "release-1.0.0-rc5" and its the fifth RC. >> > >> > On Thu, Mar 3, 2016 at 2:01 PM, Robert Metzger <[email protected]> >> wrote: >> > >> >> Dear Flink community, >> >> >> >> Please vote on releasing the following candidate as Apache Flink version >> >> 1.0.0. >> >> >> >> This is the fourth RC. >> >> Here is a document to report on the testing and release verification: >> >> >> https://docs.google.com/document/d/1hoQ5k4WQteNj2OoPwpQPD4ZVHrCwM1pTlUVww8ld7oY/edit#heading=h.2v6zy51pgj33 >> >> >> >> >> >> The commit to be voted on (* >> http://git-wip-us.apache.org/repos/asf/flink/commit/94cd554a >> >> <http://git-wip-us.apache.org/repos/asf/flink/commit/94cd554a>*) >> >> 94cd554aee39413588bd30890dc7aed886b1c91d >> >> >> >> Branch: >> >> release-1.0.0-rc4 (see >> >> >> https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink.git;a=shortlog;h=refs/heads/release-1.0.0-rc5 >> >> ) >> >> >> >> The release artifacts to be voted on can be found at: >> >> *http://home.apache.org/~rmetzger/flink-1.0.0-rc5/ >> >> <http://home.apache.org/~rmetzger/flink-1.0.0-rc5/>* >> >> >> >> 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-1069 >> >> <https://repository.apache.org/content/repositories/orgapacheflink-1069 >> >* >> >> >> >> ------------------------------------------------------------- >> >> >> >> The vote is open until Friday and passes if a majority of at least three >> >> +1 PMC votes are cast. >> >> >> >> The vote ends on Friday, March 4, 19:00 CET. >> >> >> >> [ ] +1 Release this package as Apache Flink 1.0.0 >> >> [ ] -1 Do not release this package because ... >> >> >> >> >> >> ---------------------------------------------------------- >> >> >> >> Changes since RC4: >> >> >> >> commit a79521fba60407ff5a800ec78fcfeee750d826d6 >> >> Author: Robert Metzger <[email protected]> >> >> Date: Thu Mar 3 09:32:40 2016 +0100 >> >> >> >> [hotfix] Make 'force-shading' deployable >> >> >> >> commit 3adc51487aaae97469fc05e511be85d0a75a21d3 >> >> Author: Maximilian Michels <[email protected]> >> >> Date: Wed Mar 2 17:52:05 2016 +0100 >> >> >> >> [maven] add module to force execution of Shade plugin >> >> >> >> This ensures that all properties of the root pom are properly >> >> resolved by running the Shade plugin. Thus, our root pom does not >> have >> >> to depend on a Scala version just because it holds the Scala version >> >> properties. >> >> >> >> commit b862fd0b3657d8b9026a54782bad5a1fb71c19f4 >> >> Author: Márton Balassi <[email protected]> >> >> Date: Sun Feb 21 23:01:00 2016 +0100 >> >> >> >> [FLINK-3422][streaming] Update tests reliant on hashing >> >> >> >> commit a049d80e8aef7f0d23fbc06d263fb3e7a0f2f05f >> >> Author: Gabor Horvath <[email protected]> >> >> Date: Sun Feb 21 14:54:44 2016 +0100 >> >> >> >> [FLINK-3422][streaming][api-breaking] Scramble HashPartitioner >> hashes. >> >> >> >> >> >> >> >>
