[VOTE] Release Apache Flink 1.1.4 (RC1)

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

[VOTE] Release Apache Flink 1.1.4 (RC1)

Ufuk Celebi-2
Dear Flink community,

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

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

Branch:
release-1.1.4-rc1
(https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink.git;a=shortlog;h=refs/heads/release-1.1.4-rc1)

The release artifacts to be voted on can be found at:
http://people.apache.org/~uce/flink-1.1.4-rc1/

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

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

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

The voting time is at least three days and the vote passes if a majority of at least three +1 PMC votes are cast.

The vote ends on Tuesday, November 15th, 2016, counting the weekend as a
single day.

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


Reply | Threaded
Open this post in threaded view
|

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

Gyula Fóra-2
Hi,

+1 from me.

Tested:

   - Built from source for Hadoop 2.7.3
   - Tested running on YARN (with some fairly complex topologies)
   - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4

Cheers,
Gyula

Ufuk Celebi <[hidden email]> ezt írta (időpont: 2016. nov. 11., P, 10:10):

Dear Flink community,

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

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

Branch:
release-1.1.4-rc1
(
https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink.git;a=shortlog;h=refs/heads/release-1.1.4-rc1
)

The release artifacts to be voted on can be found at:
http://people.apache.org/~uce/flink-1.1.4-rc1/

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

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

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

The voting time is at least three days and the vote passes if a majority of
at least three +1 PMC votes are cast.

The vote ends on Tuesday, November 15th, 2016, counting the weekend as a
single day.

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

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

Fabian Hueske-2
+1

- Checked hashes and signatures of release artifacts
- Checked commit diff against v1.1.3: Did not find any added or changed
dependencies
- Built from source with default settings for Scala 2.10 and 2.11 on MacOS,
Java 8

Cheers, Fabian

2016-11-13 14:39 GMT+01:00 Gyula Fóra <[hidden email]>:

> Hi,
>
> +1 from me.
>
> Tested:
>
>    - Built from source for Hadoop 2.7.3
>    - Tested running on YARN (with some fairly complex topologies)
>    - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4
>
> Cheers,
> Gyula
>
> Ufuk Celebi <[hidden email]> ezt írta (időpont: 2016. nov. 11., P, 10:10):
>
> Dear Flink community,
>
> Please vote on releasing the following candidate as Apache Flink version
> 1.1.4.
>
> The commit to be voted on:
> 3c1024a (http://git-wip-us.apache.org/repos/asf/flink/commit/3c1024a)
>
> Branch:
> release-1.1.4-rc1
> (
> https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
> .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
> )
>
> The release artifacts to be voted on can be found at:
> http://people.apache.org/~uce/flink-1.1.4-rc1/
>
> The release artifacts are signed with the key with fingerprint 9D403309:
> http://www.apache.org/dist/flink/KEYS
>
> The staging repository for this release can be found at:
> https://repository.apache.org/content/repositories/orgapacheflink-1107
>
> -------------------------------------------------------------
>
> The voting time is at least three days and the vote passes if a majority of
> at least three +1 PMC votes are cast.
>
> The vote ends on Tuesday, November 15th, 2016, counting the weekend as a
> single day.
>
> [ ] +1 Release this package as Apache Flink 1.1.4
> [ ] -1 Do not release this package, because ...
>
Reply | Threaded
Open this post in threaded view
|

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

Ufuk Celebi-2
-1

(1) We found an issue with the task cancellation safety net configuration. A fix is pending here: https://github.com/apache/flink/pull/2794 Since it was one of the main fixes for this release, I vote to cancel the PR in favour of a new one.

(2) We merged a fix that changes the YARN class loader behaviour. I think it's better to revert that change since changed class loading behaviour with minor releases can be quite unexpected: https://github.com/apache/flink/pull/2795

Do you agree with (2)? I will wait with the [RESULT] until I get some feed back on these points.

---

The good news is that we could forward most of the applied tests Fabian and Gyula (except the YARN tests).

– Ufuk

On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email]) wrote:

