[VOTE] Release Apache Flink 1.1.2 (RC1)

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[VOTE] Release Apache Flink 1.1.2 (RC1)

Robert Metzger
Dear Flink community,

Please vote on releasing the following candidate as Apache Flink version
1.1.2.

The commit to be voted on:
f42f0c69 (http://git-wip-us.apache.org/repos/asf/flink/commit/f42f0c69)


The release artifacts to be voted on can be found at:
*http://people.apache.org/~rmetzger/flink-1.1.2-rc1/
<http://people.apache.org/~rmetzger/flink-1.1.2-rc1/>*

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-1103
<https://repository.apache.org/content/repositories/orgapacheflink-1103>*

-------------------------------------------------------------

The vote is open for the next 3 days and
passes if a majority of at least three +1 PMC votes are cast.


[ ] +1 Release this package as Apache Flink 1.1.2
[ ] -1 Do not release this package, because ...
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 1.1.2 (RC1)

Robert Metzger
+1 to release:
- Checked versions in quickstart in staging repository
- tested the staging repository against my "flink 1.1.0 hadoop1" test job.
Also tested dependency download etc.
- Checked the source artifact for binaries (manually)
- Looked a bit though some of the binaries


It would be good if somebody could test that everything is starting
correctly (start-local.sh, yarn-session.sh)


On Tue, Aug 30, 2016 at 11:30 PM, Robert Metzger <[hidden email]>
wrote:

> Dear Flink community,
>
> Please vote on releasing the following candidate as Apache Flink version
> 1.1.2.
>
> The commit to be voted on:
> f42f0c69 (http://git-wip-us.apache.org/repos/asf/flink/commit/f42f0c69)
>
>
> The release artifacts to be voted on can be found at:
> *http://people.apache.org/~rmetzger/flink-1.1.2-rc1/
> <http://people.apache.org/~rmetzger/flink-1.1.2-rc1/>*
>
> 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-1103
> <https://repository.apache.org/content/repositories/orgapacheflink-1103>*
>
> -------------------------------------------------------------
>
> The vote is open for the next 3 days and
> passes if a majority of at least three +1 PMC votes are cast.
>
>
> [ ] +1 Release this package as Apache Flink 1.1.2
> [ ] -1 Do not release this package, because ...
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 1.1.2 (RC1)

Fabian Hueske-2
I compared the 1.1.2-rc1 branch with the 1.1.1 release tag and went over
the diff.

- No new dependencies were added
- Versions of existing dependencies were not changed.
- Did not notice anything that would block the release.

+1 to release 1.1.2

2016-08-31 9:46 GMT+02:00 Robert Metzger <[hidden email]>:

> +1 to release:
> - Checked versions in quickstart in staging repository
> - tested the staging repository against my "flink 1.1.0 hadoop1" test job.
> Also tested dependency download etc.
> - Checked the source artifact for binaries (manually)
> - Looked a bit though some of the binaries
>
>
> It would be good if somebody could test that everything is starting
> correctly (start-local.sh, yarn-session.sh)
>
>
> On Tue, Aug 30, 2016 at 11:30 PM, Robert Metzger <[hidden email]>
> wrote:
>
> > Dear Flink community,
> >
> > Please vote on releasing the following candidate as Apache Flink version
> > 1.1.2.
> >
> > The commit to be voted on:
> > f42f0c69 (http://git-wip-us.apache.org/repos/asf/flink/commit/f42f0c69)
> >
> >
> > The release artifacts to be voted on can be found at:
> > *http://people.apache.org/~rmetzger/flink-1.1.2-rc1/
> > <http://people.apache.org/~rmetzger/flink-1.1.2-rc1/>*
> >
> > 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-1103
> > <https://repository.apache.org/content/repositories/orgapacheflink-1103
> >*
> >
> > -------------------------------------------------------------
> >
> > The vote is open for the next 3 days and
> > passes if a majority of at least three +1 PMC votes are cast.
> >
> >
> > [ ] +1 Release this package as Apache Flink 1.1.2
> > [ ] -1 Do not release this package, because ...
> >
> >
> >
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 1.1.2 (RC1)

mxm
+1 (binding)

Tested Flink 1.1.2 Scala 2.11 Hadoop2

- Ran ./flink run ../examples/streaming/Iteration.jar with
  - ./start-local.sh
  - ./start-cluster.sh
  - ./yarn-session.sh -n 2
  - ./yarn-session.sh -n 2 -d

- Test resuming and stopping of yarn session
  - ./yarn-session.sh -yid <application_id>
  - CTRL-C (disconnect) and "stop" (shutdown)

- Ran ./flink -m yarn-cluster -yn 2 ../examples/batch/WordCount.jar

On Wed, Aug 31, 2016 at 10:40 AM, Fabian Hueske <[hidden email]> wrote:

> I compared the 1.1.2-rc1 branch with the 1.1.1 release tag and went over
> the diff.
>
> - No new dependencies were added
> - Versions of existing dependencies were not changed.
> - Did not notice anything that would block the release.
>
> +1 to release 1.1.2
>
> 2016-08-31 9:46 GMT+02:00 Robert Metzger <[hidden email]>:
>
>> +1 to release:
>> - Checked versions in quickstart in staging repository
>> - tested the staging repository against my "flink 1.1.0 hadoop1" test job.
>> Also tested dependency download etc.
>> - Checked the source artifact for binaries (manually)
>> - Looked a bit though some of the binaries
>>
>>
>> It would be good if somebody could test that everything is starting
>> correctly (start-local.sh, yarn-session.sh)
>>
>>
>> On Tue, Aug 30, 2016 at 11:30 PM, Robert Metzger <[hidden email]>
>> wrote:
>>
>> > Dear Flink community,
>> >
>> > Please vote on releasing the following candidate as Apache Flink version
>> > 1.1.2.
>> >
>> > The commit to be voted on:
>> > f42f0c69 (http://git-wip-us.apache.org/repos/asf/flink/commit/f42f0c69)
>> >
>> >
>> > The release artifacts to be voted on can be found at:
>> > *http://people.apache.org/~rmetzger/flink-1.1.2-rc1/
>> > <http://people.apache.org/~rmetzger/flink-1.1.2-rc1/>*
>> >
>> > 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-1103
>> > <https://repository.apache.org/content/repositories/orgapacheflink-1103
>> >*
>> >
>> > -------------------------------------------------------------
>> >
>> > The vote is open for the next 3 days and
>> > passes if a majority of at least three +1 PMC votes are cast.
>> >
>> >
>> > [ ] +1 Release this package as Apache Flink 1.1.2
>> > [ ] -1 Do not release this package, because ...
>> >
>> >
>> >
>>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 1.1.2 (RC1)

mxm
Found a minor bug for detached job submissions but I wouldn't cancel
the release for it: https://issues.apache.org/jira/browse/FLINK-4540

On Wed, Aug 31, 2016 at 2:37 PM, Maximilian Michels <[hidden email]> wrote:

> +1 (binding)
>
> Tested Flink 1.1.2 Scala 2.11 Hadoop2
>
> - Ran ./flink run ../examples/streaming/Iteration.jar with
>   - ./start-local.sh
>   - ./start-cluster.sh
>   - ./yarn-session.sh -n 2
>   - ./yarn-session.sh -n 2 -d
>
> - Test resuming and stopping of yarn session
>   - ./yarn-session.sh -yid <application_id>
>   - CTRL-C (disconnect) and "stop" (shutdown)
>
> - Ran ./flink -m yarn-cluster -yn 2 ../examples/batch/WordCount.jar
>
> On Wed, Aug 31, 2016 at 10:40 AM, Fabian Hueske <[hidden email]> wrote:
>> I compared the 1.1.2-rc1 branch with the 1.1.1 release tag and went over
>> the diff.
>>
>> - No new dependencies were added
>> - Versions of existing dependencies were not changed.
>> - Did not notice anything that would block the release.
>>
>> +1 to release 1.1.2
>>
>> 2016-08-31 9:46 GMT+02:00 Robert Metzger <[hidden email]>:
>>
>>> +1 to release:
>>> - Checked versions in quickstart in staging repository
>>> - tested the staging repository against my "flink 1.1.0 hadoop1" test job.
>>> Also tested dependency download etc.
>>> - Checked the source artifact for binaries (manually)
>>> - Looked a bit though some of the binaries
>>>
>>>
>>> It would be good if somebody could test that everything is starting
>>> correctly (start-local.sh, yarn-session.sh)
>>>
>>>
>>> On Tue, Aug 30, 2016 at 11:30 PM, Robert Metzger <[hidden email]>
>>> wrote:
>>>
>>> > Dear Flink community,
>>> >
>>> > Please vote on releasing the following candidate as Apache Flink version
>>> > 1.1.2.
>>> >
>>> > The commit to be voted on:
>>> > f42f0c69 (http://git-wip-us.apache.org/repos/asf/flink/commit/f42f0c69)
>>> >
>>> >
>>> > The release artifacts to be voted on can be found at:
>>> > *http://people.apache.org/~rmetzger/flink-1.1.2-rc1/
>>> > <http://people.apache.org/~rmetzger/flink-1.1.2-rc1/>*
>>> >
>>> > 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-1103
>>> > <https://repository.apache.org/content/repositories/orgapacheflink-1103
>>> >*
>>> >
>>> > -------------------------------------------------------------
>>> >
>>> > The vote is open for the next 3 days and
>>> > passes if a majority of at least three +1 PMC votes are cast.
>>> >
>>> >
>>> > [ ] +1 Release this package as Apache Flink 1.1.2
>>> > [ ] -1 Do not release this package, because ...
>>> >
>>> >
>>> >
>>>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 1.1.2 (RC1)

Aljoscha Krettek-2
+1

I went over all the changes that we introduced since 1.1.1 and they look
good.

On Wed, 31 Aug 2016 at 14:53 Maximilian Michels <[hidden email]> wrote:

> Found a minor bug for detached job submissions but I wouldn't cancel
> the release for it: https://issues.apache.org/jira/browse/FLINK-4540
>
> On Wed, Aug 31, 2016 at 2:37 PM, Maximilian Michels <[hidden email]>
> wrote:
> > +1 (binding)
> >
> > Tested Flink 1.1.2 Scala 2.11 Hadoop2
> >
> > - Ran ./flink run ../examples/streaming/Iteration.jar with
> >   - ./start-local.sh
> >   - ./start-cluster.sh
> >   - ./yarn-session.sh -n 2
> >   - ./yarn-session.sh -n 2 -d
> >
> > - Test resuming and stopping of yarn session
> >   - ./yarn-session.sh -yid <application_id>
> >   - CTRL-C (disconnect) and "stop" (shutdown)
> >
> > - Ran ./flink -m yarn-cluster -yn 2 ../examples/batch/WordCount.jar
> >
> > On Wed, Aug 31, 2016 at 10:40 AM, Fabian Hueske <[hidden email]>
> wrote:
> >> I compared the 1.1.2-rc1 branch with the 1.1.1 release tag and went over
> >> the diff.
> >>
> >> - No new dependencies were added
> >> - Versions of existing dependencies were not changed.
> >> - Did not notice anything that would block the release.
> >>
> >> +1 to release 1.1.2
> >>
> >> 2016-08-31 9:46 GMT+02:00 Robert Metzger <[hidden email]>:
> >>
> >>> +1 to release:
> >>> - Checked versions in quickstart in staging repository
> >>> - tested the staging repository against my "flink 1.1.0 hadoop1" test
> job.
> >>> Also tested dependency download etc.
> >>> - Checked the source artifact for binaries (manually)
> >>> - Looked a bit though some of the binaries
> >>>
> >>>
> >>> It would be good if somebody could test that everything is starting
> >>> correctly (start-local.sh, yarn-session.sh)
> >>>
> >>>
> >>> On Tue, Aug 30, 2016 at 11:30 PM, Robert Metzger <[hidden email]>
> >>> wrote:
> >>>
> >>> > Dear Flink community,
> >>> >
> >>> > Please vote on releasing the following candidate as Apache Flink
> version
> >>> > 1.1.2.
> >>> >
> >>> > The commit to be voted on:
> >>> > f42f0c69 (
> http://git-wip-us.apache.org/repos/asf/flink/commit/f42f0c69)
> >>> >
> >>> >
> >>> > The release artifacts to be voted on can be found at:
> >>> > *http://people.apache.org/~rmetzger/flink-1.1.2-rc1/
> >>> > <http://people.apache.org/~rmetzger/flink-1.1.2-rc1/>*
> >>> >
> >>> > 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-1103
> >>> > <
> https://repository.apache.org/content/repositories/orgapacheflink-1103
> >>> >*
> >>> >
> >>> > -------------------------------------------------------------
> >>> >
> >>> > The vote is open for the next 3 days and
> >>> > passes if a majority of at least three +1 PMC votes are cast.
> >>> >
> >>> >
> >>> > [ ] +1 Release this package as Apache Flink 1.1.2
> >>> > [ ] -1 Do not release this package, because ...
> >>> >
> >>> >
> >>> >
> >>>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 1.1.2 (RC1)

Neelesh Salian
+1
Downloaded the bits.
Ran the examples.

A suggestion: "The vote is open for the next 3 days and
passes if a majority of at least three +1 PMC votes are cast."

Could the duration of the vote be more specific with the date and time
since we want to avoid timezone discrepancies?


On Thu, Sep 1, 2016 at 6:08 AM, Aljoscha Krettek <[hidden email]>
wrote:

> +1
>
> I went over all the changes that we introduced since 1.1.1 and they look
> good.
>
> On Wed, 31 Aug 2016 at 14:53 Maximilian Michels <[hidden email]> wrote:
>
> > Found a minor bug for detached job submissions but I wouldn't cancel
> > the release for it: https://issues.apache.org/jira/browse/FLINK-4540
> >
> > On Wed, Aug 31, 2016 at 2:37 PM, Maximilian Michels <[hidden email]>
> > wrote:
> > > +1 (binding)
> > >
> > > Tested Flink 1.1.2 Scala 2.11 Hadoop2
> > >
> > > - Ran ./flink run ../examples/streaming/Iteration.jar with
> > >   - ./start-local.sh
> > >   - ./start-cluster.sh
> > >   - ./yarn-session.sh -n 2
> > >   - ./yarn-session.sh -n 2 -d
> > >
> > > - Test resuming and stopping of yarn session
> > >   - ./yarn-session.sh -yid <application_id>
> > >   - CTRL-C (disconnect) and "stop" (shutdown)
> > >
> > > - Ran ./flink -m yarn-cluster -yn 2 ../examples/batch/WordCount.jar
> > >
> > > On Wed, Aug 31, 2016 at 10:40 AM, Fabian Hueske <[hidden email]>
> > wrote:
> > >> I compared the 1.1.2-rc1 branch with the 1.1.1 release tag and went
> over
> > >> the diff.
> > >>
> > >> - No new dependencies were added
> > >> - Versions of existing dependencies were not changed.
> > >> - Did not notice anything that would block the release.
> > >>
> > >> +1 to release 1.1.2
> > >>
> > >> 2016-08-31 9:46 GMT+02:00 Robert Metzger <[hidden email]>:
> > >>
> > >>> +1 to release:
> > >>> - Checked versions in quickstart in staging repository
> > >>> - tested the staging repository against my "flink 1.1.0 hadoop1" test
> > job.
> > >>> Also tested dependency download etc.
> > >>> - Checked the source artifact for binaries (manually)
> > >>> - Looked a bit though some of the binaries
> > >>>
> > >>>
> > >>> It would be good if somebody could test that everything is starting
> > >>> correctly (start-local.sh, yarn-session.sh)
> > >>>
> > >>>
> > >>> On Tue, Aug 30, 2016 at 11:30 PM, Robert Metzger <
> [hidden email]>
> > >>> wrote:
> > >>>
> > >>> > Dear Flink community,
> > >>> >
> > >>> > Please vote on releasing the following candidate as Apache Flink
> > version
> > >>> > 1.1.2.
> > >>> >
> > >>> > The commit to be voted on:
> > >>> > f42f0c69 (
> > http://git-wip-us.apache.org/repos/asf/flink/commit/f42f0c69)
> > >>> >
> > >>> >
> > >>> > The release artifacts to be voted on can be found at:
> > >>> > *http://people.apache.org/~rmetzger/flink-1.1.2-rc1/
> > >>> > <http://people.apache.org/~rmetzger/flink-1.1.2-rc1/>*
> > >>> >
> > >>> > 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-1103
> > >>> > <
> > https://repository.apache.org/content/repositories/orgapacheflink-1103
> > >>> >*
> > >>> >
> > >>> > -------------------------------------------------------------
> > >>> >
> > >>> > The vote is open for the next 3 days and
> > >>> > passes if a majority of at least three +1 PMC votes are cast.
> > >>> >
> > >>> >
> > >>> > [ ] +1 Release this package as Apache Flink 1.1.2
> > >>> > [ ] -1 Do not release this package, because ...
> > >>> >
> > >>> >
> > >>> >
> > >>>
> >
>



--
Neelesh Srinivas Salian
Customer Operations Engineer