[VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

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

[VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

mxm
Please note that this vote has a slightly shorter voting period of 48
hours. Only very small changes have been made since the last release
candidate. Since the community has already done extensive testing of the
previous release candidates, I'm assuming 48 hours will suffice to vote on
this release candidate.

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

Please vote on releasing the following candidate as Apache Flink version
0.10.0:

The commit to be voted on:
ab2cca4891f58e31bc3ec8d758d253a6cf84bc71

Branch:
release-0.10.0-rc8 (see
https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)

The release artifacts to be voted on can be found at:
http://people.apache.org/~mxm/flink-0.10.0-rc8/

The release artifacts are signed with the key with fingerprint C2909CBF:
http://www.apache.org/dist/flink/KEYS

The staging repository for this release can be found at:
https://repository.apache.org/content/repositories/orgapacheflink-1055

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

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

The vote ends on Thursday November 12, 2015.

[ ] +1 Release this package as Apache Flink 0.10.0
[ ] -1 Do not release this package because ...

===================================

The following commits have been added on top of release-0.10.0-rc7:

c0fe305 [FLINK-2992] Remove use of SerializationUtils
c098377 [hotfix] Check for null in StreamSource.cancel()
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Stephan Ewen
+1 from my side

 - Compiled code against Hadoop 2.3.0 and Hadoop 2.6.0
 - Executed all tests
 - Executed manual tests, plus ChaosMonkeyITCase
 - Checked the LICENSE and NOTICE files
 - Tested streaming program with window implementation with custom session
timeout example


On Tue, Nov 10, 2015 at 9:41 PM, Maximilian Michels <[hidden email]> wrote:

> Please note that this vote has a slightly shorter voting period of 48
> hours. Only very small changes have been made since the last release
> candidate. Since the community has already done extensive testing of the
> previous release candidates, I'm assuming 48 hours will suffice to vote on
> this release candidate.
>
> -------------------------------------------------------------
>
> Please vote on releasing the following candidate as Apache Flink version
> 0.10.0:
>
> The commit to be voted on:
> ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
>
> Branch:
> release-0.10.0-rc8 (see
> https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
>
> The release artifacts to be voted on can be found at:
> http://people.apache.org/~mxm/flink-0.10.0-rc8/
>
> The release artifacts are signed with the key with fingerprint C2909CBF:
> http://www.apache.org/dist/flink/KEYS
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapacheflink-1055
>
> -------------------------------------------------------------
>
> The vote is open for the next 48 hours and passes if a majority of at least
> three +1 PMC votes are cast.
>
> The vote ends on Thursday November 12, 2015.
>
> [ ] +1 Release this package as Apache Flink 0.10.0
> [ ] -1 Do not release this package because ...
>
> ===================================
>
> The following commits have been added on top of release-0.10.0-rc7:
>
> c0fe305 [FLINK-2992] Remove use of SerializationUtils
> c098377 [hotfix] Check for null in StreamSource.cancel()
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Aljoscha Krettek-2
Let’s try this again… :D

+1

I think this one could be it. I did:
- verify the checksums of some of the release artifacts, I assume that
the rest is also OK
- test build for custom Hadoop versions 2.4, 2.5, 2.6
- verify that LICENSE/NOTICE are correct
- verify that licenses of dependencies are compatible
- read the README file
- verify that the start/stop scripts work (multi-cluster mode)
- run the bundled examples with built-in and external data
- verify that the log is free of errors/exceptions
- run fault-tolerant job with Kafka with randomly killing TMs and JM
- check that java/scala quickstarts work (also with IntelliJ)
- run an example against a running cluster with RemoteEnvironment
- run the manual tests in flink-tests

> On 11 Nov 2015, at 09:33, Stephan Ewen <[hidden email]> wrote:
>
> +1 from my side
>
> - Compiled code against Hadoop 2.3.0 and Hadoop 2.6.0
> - Executed all tests
> - Executed manual tests, plus ChaosMonkeyITCase
> - Checked the LICENSE and NOTICE files
> - Tested streaming program with window implementation with custom session
> timeout example
>
>
> On Tue, Nov 10, 2015 at 9:41 PM, Maximilian Michels <[hidden email]> wrote:
>
>> Please note that this vote has a slightly shorter voting period of 48
>> hours. Only very small changes have been made since the last release
>> candidate. Since the community has already done extensive testing of the
>> previous release candidates, I'm assuming 48 hours will suffice to vote on
>> this release candidate.
>>
>> -------------------------------------------------------------
>>
>> Please vote on releasing the following candidate as Apache Flink version
>> 0.10.0:
>>
>> The commit to be voted on:
>> ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
>>
>> Branch:
>> release-0.10.0-rc8 (see
>> https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
>>
>> The release artifacts to be voted on can be found at:
>> http://people.apache.org/~mxm/flink-0.10.0-rc8/
>>
>> The release artifacts are signed with the key with fingerprint C2909CBF:
>> http://www.apache.org/dist/flink/KEYS
>>
>> The staging repository for this release can be found at:
>> https://repository.apache.org/content/repositories/orgapacheflink-1055
>>
>> -------------------------------------------------------------
>>
>> The vote is open for the next 48 hours and passes if a majority of at least
>> three +1 PMC votes are cast.
>>
>> The vote ends on Thursday November 12, 2015.
>>
>> [ ] +1 Release this package as Apache Flink 0.10.0
>> [ ] -1 Do not release this package because ...
>>
>> ===================================
>>
>> The following commits have been added on top of release-0.10.0-rc7:
>>
>> c0fe305 [FLINK-2992] Remove use of SerializationUtils
>> c098377 [hotfix] Check for null in StreamSource.cancel()
>>

Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Robert Metzger
+1

- started the Scala 2.11 build of Flink on a YARN cluster (Hadoop 2.6.0)
- executed wordcount and batch wordcount on the streaming API
- tested the web interface
- implemented a job against the scala 2.11 dependencies in maven.


On Wed, Nov 11, 2015 at 10:19 AM, Aljoscha Krettek <[hidden email]>
wrote:

> Let’s try this again… :D
>
> +1
>
> I think this one could be it. I did:
> - verify the checksums of some of the release artifacts, I assume that
> the rest is also OK
> - test build for custom Hadoop versions 2.4, 2.5, 2.6
> - verify that LICENSE/NOTICE are correct
> - verify that licenses of dependencies are compatible
> - read the README file
> - verify that the start/stop scripts work (multi-cluster mode)
> - run the bundled examples with built-in and external data
> - verify that the log is free of errors/exceptions
> - run fault-tolerant job with Kafka with randomly killing TMs and JM
> - check that java/scala quickstarts work (also with IntelliJ)
> - run an example against a running cluster with RemoteEnvironment
> - run the manual tests in flink-tests
>
> > On 11 Nov 2015, at 09:33, Stephan Ewen <[hidden email]> wrote:
> >
> > +1 from my side
> >
> > - Compiled code against Hadoop 2.3.0 and Hadoop 2.6.0
> > - Executed all tests
> > - Executed manual tests, plus ChaosMonkeyITCase
> > - Checked the LICENSE and NOTICE files
> > - Tested streaming program with window implementation with custom session
> > timeout example
> >
> >
> > On Tue, Nov 10, 2015 at 9:41 PM, Maximilian Michels <[hidden email]>
> wrote:
> >
> >> Please note that this vote has a slightly shorter voting period of 48
> >> hours. Only very small changes have been made since the last release
> >> candidate. Since the community has already done extensive testing of the
> >> previous release candidates, I'm assuming 48 hours will suffice to vote
> on
> >> this release candidate.
> >>
> >> -------------------------------------------------------------
> >>
> >> Please vote on releasing the following candidate as Apache Flink version
> >> 0.10.0:
> >>
> >> The commit to be voted on:
> >> ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
> >>
> >> Branch:
> >> release-0.10.0-rc8 (see
> >> https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
> >>
> >> The release artifacts to be voted on can be found at:
> >> http://people.apache.org/~mxm/flink-0.10.0-rc8/
> >>
> >> The release artifacts are signed with the key with fingerprint C2909CBF:
> >> http://www.apache.org/dist/flink/KEYS
> >>
> >> The staging repository for this release can be found at:
> >> https://repository.apache.org/content/repositories/orgapacheflink-1055
> >>
> >> -------------------------------------------------------------
> >>
> >> The vote is open for the next 48 hours and passes if a majority of at
> least
> >> three +1 PMC votes are cast.
> >>
> >> The vote ends on Thursday November 12, 2015.
> >>
> >> [ ] +1 Release this package as Apache Flink 0.10.0
> >> [ ] -1 Do not release this package because ...
> >>
> >> ===================================
> >>
> >> The following commits have been added on top of release-0.10.0-rc7:
> >>
> >> c0fe305 [FLINK-2992] Remove use of SerializationUtils
> >> c098377 [hotfix] Check for null in StreamSource.cancel()
> >>
>
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

mxm
In reply to this post by Aljoscha Krettek-2
+1

We're getting there.

- Tested the new web frontend
- Verified LICENSE/NOTICE files
- Ran cluster streaming examples
- Ran cluster batch examples
- Run examples on YARN
- Run examples with Scala 2.11
- Examined log files
- Checked documentation in source release
- Checked for binaries in source release
- Verified quickstarts work with included examples


On Wed, Nov 11, 2015 at 10:19 AM, Aljoscha Krettek <[hidden email]>
wrote:

> Let’s try this again… :D
>
> +1
>
> I think this one could be it. I did:
> - verify the checksums of some of the release artifacts, I assume that
> the rest is also OK
> - test build for custom Hadoop versions 2.4, 2.5, 2.6
> - verify that LICENSE/NOTICE are correct
> - verify that licenses of dependencies are compatible
> - read the README file
> - verify that the start/stop scripts work (multi-cluster mode)
> - run the bundled examples with built-in and external data
> - verify that the log is free of errors/exceptions
> - run fault-tolerant job with Kafka with randomly killing TMs and JM
> - check that java/scala quickstarts work (also with IntelliJ)
> - run an example against a running cluster with RemoteEnvironment
> - run the manual tests in flink-tests
>
> > On 11 Nov 2015, at 09:33, Stephan Ewen <[hidden email]> wrote:
> >
> > +1 from my side
> >
> > - Compiled code against Hadoop 2.3.0 and Hadoop 2.6.0
> > - Executed all tests
> > - Executed manual tests, plus ChaosMonkeyITCase
> > - Checked the LICENSE and NOTICE files
> > - Tested streaming program with window implementation with custom session
> > timeout example
> >
> >
> > On Tue, Nov 10, 2015 at 9:41 PM, Maximilian Michels <[hidden email]>
> wrote:
> >
> >> Please note that this vote has a slightly shorter voting period of 48
> >> hours. Only very small changes have been made since the last release
> >> candidate. Since the community has already done extensive testing of the
> >> previous release candidates, I'm assuming 48 hours will suffice to vote
> on
> >> this release candidate.
> >>
> >> -------------------------------------------------------------
> >>
> >> Please vote on releasing the following candidate as Apache Flink version
> >> 0.10.0:
> >>
> >> The commit to be voted on:
> >> ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
> >>
> >> Branch:
> >> release-0.10.0-rc8 (see
> >> https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
> >>
> >> The release artifacts to be voted on can be found at:
> >> http://people.apache.org/~mxm/flink-0.10.0-rc8/
> >>
> >> The release artifacts are signed with the key with fingerprint C2909CBF:
> >> http://www.apache.org/dist/flink/KEYS
> >>
> >> The staging repository for this release can be found at:
> >> https://repository.apache.org/content/repositories/orgapacheflink-1055
> >>
> >> -------------------------------------------------------------
> >>
> >> The vote is open for the next 48 hours and passes if a majority of at
> least
> >> three +1 PMC votes are cast.
> >>
> >> The vote ends on Thursday November 12, 2015.
> >>
> >> [ ] +1 Release this package as Apache Flink 0.10.0
> >> [ ] -1 Do not release this package because ...
> >>
> >> ===================================
> >>
> >> The following commits have been added on top of release-0.10.0-rc7:
> >>
> >> c0fe305 [FLINK-2992] Remove use of SerializationUtils
> >> c098377 [hotfix] Check for null in StreamSource.cancel()
> >>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Chiwan Park-2
+1

- Run ‘mvn verify’ command with Scala 2.10, Scala 2.11
- Run scala shell (both local and remote) with Scala 2.10, Scala 2.11
    - Run batch word count example through scala shell
- Create and build project based on flink-quickstart-scala_2.11

> On Nov 11, 2015, at 7:28 PM, Maximilian Michels <[hidden email]> wrote:
>
> +1
>
> We're getting there.
>
> - Tested the new web frontend
> - Verified LICENSE/NOTICE files
> - Ran cluster streaming examples
> - Ran cluster batch examples
> - Run examples on YARN
> - Run examples with Scala 2.11
> - Examined log files
> - Checked documentation in source release
> - Checked for binaries in source release
> - Verified quickstarts work with included examples
>
>
> On Wed, Nov 11, 2015 at 10:19 AM, Aljoscha Krettek <[hidden email]>
> wrote:
>
>> Let’s try this again… :D
>>
>> +1
>>
>> I think this one could be it. I did:
>> - verify the checksums of some of the release artifacts, I assume that
>> the rest is also OK
>> - test build for custom Hadoop versions 2.4, 2.5, 2.6
>> - verify that LICENSE/NOTICE are correct
>> - verify that licenses of dependencies are compatible
>> - read the README file
>> - verify that the start/stop scripts work (multi-cluster mode)
>> - run the bundled examples with built-in and external data
>> - verify that the log is free of errors/exceptions
>> - run fault-tolerant job with Kafka with randomly killing TMs and JM
>> - check that java/scala quickstarts work (also with IntelliJ)
>> - run an example against a running cluster with RemoteEnvironment
>> - run the manual tests in flink-tests
>>
>>> On 11 Nov 2015, at 09:33, Stephan Ewen <[hidden email]> wrote:
>>>
>>> +1 from my side
>>>
>>> - Compiled code against Hadoop 2.3.0 and Hadoop 2.6.0
>>> - Executed all tests
>>> - Executed manual tests, plus ChaosMonkeyITCase
>>> - Checked the LICENSE and NOTICE files
>>> - Tested streaming program with window implementation with custom session
>>> timeout example
>>>
>>>
>>> On Tue, Nov 10, 2015 at 9:41 PM, Maximilian Michels <[hidden email]>
>> wrote:
>>>
>>>> Please note that this vote has a slightly shorter voting period of 48
>>>> hours. Only very small changes have been made since the last release
>>>> candidate. Since the community has already done extensive testing of the
>>>> previous release candidates, I'm assuming 48 hours will suffice to vote
>> on
>>>> this release candidate.
>>>>
>>>> -------------------------------------------------------------
>>>>
>>>> Please vote on releasing the following candidate as Apache Flink version
>>>> 0.10.0:
>>>>
>>>> The commit to be voted on:
>>>> ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
>>>>
>>>> Branch:
>>>> release-0.10.0-rc8 (see
>>>> https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
>>>>
>>>> The release artifacts to be voted on can be found at:
>>>> http://people.apache.org/~mxm/flink-0.10.0-rc8/
>>>>
>>>> The release artifacts are signed with the key with fingerprint C2909CBF:
>>>> http://www.apache.org/dist/flink/KEYS
>>>>
>>>> The staging repository for this release can be found at:
>>>> https://repository.apache.org/content/repositories/orgapacheflink-1055
>>>>
>>>> -------------------------------------------------------------
>>>>
>>>> The vote is open for the next 48 hours and passes if a majority of at
>> least
>>>> three +1 PMC votes are cast.
>>>>
>>>> The vote ends on Thursday November 12, 2015.
>>>>
>>>> [ ] +1 Release this package as Apache Flink 0.10.0
>>>> [ ] -1 Do not release this package because ...
>>>>
>>>> ===================================
>>>>
>>>> The following commits have been added on top of release-0.10.0-rc7:
>>>>
>>>> c0fe305 [FLINK-2992] Remove use of SerializationUtils
>>>> c098377 [hotfix] Check for null in StreamSource.cancel()
>>>>
>>
>>

Regards,
Chiwan Park



Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Henry Saputra
In reply to this post by mxm
LICENSE file looks good
NOTICE file looks good
Hash files looks good for source artifact
Signature file checked for source artifact
No third party executable in source artifact
Source compiled
Tests passed
Run Word Count with local and Apache Hadoop YARN 2.6.0 in session mode.

+1

On Tue, Nov 10, 2015 at 12:41 PM, Maximilian Michels <[hidden email]> wrote:

> Please note that this vote has a slightly shorter voting period of 48
> hours. Only very small changes have been made since the last release
> candidate. Since the community has already done extensive testing of the
> previous release candidates, I'm assuming 48 hours will suffice to vote on
> this release candidate.
>
> -------------------------------------------------------------
>
> Please vote on releasing the following candidate as Apache Flink version
> 0.10.0:
>
> The commit to be voted on:
> ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
>
> Branch:
> release-0.10.0-rc8 (see
> https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
>
> The release artifacts to be voted on can be found at:
> http://people.apache.org/~mxm/flink-0.10.0-rc8/
>
> The release artifacts are signed with the key with fingerprint C2909CBF:
> http://www.apache.org/dist/flink/KEYS
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapacheflink-1055
>
> -------------------------------------------------------------
>
> The vote is open for the next 48 hours and passes if a majority of at least
> three +1 PMC votes are cast.
>
> The vote ends on Thursday November 12, 2015.
>
> [ ] +1 Release this package as Apache Flink 0.10.0
> [ ] -1 Do not release this package because ...
>
> ===================================
>
> The following commits have been added on top of release-0.10.0-rc7:
>
> c0fe305 [FLINK-2992] Remove use of SerializationUtils
> c098377 [hotfix] Check for null in StreamSource.cancel()
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Fabian Hueske-2
+1

I checked:
1) on Windows 10 with Cygwin
- building from source without tests (mvn -DskipTests clean install) works
- building from source with tests (mvn clean install) fails: FLINK-2757
- start/stop scripts (start-local.sh, start-local-streaming.sh,
stop-local.sh) work
- submitting example job via CLI client (./bin/flink) works with and
without external data
- web dashboard is accessible
- webclient (start-webclient.sh, stop-webclient.sh, uploading jar,
submitting program with parameters) is working

2) on Windows 10 (without Cygwin)
- building from source without tests (mvn -DskipTests clean install) works
- building from source with tests (mvn clean install) fails: FLINK-2757
- start-local.bat script works
- submitting example job via CLI client (./bin/flink.bat) works with and
without external data
- web dashboard is accessible

The failing tests on Windows should block the release, IMO.

2015-11-11 18:15 GMT+01:00 Henry Saputra <[hidden email]>:

> LICENSE file looks good
> NOTICE file looks good
> Hash files looks good for source artifact
> Signature file checked for source artifact
> No third party executable in source artifact
> Source compiled
> Tests passed
> Run Word Count with local and Apache Hadoop YARN 2.6.0 in session mode.
>
> +1
>
> On Tue, Nov 10, 2015 at 12:41 PM, Maximilian Michels <[hidden email]>
> wrote:
> > Please note that this vote has a slightly shorter voting period of 48
> > hours. Only very small changes have been made since the last release
> > candidate. Since the community has already done extensive testing of the
> > previous release candidates, I'm assuming 48 hours will suffice to vote
> on
> > this release candidate.
> >
> > -------------------------------------------------------------
> >
> > Please vote on releasing the following candidate as Apache Flink version
> > 0.10.0:
> >
> > The commit to be voted on:
> > ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
> >
> > Branch:
> > release-0.10.0-rc8 (see
> > https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
> >
> > The release artifacts to be voted on can be found at:
> > http://people.apache.org/~mxm/flink-0.10.0-rc8/
> >
> > The release artifacts are signed with the key with fingerprint C2909CBF:
> > http://www.apache.org/dist/flink/KEYS
> >
> > The staging repository for this release can be found at:
> > https://repository.apache.org/content/repositories/orgapacheflink-1055
> >
> > -------------------------------------------------------------
> >
> > The vote is open for the next 48 hours and passes if a majority of at
> least
> > three +1 PMC votes are cast.
> >
> > The vote ends on Thursday November 12, 2015.
> >
> > [ ] +1 Release this package as Apache Flink 0.10.0
> > [ ] -1 Do not release this package because ...
> >
> > ===================================
> >
> > The following commits have been added on top of release-0.10.0-rc7:
> >
> > c0fe305 [FLINK-2992] Remove use of SerializationUtils
> > c098377 [hotfix] Check for null in StreamSource.cancel()
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Fabian Hueske-2
The failing tests on Windows should *NOT* block the release, IMO. ;-)

2015-11-12 14:48 GMT+01:00 Fabian Hueske <[hidden email]>:

> +1
>
> I checked:
> 1) on Windows 10 with Cygwin
> - building from source without tests (mvn -DskipTests clean install) works
> - building from source with tests (mvn clean install) fails: FLINK-2757
> - start/stop scripts (start-local.sh, start-local-streaming.sh,
> stop-local.sh) work
> - submitting example job via CLI client (./bin/flink) works with and
> without external data
> - web dashboard is accessible
> - webclient (start-webclient.sh, stop-webclient.sh, uploading jar,
> submitting program with parameters) is working
>
> 2) on Windows 10 (without Cygwin)
> - building from source without tests (mvn -DskipTests clean install) works
> - building from source with tests (mvn clean install) fails: FLINK-2757
> - start-local.bat script works
> - submitting example job via CLI client (./bin/flink.bat) works with and
> without external data
> - web dashboard is accessible
>
> The failing tests on Windows should block the release, IMO.
>
> 2015-11-11 18:15 GMT+01:00 Henry Saputra <[hidden email]>:
>
>> LICENSE file looks good
>> NOTICE file looks good
>> Hash files looks good for source artifact
>> Signature file checked for source artifact
>> No third party executable in source artifact
>> Source compiled
>> Tests passed
>> Run Word Count with local and Apache Hadoop YARN 2.6.0 in session mode.
>>
>> +1
>>
>> On Tue, Nov 10, 2015 at 12:41 PM, Maximilian Michels <[hidden email]>
>> wrote:
>> > Please note that this vote has a slightly shorter voting period of 48
>> > hours. Only very small changes have been made since the last release
>> > candidate. Since the community has already done extensive testing of the
>> > previous release candidates, I'm assuming 48 hours will suffice to vote
>> on
>> > this release candidate.
>> >
>> > -------------------------------------------------------------
>> >
>> > Please vote on releasing the following candidate as Apache Flink version
>> > 0.10.0:
>> >
>> > The commit to be voted on:
>> > ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
>> >
>> > Branch:
>> > release-0.10.0-rc8 (see
>> > https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
>> >
>> > The release artifacts to be voted on can be found at:
>> > http://people.apache.org/~mxm/flink-0.10.0-rc8/
>> >
>> > The release artifacts are signed with the key with fingerprint C2909CBF:
>> > http://www.apache.org/dist/flink/KEYS
>> >
>> > The staging repository for this release can be found at:
>> > https://repository.apache.org/content/repositories/orgapacheflink-1055
>> >
>> > -------------------------------------------------------------
>> >
>> > The vote is open for the next 48 hours and passes if a majority of at
>> least
>> > three +1 PMC votes are cast.
>> >
>> > The vote ends on Thursday November 12, 2015.
>> >
>> > [ ] +1 Release this package as Apache Flink 0.10.0
>> > [ ] -1 Do not release this package because ...
>> >
>> > ===================================
>> >
>> > The following commits have been added on top of release-0.10.0-rc7:
>> >
>> > c0fe305 [FLINK-2992] Remove use of SerializationUtils
>> > c098377 [hotfix] Check for null in StreamSource.cancel()
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Gyula Fóra
I am not sure if this issue affects the release or maybe I am just doing
something wrong: https://issues.apache.org/jira/browse/FLINK-3006

Fabian Hueske <[hidden email]> ezt írta (időpont: 2015. nov. 12., Cs,
14:51):

> The failing tests on Windows should *NOT* block the release, IMO. ;-)
>
> 2015-11-12 14:48 GMT+01:00 Fabian Hueske <[hidden email]>:
>
> > +1
> >
> > I checked:
> > 1) on Windows 10 with Cygwin
> > - building from source without tests (mvn -DskipTests clean install)
> works
> > - building from source with tests (mvn clean install) fails: FLINK-2757
> > - start/stop scripts (start-local.sh, start-local-streaming.sh,
> > stop-local.sh) work
> > - submitting example job via CLI client (./bin/flink) works with and
> > without external data
> > - web dashboard is accessible
> > - webclient (start-webclient.sh, stop-webclient.sh, uploading jar,
> > submitting program with parameters) is working
> >
> > 2) on Windows 10 (without Cygwin)
> > - building from source without tests (mvn -DskipTests clean install)
> works
> > - building from source with tests (mvn clean install) fails: FLINK-2757
> > - start-local.bat script works
> > - submitting example job via CLI client (./bin/flink.bat) works with and
> > without external data
> > - web dashboard is accessible
> >
> > The failing tests on Windows should block the release, IMO.
> >
> > 2015-11-11 18:15 GMT+01:00 Henry Saputra <[hidden email]>:
> >
> >> LICENSE file looks good
> >> NOTICE file looks good
> >> Hash files looks good for source artifact
> >> Signature file checked for source artifact
> >> No third party executable in source artifact
> >> Source compiled
> >> Tests passed
> >> Run Word Count with local and Apache Hadoop YARN 2.6.0 in session mode.
> >>
> >> +1
> >>
> >> On Tue, Nov 10, 2015 at 12:41 PM, Maximilian Michels <[hidden email]>
> >> wrote:
> >> > Please note that this vote has a slightly shorter voting period of 48
> >> > hours. Only very small changes have been made since the last release
> >> > candidate. Since the community has already done extensive testing of
> the
> >> > previous release candidates, I'm assuming 48 hours will suffice to
> vote
> >> on
> >> > this release candidate.
> >> >
> >> > -------------------------------------------------------------
> >> >
> >> > Please vote on releasing the following candidate as Apache Flink
> version
> >> > 0.10.0:
> >> >
> >> > The commit to be voted on:
> >> > ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
> >> >
> >> > Branch:
> >> > release-0.10.0-rc8 (see
> >> > https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
> >> >
> >> > The release artifacts to be voted on can be found at:
> >> > http://people.apache.org/~mxm/flink-0.10.0-rc8/
> >> >
> >> > The release artifacts are signed with the key with fingerprint
> C2909CBF:
> >> > http://www.apache.org/dist/flink/KEYS
> >> >
> >> > The staging repository for this release can be found at:
> >> >
> https://repository.apache.org/content/repositories/orgapacheflink-1055
> >> >
> >> > -------------------------------------------------------------
> >> >
> >> > The vote is open for the next 48 hours and passes if a majority of at
> >> least
> >> > three +1 PMC votes are cast.
> >> >
> >> > The vote ends on Thursday November 12, 2015.
> >> >
> >> > [ ] +1 Release this package as Apache Flink 0.10.0
> >> > [ ] -1 Do not release this package because ...
> >> >
> >> > ===================================
> >> >
> >> > The following commits have been added on top of release-0.10.0-rc7:
> >> >
> >> > c0fe305 [FLINK-2992] Remove use of SerializationUtils
> >> > c098377 [hotfix] Check for null in StreamSource.cancel()
> >>
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Gyula Fóra
This seems to be an issue only occuring when using Java 8 lambdas, which is
still super annoying but may not be a release blocker.

Gyula Fóra <[hidden email]> ezt írta (időpont: 2015. nov. 12., Cs,
15:38):

> I am not sure if this issue affects the release or maybe I am just doing
> something wrong: https://issues.apache.org/jira/browse/FLINK-3006
>
> Fabian Hueske <[hidden email]> ezt írta (időpont: 2015. nov. 12., Cs,
> 14:51):
>
>> The failing tests on Windows should *NOT* block the release, IMO. ;-)
>>
>> 2015-11-12 14:48 GMT+01:00 Fabian Hueske <[hidden email]>:
>>
>> > +1
>> >
>> > I checked:
>> > 1) on Windows 10 with Cygwin
>> > - building from source without tests (mvn -DskipTests clean install)
>> works
>> > - building from source with tests (mvn clean install) fails: FLINK-2757
>> > - start/stop scripts (start-local.sh, start-local-streaming.sh,
>> > stop-local.sh) work
>> > - submitting example job via CLI client (./bin/flink) works with and
>> > without external data
>> > - web dashboard is accessible
>> > - webclient (start-webclient.sh, stop-webclient.sh, uploading jar,
>> > submitting program with parameters) is working
>> >
>> > 2) on Windows 10 (without Cygwin)
>> > - building from source without tests (mvn -DskipTests clean install)
>> works
>> > - building from source with tests (mvn clean install) fails: FLINK-2757
>> > - start-local.bat script works
>> > - submitting example job via CLI client (./bin/flink.bat) works with and
>> > without external data
>> > - web dashboard is accessible
>> >
>> > The failing tests on Windows should block the release, IMO.
>> >
>> > 2015-11-11 18:15 GMT+01:00 Henry Saputra <[hidden email]>:
>> >
>> >> LICENSE file looks good
>> >> NOTICE file looks good
>> >> Hash files looks good for source artifact
>> >> Signature file checked for source artifact
>> >> No third party executable in source artifact
>> >> Source compiled
>> >> Tests passed
>> >> Run Word Count with local and Apache Hadoop YARN 2.6.0 in session mode.
>> >>
>> >> +1
>> >>
>> >> On Tue, Nov 10, 2015 at 12:41 PM, Maximilian Michels <[hidden email]>
>> >> wrote:
>> >> > Please note that this vote has a slightly shorter voting period of 48
>> >> > hours. Only very small changes have been made since the last release
>> >> > candidate. Since the community has already done extensive testing of
>> the
>> >> > previous release candidates, I'm assuming 48 hours will suffice to
>> vote
>> >> on
>> >> > this release candidate.
>> >> >
>> >> > -------------------------------------------------------------
>> >> >
>> >> > Please vote on releasing the following candidate as Apache Flink
>> version
>> >> > 0.10.0:
>> >> >
>> >> > The commit to be voted on:
>> >> > ab2cca4891f58e31bc3ec8d758d253a6cf84bc71
>> >> >
>> >> > Branch:
>> >> > release-0.10.0-rc8 (see
>> >> > https://git1-us-west.apache.org/repos/asf/flink/?p=flink.git)
>> >> >
>> >> > The release artifacts to be voted on can be found at:
>> >> > http://people.apache.org/~mxm/flink-0.10.0-rc8/
>> >> >
>> >> > The release artifacts are signed with the key with fingerprint
>> C2909CBF:
>> >> > http://www.apache.org/dist/flink/KEYS
>> >> >
>> >> > The staging repository for this release can be found at:
>> >> >
>> https://repository.apache.org/content/repositories/orgapacheflink-1055
>> >> >
>> >> > -------------------------------------------------------------
>> >> >
>> >> > The vote is open for the next 48 hours and passes if a majority of at
>> >> least
>> >> > three +1 PMC votes are cast.
>> >> >
>> >> > The vote ends on Thursday November 12, 2015.
>> >> >
>> >> > [ ] +1 Release this package as Apache Flink 0.10.0
>> >> > [ ] -1 Do not release this package because ...
>> >> >
>> >> > ===================================
>> >> >
>> >> > The following commits have been added on top of release-0.10.0-rc7:
>> >> >
>> >> > c0fe305 [FLINK-2992] Remove use of SerializationUtils
>> >> > c098377 [hotfix] Check for null in StreamSource.cancel()
>> >>
>> >
>> >
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: [VOTE] Release Apache Flink 0.10.0 (release-0.10.0-rc8)

Ufuk Celebi-2
In reply to this post by Gyula Fóra

> On 12 Nov 2015, at 15:38, Gyula Fóra <[hidden email]> wrote:
>
> I am not sure if this issue affects the release or maybe I am just doing
> something wrong: https://issues.apache.org/jira/browse/FLINK-3006

I would address it in a bug fix release.

– Ufuk