> +1
>  
> - Checked hashes and signatures of release artifacts
> - Checked commit diff against v1.1.3: Did not find any added or changed
> dependencies
> - Built from source with default settings for Scala 2.10 and 2.11 on MacOS,
> Java 8
>  
> Cheers, Fabian
>  
> 2016-11-13 14:39 GMT+01:00 Gyula Fóra :
>  
> > Hi,
> >
> > +1 from me.
> >
> > Tested:
> >
> > - Built from source for Hadoop 2.7.3
> > - Tested running on YARN (with some fairly complex topologies)
> > - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4
> >
> > Cheers,
> > Gyula
> >
> > Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):
> >
> > Dear Flink community,
> >
> > Please vote on releasing the following candidate as Apache Flink version
> > 1.1.4.
> >
> > The commit to be voted on:
> > 3c1024a (http://git-wip-us.apache.org/repos/asf/flink/commit/3c1024a)
> >
> > Branch:
> > release-1.1.4-rc1
> > (
> > https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
> > .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
> > )
> >
> > The release artifacts to be voted on can be found at:
> > http://people.apache.org/~uce/flink-1.1.4-rc1/
> >
> > The release artifacts are signed with the key with fingerprint 9D403309:
> > http://www.apache.org/dist/flink/KEYS
> >
> > The staging repository for this release can be found at:
> > https://repository.apache.org/content/repositories/orgapacheflink-1107 
> >
> > -------------------------------------------------------------
> >
> > The voting time is at least three days and the vote passes if a majority of
> > at least three +1 PMC votes are cast.
> >
> > The vote ends on Tuesday, November 15th, 2016, counting the weekend as a
> > single day.
> >
> > [ ] +1 Release this package as Apache Flink 1.1.4
> > [ ] -1 Do not release this package, because ...
> >
>  

Reply | Threaded
Open this post in threaded view
|

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

Ufuk Celebi-2
Furthermore, I think this issue is a blocker:

https://issues.apache.org/jira/browse/FLINK-5065: Resource leaks in case of lost checkpoint messages

– Ufuk

On 14 November 2016 at 19:15:49, Ufuk Celebi ([hidden email]) wrote:

> -1
>  
> (1) We found an issue with the task cancellation safety net configuration. A fix is pending  
> here: https://github.com/apache/flink/pull/2794 Since it was one of the main fixes  
> for this release, I vote to cancel the PR in favour of a new one.
>  
> (2) We merged a fix that changes the YARN class loader behaviour. I think it's better to  
> revert that change since changed class loading behaviour with minor releases can be  
> quite unexpected: https://github.com/apache/flink/pull/2795
>  
> Do you agree with (2)? I will wait with the [RESULT] until I get some feed back on these points.  
>  
> ---
>  
> The good news is that we could forward most of the applied tests Fabian and Gyula (except  
> the YARN tests).
>  
> – Ufuk
>  
> On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email]) wrote:
> > +1
> >
> > - Checked hashes and signatures of release artifacts
> > - Checked commit diff against v1.1.3: Did not find any added or changed
> > dependencies
> > - Built from source with default settings for Scala 2.10 and 2.11 on MacOS,
> > Java 8
> >
> > Cheers, Fabian
> >
> > 2016-11-13 14:39 GMT+01:00 Gyula Fóra :
> >
> > > Hi,
> > >
> > > +1 from me.
> > >
> > > Tested:
> > >
> > > - Built from source for Hadoop 2.7.3
> > > - Tested running on YARN (with some fairly complex topologies)
> > > - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4
> > >
> > > Cheers,
> > > Gyula
> > >
> > > Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):
> > >
> > > Dear Flink community,
> > >
> > > Please vote on releasing the following candidate as Apache Flink version
> > > 1.1.4.
> > >
> > > The commit to be voted on:
> > > 3c1024a (http://git-wip-us.apache.org/repos/asf/flink/commit/3c1024a)
> > >
> > > Branch:
> > > release-1.1.4-rc1
> > > (
> > > https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
> > > .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
> > > )
> > >
> > > The release artifacts to be voted on can be found at:
> > > http://people.apache.org/~uce/flink-1.1.4-rc1/
> > >
> > > The release artifacts are signed with the key with fingerprint 9D403309:
> > > http://www.apache.org/dist/flink/KEYS
> > >
> > > The staging repository for this release can be found at:
> > > https://repository.apache.org/content/repositories/orgapacheflink-1107 
> > >
> > > -------------------------------------------------------------
> > >
> > > The voting time is at least three days and the vote passes if a majority of
> > > at least three +1 PMC votes are cast.
> > >
> > > The vote ends on Tuesday, November 15th, 2016, counting the weekend as a
> > > single day.
> > >
> > > [ ] +1 Release this package as Apache Flink 1.1.4
> > > [ ] -1 Do not release this package, because ...
> > >
> >
>  
>  

Reply | Threaded
Open this post in threaded view
|

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

Till Rohrmann
+1 for Ufuk's proposal to cancel the vote in favour of a new RC. +1 for
including FLINK-5065. I'm currently backporting the fix.

On Tue, Nov 15, 2016 at 9:08 AM, Ufuk Celebi <[hidden email]> wrote:

> Furthermore, I think this issue is a blocker:
>
> https://issues.apache.org/jira/browse/FLINK-5065: Resource leaks in case
> of lost checkpoint messages
>
> – Ufuk
>
> On 14 November 2016 at 19:15:49, Ufuk Celebi ([hidden email]) wrote:
> > -1
> >
> > (1) We found an issue with the task cancellation safety net
> configuration. A fix is pending
> > here: https://github.com/apache/flink/pull/2794 Since it was one of the
> main fixes
> > for this release, I vote to cancel the PR in favour of a new one.
> >
> > (2) We merged a fix that changes the YARN class loader behaviour. I
> think it's better to
> > revert that change since changed class loading behaviour with minor
> releases can be
> > quite unexpected: https://github.com/apache/flink/pull/2795
> >
> > Do you agree with (2)? I will wait with the [RESULT] until I get some
> feed back on these points.
> >
> > ---
> >
> > The good news is that we could forward most of the applied tests Fabian
> and Gyula (except
> > the YARN tests).
> >
> > – Ufuk
> >
> > On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email])
> wrote:
> > > +1
> > >
> > > - Checked hashes and signatures of release artifacts
> > > - Checked commit diff against v1.1.3: Did not find any added or changed
> > > dependencies
> > > - Built from source with default settings for Scala 2.10 and 2.11 on
> MacOS,
> > > Java 8
> > >
> > > Cheers, Fabian
> > >
> > > 2016-11-13 14:39 GMT+01:00 Gyula Fóra :
> > >
> > > > Hi,
> > > >
> > > > +1 from me.
> > > >
> > > > Tested:
> > > >
> > > > - Built from source for Hadoop 2.7.3
> > > > - Tested running on YARN (with some fairly complex topologies)
> > > > - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4
> > > >
> > > > Cheers,
> > > > Gyula
> > > >
> > > > Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):
> > > >
> > > > Dear Flink community,
> > > >
> > > > Please vote on releasing the following candidate as Apache Flink
> version
> > > > 1.1.4.
> > > >
> > > > The commit to be voted on:
> > > > 3c1024a (http://git-wip-us.apache.org/repos/asf/flink/commit/3c1024a
> )
> > > >
> > > > Branch:
> > > > release-1.1.4-rc1
> > > > (
> > > > https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
> > > > .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
> > > > )
> > > >
> > > > The release artifacts to be voted on can be found at:
> > > > http://people.apache.org/~uce/flink-1.1.4-rc1/
> > > >
> > > > The release artifacts are signed with the key with fingerprint
> 9D403309:
> > > > http://www.apache.org/dist/flink/KEYS
> > > >
> > > > The staging repository for this release can be found at:
> > > > https://repository.apache.org/content/repositories/
> orgapacheflink-1107
> > > >
> > > > -------------------------------------------------------------
> > > >
> > > > The voting time is at least three days and the vote passes if a
> majority of
> > > > at least three +1 PMC votes are cast.
> > > >
> > > > The vote ends on Tuesday, November 15th, 2016, counting the weekend
> as a
> > > > single day.
> > > >
> > > > [ ] +1 Release this package as Apache Flink 1.1.4
> > > > [ ] -1 Do not release this package, because ...
> > > >
> > >
> >
> >
>
>
Reply | Threaded
Open this post in threaded view
|

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

