Sorry for the BEAM-1674 problem. We just discovered this by chance because Kenneth added a more thorough Stateful DoFn test.
I have a fix for it in this PR: https://github.com/apache/beam/pull/2217 I'm afraid we have to cancel the release yet again because this is a real bug that people can run into. I'm very sorry for that. On Fri, Mar 10, 2017, at 10:58, Jean-Baptiste Onofré wrote: > +0 > > The release by itself looks good: > > - checked signatures > - ASF headers > - Build is OK > - Tested on some additional samples (beam-samples) > > However, some good to have: > > 1. The > https://dist.apache.org/repos/dist/dev/beam/0.6.0/apache-beam-0.6.0.tar.gz > should be name apache-beam-0.6.0-python.tar.gz > 2. The distribution archives are not consistents: the source distribution > is a > zip archive, the python distribution is tar.gz. I would provide both > tar.gz and > zip for both. > 3. Python should contain a README to start with. > > I know, I'm a painful ;) > > Regards > JB > > On 03/10/2017 01:07 AM, Ahmet Altay wrote: > > Hi everyone, > > > > Please review and vote on the release candidate #1 for the version 0.6.0, > > as follows: > > [ ] +1, Approve the release > > [ ] -1, Do not approve the release (please provide specific comments) > > > > The complete staging area is available for your review, which includes: > > * JIRA release notes [1], > > * the official Apache source release to be deployed to dist.apache.org [2], > > which is signed with the key with fingerprint 6096FA00 [3], > > * all artifacts to be deployed to the Maven Central Repository [4], > > * source code tag "v0.6.0-RC1" [5], > > * website pull request listing the release and publishing the API reference > > manual [6]. > > * python artifacts are deployed along with the source release to to > > dist.apache.org [2]. > > > > A suite of Jenkins jobs: > > * PreCommit_Java_MavenInstall [7], > > * PostCommit_Java_MavenInstall [8], > > * PostCommit_Java_RunnableOnService_Apex [9], > > * PostCommit_Java_RunnableOnService_Flink [10], -> ran into a known issue > > [14] > > * PostCommit_Java_RunnableOnService_Spark [11], > > * PostCommit_Java_RunnableOnService_Dataflow [12] -> timed out at 100 > > minutes, the logs are good up to that point [15] is for increasing this > > timeout. > > * PostCommit_Python_Verify [13] > > > > The vote will be open for at least 72 hours. It is adopted by majority > > approval, with at least 3 PMC affirmative votes. > > > > Thanks, > > Ahmet > > > > [1] > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12339256 > > [2] https://dist.apache.org/repos/dist/dev/beam/0.6.0/ > > [3] https://dist.apache.org/repos/dist/dev/beam/KEYS > > [4] https://repository.apache.org/content/repositories/orgapachebeam-1012/ > > [5] > > https://git-wip-us.apache.org/repos/asf?p=beam.git;a=tag;h=refs/tags/v0.6.0-RC1 > > [6] https://github.com/apache/beam-site/pull/175 > > [7] > > https://builds.apache.org/view/Beam/job/beam_PreCommit_Java_MavenInstall/8281/ > > [8] > > https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_MavenInstall/2858/ > > [9] > > https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_RunnableOnService_Apex/717/ > > [10] > > https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_RunnableOnService_Flink/1874/ > > [11] > > https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_RunnableOnService_Spark/1184/ > > [12] > > https://builds.apache.org/view/Beam/job/beam_PostCommit_Java_RunnableOnService_Dataflow/2511/ > > [13] > > https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/1466/ > > [14] https://issues.apache.org/jira/browse/BEAM-1674 > > [15] https://github.com/apache/beam/pull/2197 > > > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com
