I did the Java local quickstart for all the runners in the release validation sheet and gearpump failed for me due to a missing dependency. Even after I fixed up the dependency, the pipeline then got stuck. I filed BEAM-7467 with all the details.
Note that I tried the quickstart for 2.8.0 through 2.12.0 2.8.0 and 2.9.0 failed due to a timeout (maybe I was using the wrong command but this test[1] suggests that I was using a correct one) 2.10.0 and higher fail due to the missing gs-collections dependency. Manu, could you help figure out what is going on? 1: https://github.com/apache/beam/blob/2d3bcdc542536037c3e657a8b00ebc222487476b/release/src/main/groovy/quickstart-java-gearpump.groovy#L33 On Thu, May 30, 2019 at 7:53 PM Ankur Goenka <[email protected]> wrote: > Hi everyone, > > Please review and vote on the release candidate #2 for the version 2.13.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 > 6356C1A9F089B0FA3DE8753688934A6699985948 [3], > * all artifacts to be deployed to the Maven Central Repository [4], > * source code tag "v2.13.0-RC2" [5], > * website pull request listing the release [6] and publishing the API > reference manual [7]. > * Python artifacts are deployed along with the source release to the > dist.apache.org [2]. > * Validation sheet with a tab for 2.13.0 release to help with validation > [8]. > > The vote will be open for at least 72 hours. It is adopted by majority > approval, with at least 3 PMC affirmative votes. > > Thanks, > Ankur > > [1] > https://jira.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12345166 > [2] https://dist.apache.org/repos/dist/dev/beam/2.13.0/ > [3] https://dist.apache.org/repos/dist/release/beam/KEYS > [4] https://repository.apache.org/content/repositories/orgapachebeam-1070/ > [5] https://github.com/apache/beam/tree/v2.13.0-RC2 > [6] https://github.com/apache/beam/pull/8645 > [7] https://github.com/apache/beam-site/pull/589 > [8] > https://docs.google.com/spreadsheets/d/1qk-N5vjXvbcEk68GjbkSZTR8AGqyNUM-oLFo_ZXBpJw/edit#gid=1031196952 >