Stefan Richter
+1 for canceling.

> Am 15.11.2016 um 10:49 schrieb Till Rohrmann <[hidden email]>:
>
> +1 for Ufuk's proposal to cancel the vote in favour of a new RC. +1 for
> including FLINK-5065. I'm currently backporting the fix.
>
> On Tue, Nov 15, 2016 at 9:08 AM, Ufuk Celebi <[hidden email]> wrote:
>
>> Furthermore, I think this issue is a blocker:
>>
>> https://issues.apache.org/jira/browse/FLINK-5065: Resource leaks in case
>> of lost checkpoint messages
>>
>> – Ufuk
>>
>> On 14 November 2016 at 19:15:49, Ufuk Celebi ([hidden email]) wrote:
>>> -1
>>>
>>> (1) We found an issue with the task cancellation safety net
>> configuration. A fix is pending
>>> here: https://github.com/apache/flink/pull/2794 Since it was one of the
>> main fixes
>>> for this release, I vote to cancel the PR in favour of a new one.
>>>
>>> (2) We merged a fix that changes the YARN class loader behaviour. I
>> think it's better to
>>> revert that change since changed class loading behaviour with minor
>> releases can be
>>> quite unexpected: https://github.com/apache/flink/pull/2795
>>>
>>> Do you agree with (2)? I will wait with the [RESULT] until I get some
>> feed back on these points.
>>>
>>> ---
>>>
>>> The good news is that we could forward most of the applied tests Fabian
>> and Gyula (except
>>> the YARN tests).
>>>
>>> – Ufuk
>>>
>>> On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email])
>> wrote:
>>>> +1
>>>>
>>>> - Checked hashes and signatures of release artifacts
>>>> - Checked commit diff against v1.1.3: Did not find any added or changed
>>>> dependencies
>>>> - Built from source with default settings for Scala 2.10 and 2.11 on
>> MacOS,
>>>> Java 8
>>>>
>>>> Cheers, Fabian
>>>>
>>>> 2016-11-13 14:39 GMT+01:00 Gyula Fóra :
>>>>
>>>>> Hi,
>>>>>
>>>>> +1 from me.
>>>>>
>>>>> Tested:
>>>>>
>>>>> - Built from source for Hadoop 2.7.3
>>>>> - Tested running on YARN (with some fairly complex topologies)
>>>>> - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4
>>>>>
>>>>> Cheers,
>>>>> Gyula
>>>>>
>>>>> Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):
>>>>>
>>>>> Dear Flink community,
>>>>>
>>>>> Please vote on releasing the following candidate as Apache Flink
>> version
>>>>> 1.1.4.
>>>>>
>>>>> The commit to be voted on:
>>>>> 3c1024a (http://git-wip-us.apache.org/repos/asf/flink/commit/3c1024a
>> )
>>>>>
>>>>> Branch:
>>>>> release-1.1.4-rc1
>>>>> (
>>>>> https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
>>>>> .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
>>>>> )
>>>>>
>>>>> The release artifacts to be voted on can be found at:
>>>>> http://people.apache.org/~uce/flink-1.1.4-rc1/
>>>>>
>>>>> The release artifacts are signed with the key with fingerprint
>> 9D403309:
>>>>> http://www.apache.org/dist/flink/KEYS
>>>>>
>>>>> The staging repository for this release can be found at:
>>>>> https://repository.apache.org/content/repositories/
>> orgapacheflink-1107
>>>>>
>>>>> -------------------------------------------------------------
>>>>>
>>>>> The voting time is at least three days and the vote passes if a
>> majority of
>>>>> at least three +1 PMC votes are cast.
>>>>>
>>>>> The vote ends on Tuesday, November 15th, 2016, counting the weekend
>> as a
>>>>> single day.
>>>>>
>>>>> [ ] +1 Release this package as Apache Flink 1.1.4
>>>>> [ ] -1 Do not release this package, because ...
>>>>>
>>>>
>>>
>>>
>>
>>

Reply | Threaded
Open this post in threaded view
|

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

Tzu-Li (Gordon) Tai
+1 for cancelling RC1.

I would also like to merge FLINK-5013 (Kinesis connector not working on old EMR versions) to be included in 1.1.4.
The PR (https://github.com/apache/flink/pull/2787) has been reviewed and can be merged soon.

Best,
Gordon


On November 15, 2016 at 6:56:42 PM, Stefan Richter ([hidden email]) wrote:

+1 for canceling.  

> Am 15.11.2016 um 10:49 schrieb Till Rohrmann <[hidden email]>:  
>  
> +1 for Ufuk's proposal to cancel the vote in favour of a new RC. +1 for  
> including FLINK-5065. I'm currently backporting the fix.  
>  
> On Tue, Nov 15, 2016 at 9:08 AM, Ufuk Celebi <[hidden email]> wrote:  
>  
>> Furthermore, I think this issue is a blocker:  
>>  
>> https://issues.apache.org/jira/browse/FLINK-5065: Resource leaks in case  
>> of lost checkpoint messages  
>>  
>> – Ufuk  
>>  
>> On 14 November 2016 at 19:15:49, Ufuk Celebi ([hidden email]) wrote:  
>>> -1  
>>>  
>>> (1) We found an issue with the task cancellation safety net  
>> configuration. A fix is pending  
>>> here: https://github.com/apache/flink/pull/2794 Since it was one of the  
>> main fixes  
>>> for this release, I vote to cancel the PR in favour of a new one.  
>>>  
>>> (2) We merged a fix that changes the YARN class loader behaviour. I  
>> think it's better to  
>>> revert that change since changed class loading behaviour with minor  
>> releases can be  
>>> quite unexpected: https://github.com/apache/flink/pull/2795 
>>>  
>>> Do you agree with (2)? I will wait with the [RESULT] until I get some  
>> feed back on these points.  
>>>  
>>> ---  
>>>  
>>> The good news is that we could forward most of the applied tests Fabian  
>> and Gyula (except  
>>> the YARN tests).  
>>>  
>>> – Ufuk  
>>>  
>>> On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email])  
>> wrote:  
>>>> +1  
>>>>  
>>>> - Checked hashes and signatures of release artifacts  
>>>> - Checked commit diff against v1.1.3: Did not find any added or changed  
>>>> dependencies  
>>>> - Built from source with default settings for Scala 2.10 and 2.11 on  
>> MacOS,  
>>>> Java 8  
>>>>  
>>>> Cheers, Fabian  
>>>>  
>>>> 2016-11-13 14:39 GMT+01:00 Gyula Fóra :  
>>>>  
>>>>> Hi,  
>>>>>  
>>>>> +1 from me.  
>>>>>  
>>>>> Tested:  
>>>>>  
>>>>> - Built from source for Hadoop 2.7.3  
>>>>> - Tested running on YARN (with some fairly complex topologies)  
>>>>> - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4  
>>>>>  
>>>>> Cheers,  
>>>>> Gyula  
>>>>>  
>>>>> Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):  
>>>>>  
>>>>> Dear Flink community,  
>>>>>  
>>>>> Please vote on releasing the following candidate as Apache Flink  
>> version  
>>>>> 1.1.4.  
>>>>>  
>>>>> The commit to be voted on:  
>>>>> 3c1024a (http://git-wip-us.apache.org/repos/asf/flink/commit/3c1024a 
>> )  
>>>>>  
>>>>> Branch:  
>>>>> release-1.1.4-rc1  
>>>>> (  
>>>>> https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink 
>>>>> .git;a=shortlog;h=refs/heads/release-1.1.4-rc1  
>>>>> )  
>>>>>  
>>>>> The release artifacts to be voted on can be found at:  
>>>>> http://people.apache.org/~uce/flink-1.1.4-rc1/ 
>>>>>  
>>>>> The release artifacts are signed with the key with fingerprint  
>> 9D403309:  
>>>>> http://www.apache.org/dist/flink/KEYS 
>>>>>  
>>>>> The staging repository for this release can be found at:  
>>>>> https://repository.apache.org/content/repositories/ 
>> orgapacheflink-1107  
>>>>>  
>>>>> -------------------------------------------------------------  
>>>>>  
>>>>> The voting time is at least three days and the vote passes if a  
>> majority of  
>>>>> at least three +1 PMC votes are cast.  
>>>>>  
>>>>> The vote ends on Tuesday, November 15th, 2016, counting the weekend  
>> as a  
>>>>> single day.  
>>>>>  
>>>>> [ ] +1 Release this package as Apache Flink 1.1.4  
>>>>> [ ] -1 Do not release this package, because ...  
>>>>>  
>>>>  
>>>  
>>>  
>>  
>>  

Reply | Threaded
Open this post in threaded view
|

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

Till Rohrmann
I would also like to include a fix for
https://issues.apache.org/jira/browse/FLINK-5073 into the new RC if
possible.

Cheers,
Till

On Tue, Nov 15, 2016 at 12:06 PM, Tzu-Li (Gordon) Tai <[hidden email]>
wrote:

> +1 for cancelling RC1.
>
> I would also like to merge FLINK-5013 (Kinesis connector not working on
> old EMR versions) to be included in 1.1.4.
> The PR (https://github.com/apache/flink/pull/2787) has been reviewed and
> can be merged soon.
>
> Best,
> Gordon
>
>
> On November 15, 2016 at 6:56:42 PM, Stefan Richter (
> [hidden email]) wrote:
>
> +1 for canceling.
>
> > Am 15.11.2016 um 10:49 schrieb Till Rohrmann <[hidden email]>:
> >
> > +1 for Ufuk's proposal to cancel the vote in favour of a new RC. +1 for
> > including FLINK-5065. I'm currently backporting the fix.
> >
> > On Tue, Nov 15, 2016 at 9:08 AM, Ufuk Celebi <[hidden email]> wrote:
> >
> >> Furthermore, I think this issue is a blocker:
> >>
> >> https://issues.apache.org/jira/browse/FLINK-5065: Resource leaks in
> case
> >> of lost checkpoint messages
> >>
> >> – Ufuk
> >>
> >> On 14 November 2016 at 19:15:49, Ufuk Celebi ([hidden email]) wrote:
> >>> -1
> >>>
> >>> (1) We found an issue with the task cancellation safety net
> >> configuration. A fix is pending
> >>> here: https://github.com/apache/flink/pull/2794 Since it was one of
> the
> >> main fixes
> >>> for this release, I vote to cancel the PR in favour of a new one.
> >>>
> >>> (2) We merged a fix that changes the YARN class loader behaviour. I
> >> think it's better to
> >>> revert that change since changed class loading behaviour with minor
> >> releases can be
> >>> quite unexpected: https://github.com/apache/flink/pull/2795
> >>>
> >>> Do you agree with (2)? I will wait with the [RESULT] until I get some
> >> feed back on these points.
> >>>
> >>> ---
> >>>
> >>> The good news is that we could forward most of the applied tests Fabian
> >> and Gyula (except
> >>> the YARN tests).
> >>>
> >>> – Ufuk
> >>>
> >>> On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email])
> >> wrote:
> >>>> +1
> >>>>
> >>>> - Checked hashes and signatures of release artifacts
> >>>> - Checked commit diff against v1.1.3: Did not find any added or
> changed
> >>>> dependencies
> >>>> - Built from source with default settings for Scala 2.10 and 2.11 on
> >> MacOS,
> >>>> Java 8
> >>>>
> >>>> Cheers, Fabian
> >>>>
> >>>> 2016-11-13 14:39 GMT+01:00 Gyula Fóra :
> >>>>
> >>>>> Hi,
> >>>>>
> >>>>> +1 from me.
> >>>>>
> >>>>> Tested:
> >>>>>
> >>>>> - Built from source for Hadoop 2.7.3
> >>>>> - Tested running on YARN (with some fairly complex topologies)
> >>>>> - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4
> >>>>>
> >>>>> Cheers,
> >>>>> Gyula
> >>>>>
> >>>>> Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):
> >>>>>
> >>>>> Dear Flink community,
> >>>>>
> >>>>> Please vote on releasing the following candidate as Apache Flink
> >> version
> >>>>> 1.1.4.
> >>>>>
> >>>>> The commit to be voted on:
> >>>>> 3c1024a (http://git-wip-us.apache.org/repos/asf/flink/commit/3c1024a
> >> )
> >>>>>
> >>>>> Branch:
> >>>>> release-1.1.4-rc1
> >>>>> (
> >>>>> https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
> >>>>> .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
> >>>>> )
> >>>>>
> >>>>> The release artifacts to be voted on can be found at:
> >>>>> http://people.apache.org/~uce/flink-1.1.4-rc1/
> >>>>>
> >>>>> The release artifacts are signed with the key with fingerprint
> >> 9D403309:
> >>>>> http://www.apache.org/dist/flink/KEYS
> >>>>>
> >>>>> The staging repository for this release can be found at:
> >>>>> https://repository.apache.org/content/repositories/
> >> orgapacheflink-1107
> >>>>>
> >>>>> -------------------------------------------------------------
> >>>>>
> >>>>> The voting time is at least three days and the vote passes if a
> >> majority of
> >>>>> at least three +1 PMC votes are cast.
> >>>>>
> >>>>> The vote ends on Tuesday, November 15th, 2016, counting the weekend
> >> as a
> >>>>> single day.
> >>>>>
> >>>>> [ ] +1 Release this package as Apache Flink 1.1.4
> >>>>> [ ] -1 Do not release this package, because ...
> >>>>>
> >>>>
> >>>
> >>>
> >>
> >>
>
>
Reply | Threaded
Open this post in threaded view
|

[RESULT] [VOTE] Release Apache Flink 1.1.4 (RC1)

Ufuk Celebi-2
This RC has been cancelled in favour of RC2.

I will wait with RC2 until (at least) the following fixes are in:

https://issues.apache.org/jira/browse/FLINK-5073
https://issues.apache.org/jira/browse/FLINK-5013
https://issues.apache.org/jira/browse/FLINK-5065

If anything else comes up, make sure to mention it in this thread please.

– Ufuk

On 15 November 2016 at 21:00:32, Till Rohrmann ([hidden email]) wrote:

> I would also like to include a fix for
> https://issues.apache.org/jira/browse/FLINK-5073 into the new RC if
> possible.
>  
> Cheers,
> Till
>  
> On Tue, Nov 15, 2016 at 12:06 PM, Tzu-Li (Gordon) Tai  
> wrote:
>  
> > +1 for cancelling RC1.
> >
> > I would also like to merge FLINK-5013 (Kinesis connector not working on
> > old EMR versions) to be included in 1.1.4.
> > The PR (https://github.com/apache/flink/pull/2787) has been reviewed and
> > can be merged soon.
> >
> > Best,
> > Gordon
> >
> >
> > On November 15, 2016 at 6:56:42 PM, Stefan Richter (
> > [hidden email]) wrote:
> >
> > +1 for canceling.
> >
> > > Am 15.11.2016 um 10:49 schrieb Till Rohrmann :
> > >
> > > +1 for Ufuk's proposal to cancel the vote in favour of a new RC. +1 for
> > > including FLINK-5065. I'm currently backporting the fix.
> > >
> > > On Tue, Nov 15, 2016 at 9:08 AM, Ufuk Celebi wrote:
> > >
> > >> Furthermore, I think this issue is a blocker:
> > >>
> > >> https://issues.apache.org/jira/browse/FLINK-5065: Resource leaks in
> > case
> > >> of lost checkpoint messages
> > >>
> > >> – Ufuk
> > >>
> > >> On 14 November 2016 at 19:15:49, Ufuk Celebi ([hidden email]) wrote:
> > >>> -1
> > >>>
> > >>> (1) We found an issue with the task cancellation safety net
> > >> configuration. A fix is pending
> > >>> here: https://github.com/apache/flink/pull/2794 Since it was one of
> > the
> > >> main fixes
> > >>> for this release, I vote to cancel the PR in favour of a new one.
> > >>>
> > >>> (2) We merged a fix that changes the YARN class loader behaviour. I
> > >> think it's better to
> > >>> revert that change since changed class loading behaviour with minor
> > >> releases can be
> > >>> quite unexpected: https://github.com/apache/flink/pull/2795
> > >>>
> > >>> Do you agree with (2)? I will wait with the [RESULT] until I get some
> > >> feed back on these points.
> > >>>
> > >>> ---
> > >>>
> > >>> The good news is that we could forward most of the applied tests Fabian
> > >> and Gyula (except
> > >>> the YARN tests).
> > >>>
> > >>> – Ufuk
> > >>>
> > >>> On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email])
> > >> wrote:
> > >>>> +1
> > >>>>
> > >>>> - Checked hashes and signatures of release artifacts
> > >>>> - Checked commit diff against v1.1.3: Did not find any added or
> > changed
> > >>>> dependencies
> > >>>> - Built from source with default settings for Scala 2.10 and 2.11 on
> > >> MacOS,
> > >>>> Java 8
> > >>>>
> > >>>> Cheers, Fabian
> > >>>>
> > >>>> 2016-11-13 14:39 GMT+01:00 Gyula Fóra :
> > >>>>
> > >>>>> Hi,
> > >>>>>
> > >>>>> +1 from me.
> > >>>>>
> > >>>>> Tested:
> > >>>>>
> > >>>>> - Built from source for Hadoop 2.7.3
> > >>>>> - Tested running on YARN (with some fairly complex topologies)
> > >>>>> - Savepoint app running on 1.1.3 -> restored successfully on 1.1.4
> > >>>>>
> > >>>>> Cheers,
> > >>>>> Gyula
> > >>>>>
> > >>>>> Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):
> > >>>>>
> > >>>>> Dear Flink community,
> > >>>>>
> > >>>>> Please vote on releasing the following candidate as Apache Flink
> > >> version
> > >>>>> 1.1.4.
> > >>>>>
> > >>>>> The commit to be voted on:
> > >>>>> 3c1024a (http://git-wip-us.apache.org/repos/asf/flink/commit/3c1024a 
> > >> )
> > >>>>>
> > >>>>> Branch:
> > >>>>> release-1.1.4-rc1
> > >>>>> (
> > >>>>> https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
> > >>>>> .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
> > >>>>> )
> > >>>>>
> > >>>>> The release artifacts to be voted on can be found at:
> > >>>>> http://people.apache.org/~uce/flink-1.1.4-rc1/
> > >>>>>
> > >>>>> The release artifacts are signed with the key with fingerprint
> > >> 9D403309:
> > >>>>> http://www.apache.org/dist/flink/KEYS
> > >>>>>
> > >>>>> The staging repository for this release can be found at:
> > >>>>> https://repository.apache.org/content/repositories/
> > >> orgapacheflink-1107
> > >>>>>
> > >>>>> -------------------------------------------------------------
> > >>>>>
> > >>>>> The voting time is at least three days and the vote passes if a
> > >> majority of
> > >>>>> at least three +1 PMC votes are cast.
> > >>>>>
> > >>>>> The vote ends on Tuesday, November 15th, 2016, counting the weekend
> > >> as a
> > >>>>> single day.
> > >>>>>
> > >>>>> [ ] +1 Release this package as Apache Flink 1.1.4
> > >>>>> [ ] -1 Do not release this package, because ...
> > >>>>>
> > >>>>
> > >>>
> > >>>
> > >>
> > >>
> >
> >
>  

Reply | Threaded
Open this post in threaded view
|

Re: [RESULT] [VOTE] Release Apache Flink 1.1.4 (RC1)

Fabian Hueske-2
If opened a PR [1] for FLINK-2662 (optimizer chooses invalid shipping
strategy between union operators).

Would be good to include this fix for 1.1.4.
Several users reported this issue.

Cheers, Fabian

[1] https://github.com/apache/flink/pull/2848

2016-11-16 9:42 GMT+01:00 Ufuk Celebi <[hidden email]>:

> This RC has been cancelled in favour of RC2.
>
> I will wait with RC2 until (at least) the following fixes are in:
>
> - https://issues.apache.org/jira/browse/FLINK-5073
> - https://issues.apache.org/jira/browse/FLINK-5013
> - https://issues.apache.org/jira/browse/FLINK-5065
>
> If anything else comes up, make sure to mention it in this thread please.
>
> – Ufuk
>
> On 15 November 2016 at 21:00:32, Till Rohrmann ([hidden email])
> wrote:
> > I would also like to include a fix for
> > https://issues.apache.org/jira/browse/FLINK-5073 into the new RC if
> > possible.
> >
> > Cheers,
> > Till
> >
> > On Tue, Nov 15, 2016 at 12:06 PM, Tzu-Li (Gordon) Tai
> > wrote:
> >
> > > +1 for cancelling RC1.
> > >
> > > I would also like to merge FLINK-5013 (Kinesis connector not working on
> > > old EMR versions) to be included in 1.1.4.
> > > The PR (https://github.com/apache/flink/pull/2787) has been reviewed
> and
> > > can be merged soon.
> > >
> > > Best,
> > > Gordon
> > >
> > >
> > > On November 15, 2016 at 6:56:42 PM, Stefan Richter (
> > > [hidden email]) wrote:
> > >
> > > +1 for canceling.
> > >
> > > > Am 15.11.2016 um 10:49 schrieb Till Rohrmann :
> > > >
> > > > +1 for Ufuk's proposal to cancel the vote in favour of a new RC. +1
> for
> > > > including FLINK-5065. I'm currently backporting the fix.
> > > >
> > > > On Tue, Nov 15, 2016 at 9:08 AM, Ufuk Celebi wrote:
> > > >
> > > >> Furthermore, I think this issue is a blocker:
> > > >>
> > > >> https://issues.apache.org/jira/browse/FLINK-5065: Resource leaks in
> > > case
> > > >> of lost checkpoint messages
> > > >>
> > > >> – Ufuk
> > > >>
> > > >> On 14 November 2016 at 19:15:49, Ufuk Celebi ([hidden email])
> wrote:
> > > >>> -1
> > > >>>
> > > >>> (1) We found an issue with the task cancellation safety net
> > > >> configuration. A fix is pending
> > > >>> here: https://github.com/apache/flink/pull/2794 Since it was one
> of
> > > the
> > > >> main fixes
> > > >>> for this release, I vote to cancel the PR in favour of a new one.
> > > >>>
> > > >>> (2) We merged a fix that changes the YARN class loader behaviour. I
> > > >> think it's better to
> > > >>> revert that change since changed class loading behaviour with minor
> > > >> releases can be
> > > >>> quite unexpected: https://github.com/apache/flink/pull/2795
> > > >>>
> > > >>> Do you agree with (2)? I will wait with the [RESULT] until I get
> some
> > > >> feed back on these points.
> > > >>>
> > > >>> ---
> > > >>>
> > > >>> The good news is that we could forward most of the applied tests
> Fabian
> > > >> and Gyula (except
> > > >>> the YARN tests).
> > > >>>
> > > >>> – Ufuk
> > > >>>
> > > >>> On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email])
> > > >> wrote:
> > > >>>> +1
> > > >>>>
> > > >>>> - Checked hashes and signatures of release artifacts
> > > >>>> - Checked commit diff against v1.1.3: Did not find any added or
> > > changed
> > > >>>> dependencies
> > > >>>> - Built from source with default settings for Scala 2.10 and 2.11
> on
> > > >> MacOS,
> > > >>>> Java 8
> > > >>>>
> > > >>>> Cheers, Fabian
> > > >>>>
> > > >>>> 2016-11-13 14:39 GMT+01:00 Gyula Fóra :
> > > >>>>
> > > >>>>> Hi,
> > > >>>>>
> > > >>>>> +1 from me.
> > > >>>>>
> > > >>>>> Tested:
> > > >>>>>
> > > >>>>> - Built from source for Hadoop 2.7.3
> > > >>>>> - Tested running on YARN (with some fairly complex topologies)
> > > >>>>> - Savepoint app running on 1.1.3 -> restored successfully on
> 1.1.4
> > > >>>>>
> > > >>>>> Cheers,
> > > >>>>> Gyula
> > > >>>>>
> > > >>>>> Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):
> > > >>>>>
> > > >>>>> Dear Flink community,
> > > >>>>>
> > > >>>>> Please vote on releasing the following candidate as Apache Flink
> > > >> version
> > > >>>>> 1.1.4.
> > > >>>>>
> > > >>>>> The commit to be voted on:
> > > >>>>> 3c1024a (http://git-wip-us.apache.org/
> repos/asf/flink/commit/3c1024a
> > > >> )
> > > >>>>>
> > > >>>>> Branch:
> > > >>>>> release-1.1.4-rc1
> > > >>>>> (
> > > >>>>> https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
> > > >>>>> .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
> > > >>>>> )
> > > >>>>>
> > > >>>>> The release artifacts to be voted on can be found at:
> > > >>>>> http://people.apache.org/~uce/flink-1.1.4-rc1/
> > > >>>>>
> > > >>>>> The release artifacts are signed with the key with fingerprint
> > > >> 9D403309:
> > > >>>>> http://www.apache.org/dist/flink/KEYS
> > > >>>>>
> > > >>>>> The staging repository for this release can be found at:
> > > >>>>> https://repository.apache.org/content/repositories/
> > > >> orgapacheflink-1107
> > > >>>>>
> > > >>>>> -------------------------------------------------------------
> > > >>>>>
> > > >>>>> The voting time is at least three days and the vote passes if a
> > > >> majority of
> > > >>>>> at least three +1 PMC votes are cast.
> > > >>>>>
> > > >>>>> The vote ends on Tuesday, November 15th, 2016, counting the
> weekend
> > > >> as a
> > > >>>>> single day.
> > > >>>>>
> > > >>>>> [ ] +1 Release this package as Apache Flink 1.1.4
> > > >>>>> [ ] -1 Do not release this package, because ...
> > > >>>>>
> > > >>>>
> > > >>>
> > > >>>
> > > >>
> > > >>
> > >
> > >
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: [RESULT] [VOTE] Release Apache Flink 1.1.4 (RC1)

Ufuk Celebi-2
OK, Fabian.

Let me add this one here as well: https://issues.apache.org/jira/browse/FLINK-5116 (Adding a RocksDBStateBackendFactory).

Stephan Ewen discovered another issue with unfair consumption of input channels that would be critical to fix for this release, too. There is no issue for it yet, but it will follow soon.

To recap the open issue for RC2:

- https://issues.apache.org/jira/browse/FLINK-5073
- https://issues.apache.org/jira/browse/FLINK-5013
- https://issues.apache.org/jira/browse/FLINK-2662
- https://issues.apache.org/jira/browse/FLINK-5065
- Unfair input channel consumption issue (no issue yet)

I would aim for a RC by the end of this week.

– Ufuk

On 22 November 2016 at 08:33:14, Fabian Hueske ([hidden email]) wrote:

> If opened a PR [1] for FLINK-2662 (optimizer chooses invalid shipping
> strategy between union operators).
>  
> Would be good to include this fix for 1.1.4.
> Several users reported this issue.
>  
> Cheers, Fabian
>  
> [1] https://github.com/apache/flink/pull/2848
>  
> 2016-11-16 9:42 GMT+01:00 Ufuk Celebi :
>  
> > This RC has been cancelled in favour of RC2.
> >
> > I will wait with RC2 until (at least) the following fixes are in:
> >
> > - https://issues.apache.org/jira/browse/FLINK-5073
> > - https://issues.apache.org/jira/browse/FLINK-5013
> > - https://issues.apache.org/jira/browse/FLINK-5065
> >
> > If anything else comes up, make sure to mention it in this thread please.
> >
> > – Ufuk
> >
> > On 15 November 2016 at 21:00:32, Till Rohrmann ([hidden email])
> > wrote:
> > > I would also like to include a fix for
> > > https://issues.apache.org/jira/browse/FLINK-5073 into the new RC if
> > > possible.
> > >
> > > Cheers,
> > > Till
> > >
> > > On Tue, Nov 15, 2016 at 12:06 PM, Tzu-Li (Gordon) Tai
> > > wrote:
> > >
> > > > +1 for cancelling RC1.
> > > >
> > > > I would also like to merge FLINK-5013 (Kinesis connector not working on
> > > > old EMR versions) to be included in 1.1.4.
> > > > The PR (https://github.com/apache/flink/pull/2787) has been reviewed
> > and
> > > > can be merged soon.
> > > >
> > > > Best,
> > > > Gordon
> > > >
> > > >
> > > > On November 15, 2016 at 6:56:42 PM, Stefan Richter (
> > > > [hidden email]) wrote:
> > > >
> > > > +1 for canceling.
> > > >
> > > > > Am 15.11.2016 um 10:49 schrieb Till Rohrmann :
> > > > >
> > > > > +1 for Ufuk's proposal to cancel the vote in favour of a new RC. +1
> > for
> > > > > including FLINK-5065. I'm currently backporting the fix.
> > > > >
> > > > > On Tue, Nov 15, 2016 at 9:08 AM, Ufuk Celebi wrote:
> > > > >
> > > > >> Furthermore, I think this issue is a blocker:
> > > > >>
> > > > >> https://issues.apache.org/jira/browse/FLINK-5065: Resource leaks in
> > > > case
> > > > >> of lost checkpoint messages
> > > > >>
> > > > >> – Ufuk
> > > > >>
> > > > >> On 14 November 2016 at 19:15:49, Ufuk Celebi ([hidden email])
> > wrote:
> > > > >>> -1
> > > > >>>
> > > > >>> (1) We found an issue with the task cancellation safety net
> > > > >> configuration. A fix is pending
> > > > >>> here: https://github.com/apache/flink/pull/2794 Since it was one
> > of
> > > > the
> > > > >> main fixes
> > > > >>> for this release, I vote to cancel the PR in favour of a new one.
> > > > >>>
> > > > >>> (2) We merged a fix that changes the YARN class loader behaviour. I
> > > > >> think it's better to
> > > > >>> revert that change since changed class loading behaviour with minor
> > > > >> releases can be
> > > > >>> quite unexpected: https://github.com/apache/flink/pull/2795
> > > > >>>
> > > > >>> Do you agree with (2)? I will wait with the [RESULT] until I get
> > some
> > > > >> feed back on these points.
> > > > >>>
> > > > >>> ---
> > > > >>>
> > > > >>> The good news is that we could forward most of the applied tests
> > Fabian
> > > > >> and Gyula (except
> > > > >>> the YARN tests).
> > > > >>>
> > > > >>> – Ufuk
> > > > >>>
> > > > >>> On 14 November 2016 at 17:39:24, Fabian Hueske ([hidden email])
> > > > >> wrote:
> > > > >>>> +1
> > > > >>>>
> > > > >>>> - Checked hashes and signatures of release artifacts
> > > > >>>> - Checked commit diff against v1.1.3: Did not find any added or
> > > > changed
> > > > >>>> dependencies
> > > > >>>> - Built from source with default settings for Scala 2.10 and 2.11
> > on
> > > > >> MacOS,
> > > > >>>> Java 8
> > > > >>>>
> > > > >>>> Cheers, Fabian
> > > > >>>>
> > > > >>>> 2016-11-13 14:39 GMT+01:00 Gyula Fóra :
> > > > >>>>
> > > > >>>>> Hi,
> > > > >>>>>
> > > > >>>>> +1 from me.
> > > > >>>>>
> > > > >>>>> Tested:
> > > > >>>>>
> > > > >>>>> - Built from source for Hadoop 2.7.3
> > > > >>>>> - Tested running on YARN (with some fairly complex topologies)
> > > > >>>>> - Savepoint app running on 1.1.3 -> restored successfully on
> > 1.1.4
> > > > >>>>>
> > > > >>>>> Cheers,
> > > > >>>>> Gyula
> > > > >>>>>
> > > > >>>>> Ufuk Celebi ezt írta (időpont: 2016. nov. 11., P, 10:10):
> > > > >>>>>
> > > > >>>>> Dear Flink community,
> > > > >>>>>
> > > > >>>>> Please vote on releasing the following candidate as Apache Flink
> > > > >> version
> > > > >>>>> 1.1.4.
> > > > >>>>>
> > > > >>>>> The commit to be voted on:
> > > > >>>>> 3c1024a (http://git-wip-us.apache.org/
> > repos/asf/flink/commit/3c1024a
> > > > >> )
> > > > >>>>>
> > > > >>>>> Branch:
> > > > >>>>> release-1.1.4-rc1
> > > > >>>>> (
> > > > >>>>> https://git1-us-west.apache.org/repos/asf/flink/repo?p=flink
> > > > >>>>> .git;a=shortlog;h=refs/heads/release-1.1.4-rc1
> > > > >>>>> )
> > > > >>>>>
> > > > >>>>> The release artifacts to be voted on can be found at:
> > > > >>>>> http://people.apache.org/~uce/flink-1.1.4-rc1/
> > > > >>>>>
> > > > >>>>> The release artifacts are signed with the key with fingerprint
> > > > >> 9D403309:
> > > > >>>>> http://www.apache.org/dist/flink/KEYS
> > > > >>>>>
> > > > >>>>> The staging repository for this release can be found at:
> > > > >>>>> https://repository.apache.org/content/repositories/
> > > > >> orgapacheflink-1107
> > > > >>>>>
> > > > >>>>> -------------------------------------------------------------
> > > > >>>>>
> > > > >>>>> The voting time is at least three days and the vote passes if a
> > > > >> majority of
> > > > >>>>> at least three +1 PMC votes are cast.
> > > > >>>>>
> > > > >>>>> The vote ends on Tuesday, November 15th, 2016, counting the
> > weekend
> > > > >> as a
> > > > >>>>> single day.
> > > > >>>>>
> > > > >>>>> [ ] +1 Release this package as Apache Flink 1.1.4
> > > > >>>>> [ ] -1 Do not release this package, because ...
> > > > >>>>>
> > > > >>>>
> > > > >>>
> > > > >>>
> > > > >>
> > > > >>
> > > >
> > > >
> > >
> >
> >
>