You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Maximilian Michels <mx...@apache.org> on 2015/10/26 23:06:14 UTC

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

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

The commit to be voted on:
d4479404a9a9245ed897189973d8f6dadb9c814b

Branch:
release-0.10.0-rc1 (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-rc1/

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-1048

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

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

The vote ends on Thursday October 29, 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-rc0:

65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in window
evaluation of fast-path windows.
8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
default values
c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
state handle
ec1730b [docs] add information on how to use Kerberos
856b278 [hotfix] Improve handling of Window Trigger results
bc5b852 [hotfix] Add Window Parameter in
Trigger.onEventTime/onProcessingTime
15d3f10 [FLINK-2895] Duplicate immutable object creation
8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
parameters
c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API from
flink-runtime tests
712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object Copy
45ab0eb [hotfix] Fix broken copy in OperatorChain
c257abf Add copy() to Tuple base class.
85b73e0 [hotfix] Fix processing time triggering on Window Operator
c72eff4 [FLINK-2874] Fix recognition of Scala default setters
42b5ead [FLINK-2874] Fix Avro getter/setter recognition
5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are no
longer appended
dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished, canceled,
and failed jobs in new web dashboard
e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in General
Windows
db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect the
EdgeDirection if set in the configuration

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

Posted by Maximilian Michels <mx...@apache.org>.
Thanks for spotting this, Aljoscha. The main issue are the quickstart
files. Quite odd the release scripts didn't catch that.

On Tue, Oct 27, 2015 at 12:18 PM, Ufuk Celebi <uc...@apache.org> wrote:

>
> > On 27 Oct 2015, at 12:12, Aljoscha Krettek <al...@apache.org> wrote:
> >
> > There are still references to 0.10-SNAPSHOT in the release. Especially
> for the quickstarts this is problematic:
> >
> > ~/D/flink (release-0.10.0-rc1|✔) $ ag "0.10-SNAPSHOT"
> > docs/_config.yml
> > 30:version: "0.10-SNAPSHOT"
> >
> > docs/apis/best_practices.md
> > 331:          <version>0.10-SNAPSHOT</version>
> > 346:          <version>0.10-SNAPSHOT</version>
> > 361:          <version>0.10-SNAPSHOT</version>
> >
> > docs/apis/storm_compatibility.md
> > 276:`flink-storm-examples-0.10-SNAPSHOT.jar` is **no** valid jar file
> for job execution (it is only a standard maven artifact).
> >
> > docs/internals/monitoring_rest_api.md
> > 89:  "flink-version": "0.10-SNAPSHOT",
> >
> >
> flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
> > 33:           <flink.version>0.10-SNAPSHOT</flink.version>
> >
> >
> flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
> > 48:           <flink.version>0.10-SNAPSHOT</flink.version>
> >
> > tools/change-version.sh
> > 21:NEW="0.10-SNAPSHOT”
>
> We need to adapt the _config.yml. The docs should use the variable and not
> the hardcoded values.
>
> The docs will be updated on the web page (built from release-0.10 branch
> and not the RC), so we can change this after the release.
>
> @Max: Let’s add a note to the releasing Wiki page?
>
> – Ufuk
>
>

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

Posted by Ufuk Celebi <uc...@apache.org>.
> On 27 Oct 2015, at 12:12, Aljoscha Krettek <al...@apache.org> wrote:
> 
> There are still references to 0.10-SNAPSHOT in the release. Especially for the quickstarts this is problematic:
> 
> ~/D/flink (release-0.10.0-rc1|✔) $ ag "0.10-SNAPSHOT"
> docs/_config.yml
> 30:version: "0.10-SNAPSHOT"
> 
> docs/apis/best_practices.md
> 331:		<version>0.10-SNAPSHOT</version>
> 346:		<version>0.10-SNAPSHOT</version>
> 361:		<version>0.10-SNAPSHOT</version>
> 
> docs/apis/storm_compatibility.md
> 276:`flink-storm-examples-0.10-SNAPSHOT.jar` is **no** valid jar file for job execution (it is only a standard maven artifact).
> 
> docs/internals/monitoring_rest_api.md
> 89:  "flink-version": "0.10-SNAPSHOT",
> 
> flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
> 33:		<flink.version>0.10-SNAPSHOT</flink.version>
> 
> flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
> 48:		<flink.version>0.10-SNAPSHOT</flink.version>
> 
> tools/change-version.sh
> 21:NEW="0.10-SNAPSHOT”

We need to adapt the _config.yml. The docs should use the variable and not the hardcoded values.

The docs will be updated on the web page (built from release-0.10 branch and not the RC), so we can change this after the release.

@Max: Let’s add a note to the releasing Wiki page?

– Ufuk


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

Posted by Aljoscha Krettek <al...@apache.org>.
There are still references to 0.10-SNAPSHOT in the release. Especially for the quickstarts this is problematic:

~/D/flink (release-0.10.0-rc1|✔) $ ag "0.10-SNAPSHOT"
docs/_config.yml
30:version: "0.10-SNAPSHOT"

docs/apis/best_practices.md
331:		<version>0.10-SNAPSHOT</version>
346:		<version>0.10-SNAPSHOT</version>
361:		<version>0.10-SNAPSHOT</version>

docs/apis/storm_compatibility.md
276:`flink-storm-examples-0.10-SNAPSHOT.jar` is **no** valid jar file for job execution (it is only a standard maven artifact).

docs/internals/monitoring_rest_api.md
89:  "flink-version": "0.10-SNAPSHOT",

flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
33:		<flink.version>0.10-SNAPSHOT</flink.version>

flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
48:		<flink.version>0.10-SNAPSHOT</flink.version>

tools/change-version.sh
21:NEW="0.10-SNAPSHOT”


> On 27 Oct 2015, at 10:56, Maximilian Michels <mx...@apache.org> wrote:
> 
> I've prepared a new testing document:
> https://docs.google.com/document/d/1S3niz5dPElA4dX-SfLwf9JwkzEAYHVLD7vsLLOAu06Q/edit
> 
> Please take one or two checks and verify them. Thanks and happy testing :)
> 
> 
> 
> On Mon, Oct 26, 2015 at 11:06 PM, Maximilian Michels <mx...@apache.org> wrote:
> 
>> Please vote on releasing the following candidate as Apache Flink version
>> 0.10.0:
>> 
>> The commit to be voted on:
>> d4479404a9a9245ed897189973d8f6dadb9c814b
>> 
>> Branch:
>> release-0.10.0-rc1 (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-rc1/
>> 
>> 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-1048
>> 
>> -------------------------------------------------------------
>> 
>> The vote is open for the next 72 hours and passes if a majority of at
>> least three +1 PMC votes are cast.
>> 
>> The vote ends on Thursday October 29, 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-rc0:
>> 
>> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in window
>> evaluation of fast-path windows.
>> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
>> default values
>> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
>> state handle
>> ec1730b [docs] add information on how to use Kerberos
>> 856b278 [hotfix] Improve handling of Window Trigger results
>> bc5b852 [hotfix] Add Window Parameter in
>> Trigger.onEventTime/onProcessingTime
>> 15d3f10 [FLINK-2895] Duplicate immutable object creation
>> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
>> parameters
>> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API from
>> flink-runtime tests
>> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object Copy
>> 45ab0eb [hotfix] Fix broken copy in OperatorChain
>> c257abf Add copy() to Tuple base class.
>> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
>> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
>> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
>> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are no
>> longer appended
>> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished, canceled,
>> and failed jobs in new web dashboard
>> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in General
>> Windows
>> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect the
>> EdgeDirection if set in the configuration
>> 
>> 


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

Posted by Maximilian Michels <mx...@apache.org>.
I've prepared a new testing document:
https://docs.google.com/document/d/1S3niz5dPElA4dX-SfLwf9JwkzEAYHVLD7vsLLOAu06Q/edit

Please take one or two checks and verify them. Thanks and happy testing :)



On Mon, Oct 26, 2015 at 11:06 PM, Maximilian Michels <mx...@apache.org> wrote:

> Please vote on releasing the following candidate as Apache Flink version
> 0.10.0:
>
> The commit to be voted on:
> d4479404a9a9245ed897189973d8f6dadb9c814b
>
> Branch:
> release-0.10.0-rc1 (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-rc1/
>
> 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-1048
>
> -------------------------------------------------------------
>
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 PMC votes are cast.
>
> The vote ends on Thursday October 29, 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-rc0:
>
> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in window
> evaluation of fast-path windows.
> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
> default values
> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
> state handle
> ec1730b [docs] add information on how to use Kerberos
> 856b278 [hotfix] Improve handling of Window Trigger results
> bc5b852 [hotfix] Add Window Parameter in
> Trigger.onEventTime/onProcessingTime
> 15d3f10 [FLINK-2895] Duplicate immutable object creation
> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
> parameters
> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API from
> flink-runtime tests
> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object Copy
> 45ab0eb [hotfix] Fix broken copy in OperatorChain
> c257abf Add copy() to Tuple base class.
> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are no
> longer appended
> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished, canceled,
> and failed jobs in new web dashboard
> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in General
> Windows
> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect the
> EdgeDirection if set in the configuration
>
>

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

Posted by Maximilian Michels <mx...@apache.org>.
Thank you all for testing so far!

We fixed the version number problem. Ufuk's configuration parameters and
shading for EMR have been pulled into the release-0.10 branch. I will go
ahead and create a new RC.

On Tue, Oct 27, 2015 at 6:13 PM, Aljoscha Krettek <al...@apache.org>
wrote:

> Apart from a few minor problems the release seems to be in good shape.
>  - The version number problem should be easy to fix
>  - I don’t know if we’re going to fix the visualizer for Safari before the
> release
>  - The start-*-streaming.sh scripts are already fixed to support spaces in
> paths
>
> Today I ran the tests in the document, including:
>  - Running in different cluster/local/streaming modes
>  - running the examples with builtin/external data
>  - Running a stateful job on a cluster with Yarn and Kafka to test
> resilience to TaskManager failures and JobManager failures (with Ufuk)
>
> These all worked, so if we can quickly create a new release candidate it
> could be successful.
>
> @Ufuk, do you still want to fix the missing default configuration
> parameters before the next RC?
>
> What do you think?
> > On 27 Oct 2015, at 15:46, Aljoscha Krettek <al...@apache.org> wrote:
> >
> > Yes, I can confirm that it works with Chrome on OS X
> >> On 27 Oct 2015, at 15:26, Vasiliki Kalavri <va...@gmail.com>
> wrote:
> >>
> >> I tested this for rc0, and I confirm.
> >> Worked fine for Firefox and Chrome, didn't work for Safari (I left a
> note
> >> in the previous testing doc).
> >>
> >> -Vasia.
> >>
> >> On 27 October 2015 at 15:18, Maximilian Michels <mx...@apache.org> wrote:
> >>
> >>> Good catch, Aljoscha. As far as I know the plan visualizer is only
> broken
> >>> for Safari. It works for me with Firefox.
> >>>
> >>> On Tue, Oct 27, 2015 at 3:14 PM, Aljoscha Krettek <aljoscha@apache.org
> >
> >>> wrote:
> >>>
> >>>> The plan visualizer does not show anything for the output generated by
> >>>> “bin/flink info”
> >>>>
> >>>>> On 27 Oct 2015, at 13:48, Aljoscha Krettek <al...@apache.org>
> >>> wrote:
> >>>>>
> >>>>> start-cluster-streaming.sh and start-local-streaming.sh don’t work if
> >>>> the flink path has spaces. I’m fixing it on master and on
> release-0.10.
> >>>>>> On 26 Oct 2015, at 23:06, Maximilian Michels <mx...@apache.org>
> wrote:
> >>>>>>
> >>>>>> Please vote on releasing the following candidate as Apache Flink
> >>> version
> >>>>>> 0.10.0:
> >>>>>>
> >>>>>> The commit to be voted on:
> >>>>>> d4479404a9a9245ed897189973d8f6dadb9c814b
> >>>>>>
> >>>>>> Branch:
> >>>>>> release-0.10.0-rc1 (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-rc1/
> >>>>>>
> >>>>>> 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-1048
> >>>>>>
> >>>>>> -------------------------------------------------------------
> >>>>>>
> >>>>>> The vote is open for the next 72 hours and passes if a majority of
> at
> >>>> least
> >>>>>> three +1 PMC votes are cast.
> >>>>>>
> >>>>>> The vote ends on Thursday October 29, 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-rc0:
> >>>>>>
> >>>>>> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in
> >>> window
> >>>>>> evaluation of fast-path windows.
> >>>>>> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
> >>>>>> default values
> >>>>>> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in
> file
> >>>>>> state handle
> >>>>>> ec1730b [docs] add information on how to use Kerberos
> >>>>>> 856b278 [hotfix] Improve handling of Window Trigger results
> >>>>>> bc5b852 [hotfix] Add Window Parameter in
> >>>>>> Trigger.onEventTime/onProcessingTime
> >>>>>> 15d3f10 [FLINK-2895] Duplicate immutable object creation
> >>>>>> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
> >>>>>> parameters
> >>>>>> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API
> >>> from
> >>>>>> flink-runtime tests
> >>>>>> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object
> >>>> Copy
> >>>>>> 45ab0eb [hotfix] Fix broken copy in OperatorChain
> >>>>>> c257abf Add copy() to Tuple base class.
> >>>>>> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
> >>>>>> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
> >>>>>> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
> >>>>>> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections
> are
> >>> no
> >>>>>> longer appended
> >>>>>> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished,
> >>> canceled,
> >>>>>> and failed jobs in new web dashboard
> >>>>>> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in
> >>> General
> >>>>>> Windows
> >>>>>> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect
> >>> the
> >>>>>> EdgeDirection if set in the configuration
> >>>>>
> >>>>
> >>>>
> >>>
> >
>
>

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

Posted by Aljoscha Krettek <al...@apache.org>.
Apart from a few minor problems the release seems to be in good shape.
 - The version number problem should be easy to fix
 - I don’t know if we’re going to fix the visualizer for Safari before the release
 - The start-*-streaming.sh scripts are already fixed to support spaces in paths

Today I ran the tests in the document, including:
 - Running in different cluster/local/streaming modes
 - running the examples with builtin/external data
 - Running a stateful job on a cluster with Yarn and Kafka to test resilience to TaskManager failures and JobManager failures (with Ufuk)

These all worked, so if we can quickly create a new release candidate it could be successful.

@Ufuk, do you still want to fix the missing default configuration parameters before the next RC?

What do you think?
> On 27 Oct 2015, at 15:46, Aljoscha Krettek <al...@apache.org> wrote:
> 
> Yes, I can confirm that it works with Chrome on OS X
>> On 27 Oct 2015, at 15:26, Vasiliki Kalavri <va...@gmail.com> wrote:
>> 
>> I tested this for rc0, and I confirm.
>> Worked fine for Firefox and Chrome, didn't work for Safari (I left a note
>> in the previous testing doc).
>> 
>> -Vasia.
>> 
>> On 27 October 2015 at 15:18, Maximilian Michels <mx...@apache.org> wrote:
>> 
>>> Good catch, Aljoscha. As far as I know the plan visualizer is only broken
>>> for Safari. It works for me with Firefox.
>>> 
>>> On Tue, Oct 27, 2015 at 3:14 PM, Aljoscha Krettek <al...@apache.org>
>>> wrote:
>>> 
>>>> The plan visualizer does not show anything for the output generated by
>>>> “bin/flink info”
>>>> 
>>>>> On 27 Oct 2015, at 13:48, Aljoscha Krettek <al...@apache.org>
>>> wrote:
>>>>> 
>>>>> start-cluster-streaming.sh and start-local-streaming.sh don’t work if
>>>> the flink path has spaces. I’m fixing it on master and on release-0.10.
>>>>>> On 26 Oct 2015, at 23:06, Maximilian Michels <mx...@apache.org> wrote:
>>>>>> 
>>>>>> Please vote on releasing the following candidate as Apache Flink
>>> version
>>>>>> 0.10.0:
>>>>>> 
>>>>>> The commit to be voted on:
>>>>>> d4479404a9a9245ed897189973d8f6dadb9c814b
>>>>>> 
>>>>>> Branch:
>>>>>> release-0.10.0-rc1 (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-rc1/
>>>>>> 
>>>>>> 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-1048
>>>>>> 
>>>>>> -------------------------------------------------------------
>>>>>> 
>>>>>> The vote is open for the next 72 hours and passes if a majority of at
>>>> least
>>>>>> three +1 PMC votes are cast.
>>>>>> 
>>>>>> The vote ends on Thursday October 29, 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-rc0:
>>>>>> 
>>>>>> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in
>>> window
>>>>>> evaluation of fast-path windows.
>>>>>> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
>>>>>> default values
>>>>>> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
>>>>>> state handle
>>>>>> ec1730b [docs] add information on how to use Kerberos
>>>>>> 856b278 [hotfix] Improve handling of Window Trigger results
>>>>>> bc5b852 [hotfix] Add Window Parameter in
>>>>>> Trigger.onEventTime/onProcessingTime
>>>>>> 15d3f10 [FLINK-2895] Duplicate immutable object creation
>>>>>> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
>>>>>> parameters
>>>>>> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API
>>> from
>>>>>> flink-runtime tests
>>>>>> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object
>>>> Copy
>>>>>> 45ab0eb [hotfix] Fix broken copy in OperatorChain
>>>>>> c257abf Add copy() to Tuple base class.
>>>>>> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
>>>>>> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
>>>>>> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
>>>>>> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are
>>> no
>>>>>> longer appended
>>>>>> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished,
>>> canceled,
>>>>>> and failed jobs in new web dashboard
>>>>>> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in
>>> General
>>>>>> Windows
>>>>>> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect
>>> the
>>>>>> EdgeDirection if set in the configuration
>>>>> 
>>>> 
>>>> 
>>> 
> 


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

Posted by Aljoscha Krettek <al...@apache.org>.
Yes, I can confirm that it works with Chrome on OS X
> On 27 Oct 2015, at 15:26, Vasiliki Kalavri <va...@gmail.com> wrote:
> 
> I tested this for rc0, and I confirm.
> Worked fine for Firefox and Chrome, didn't work for Safari (I left a note
> in the previous testing doc).
> 
> -Vasia.
> 
> On 27 October 2015 at 15:18, Maximilian Michels <mx...@apache.org> wrote:
> 
>> Good catch, Aljoscha. As far as I know the plan visualizer is only broken
>> for Safari. It works for me with Firefox.
>> 
>> On Tue, Oct 27, 2015 at 3:14 PM, Aljoscha Krettek <al...@apache.org>
>> wrote:
>> 
>>> The plan visualizer does not show anything for the output generated by
>>> “bin/flink info”
>>> 
>>>> On 27 Oct 2015, at 13:48, Aljoscha Krettek <al...@apache.org>
>> wrote:
>>>> 
>>>> start-cluster-streaming.sh and start-local-streaming.sh don’t work if
>>> the flink path has spaces. I’m fixing it on master and on release-0.10.
>>>>> On 26 Oct 2015, at 23:06, Maximilian Michels <mx...@apache.org> wrote:
>>>>> 
>>>>> Please vote on releasing the following candidate as Apache Flink
>> version
>>>>> 0.10.0:
>>>>> 
>>>>> The commit to be voted on:
>>>>> d4479404a9a9245ed897189973d8f6dadb9c814b
>>>>> 
>>>>> Branch:
>>>>> release-0.10.0-rc1 (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-rc1/
>>>>> 
>>>>> 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-1048
>>>>> 
>>>>> -------------------------------------------------------------
>>>>> 
>>>>> The vote is open for the next 72 hours and passes if a majority of at
>>> least
>>>>> three +1 PMC votes are cast.
>>>>> 
>>>>> The vote ends on Thursday October 29, 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-rc0:
>>>>> 
>>>>> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in
>> window
>>>>> evaluation of fast-path windows.
>>>>> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
>>>>> default values
>>>>> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
>>>>> state handle
>>>>> ec1730b [docs] add information on how to use Kerberos
>>>>> 856b278 [hotfix] Improve handling of Window Trigger results
>>>>> bc5b852 [hotfix] Add Window Parameter in
>>>>> Trigger.onEventTime/onProcessingTime
>>>>> 15d3f10 [FLINK-2895] Duplicate immutable object creation
>>>>> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
>>>>> parameters
>>>>> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API
>> from
>>>>> flink-runtime tests
>>>>> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object
>>> Copy
>>>>> 45ab0eb [hotfix] Fix broken copy in OperatorChain
>>>>> c257abf Add copy() to Tuple base class.
>>>>> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
>>>>> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
>>>>> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
>>>>> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are
>> no
>>>>> longer appended
>>>>> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished,
>> canceled,
>>>>> and failed jobs in new web dashboard
>>>>> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in
>> General
>>>>> Windows
>>>>> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect
>> the
>>>>> EdgeDirection if set in the configuration
>>>> 
>>> 
>>> 
>> 


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

Posted by Vasiliki Kalavri <va...@gmail.com>.
I tested this for rc0, and I confirm.
Worked fine for Firefox and Chrome, didn't work for Safari (I left a note
in the previous testing doc).

-Vasia.

On 27 October 2015 at 15:18, Maximilian Michels <mx...@apache.org> wrote:

> Good catch, Aljoscha. As far as I know the plan visualizer is only broken
> for Safari. It works for me with Firefox.
>
> On Tue, Oct 27, 2015 at 3:14 PM, Aljoscha Krettek <al...@apache.org>
> wrote:
>
> > The plan visualizer does not show anything for the output generated by
> > “bin/flink info”
> >
> > > On 27 Oct 2015, at 13:48, Aljoscha Krettek <al...@apache.org>
> wrote:
> > >
> > > start-cluster-streaming.sh and start-local-streaming.sh don’t work if
> > the flink path has spaces. I’m fixing it on master and on release-0.10.
> > >> On 26 Oct 2015, at 23:06, Maximilian Michels <mx...@apache.org> wrote:
> > >>
> > >> Please vote on releasing the following candidate as Apache Flink
> version
> > >> 0.10.0:
> > >>
> > >> The commit to be voted on:
> > >> d4479404a9a9245ed897189973d8f6dadb9c814b
> > >>
> > >> Branch:
> > >> release-0.10.0-rc1 (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-rc1/
> > >>
> > >> 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-1048
> > >>
> > >> -------------------------------------------------------------
> > >>
> > >> The vote is open for the next 72 hours and passes if a majority of at
> > least
> > >> three +1 PMC votes are cast.
> > >>
> > >> The vote ends on Thursday October 29, 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-rc0:
> > >>
> > >> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in
> window
> > >> evaluation of fast-path windows.
> > >> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
> > >> default values
> > >> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
> > >> state handle
> > >> ec1730b [docs] add information on how to use Kerberos
> > >> 856b278 [hotfix] Improve handling of Window Trigger results
> > >> bc5b852 [hotfix] Add Window Parameter in
> > >> Trigger.onEventTime/onProcessingTime
> > >> 15d3f10 [FLINK-2895] Duplicate immutable object creation
> > >> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
> > >> parameters
> > >> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API
> from
> > >> flink-runtime tests
> > >> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object
> > Copy
> > >> 45ab0eb [hotfix] Fix broken copy in OperatorChain
> > >> c257abf Add copy() to Tuple base class.
> > >> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
> > >> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
> > >> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
> > >> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are
> no
> > >> longer appended
> > >> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished,
> canceled,
> > >> and failed jobs in new web dashboard
> > >> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in
> General
> > >> Windows
> > >> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect
> the
> > >> EdgeDirection if set in the configuration
> > >
> >
> >
>

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

Posted by Maximilian Michels <mx...@apache.org>.
Good catch, Aljoscha. As far as I know the plan visualizer is only broken
for Safari. It works for me with Firefox.

On Tue, Oct 27, 2015 at 3:14 PM, Aljoscha Krettek <al...@apache.org>
wrote:

> The plan visualizer does not show anything for the output generated by
> “bin/flink info”
>
> > On 27 Oct 2015, at 13:48, Aljoscha Krettek <al...@apache.org> wrote:
> >
> > start-cluster-streaming.sh and start-local-streaming.sh don’t work if
> the flink path has spaces. I’m fixing it on master and on release-0.10.
> >> On 26 Oct 2015, at 23:06, Maximilian Michels <mx...@apache.org> wrote:
> >>
> >> Please vote on releasing the following candidate as Apache Flink version
> >> 0.10.0:
> >>
> >> The commit to be voted on:
> >> d4479404a9a9245ed897189973d8f6dadb9c814b
> >>
> >> Branch:
> >> release-0.10.0-rc1 (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-rc1/
> >>
> >> 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-1048
> >>
> >> -------------------------------------------------------------
> >>
> >> The vote is open for the next 72 hours and passes if a majority of at
> least
> >> three +1 PMC votes are cast.
> >>
> >> The vote ends on Thursday October 29, 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-rc0:
> >>
> >> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in window
> >> evaluation of fast-path windows.
> >> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
> >> default values
> >> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
> >> state handle
> >> ec1730b [docs] add information on how to use Kerberos
> >> 856b278 [hotfix] Improve handling of Window Trigger results
> >> bc5b852 [hotfix] Add Window Parameter in
> >> Trigger.onEventTime/onProcessingTime
> >> 15d3f10 [FLINK-2895] Duplicate immutable object creation
> >> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
> >> parameters
> >> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API from
> >> flink-runtime tests
> >> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object
> Copy
> >> 45ab0eb [hotfix] Fix broken copy in OperatorChain
> >> c257abf Add copy() to Tuple base class.
> >> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
> >> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
> >> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
> >> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are no
> >> longer appended
> >> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished, canceled,
> >> and failed jobs in new web dashboard
> >> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in General
> >> Windows
> >> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect the
> >> EdgeDirection if set in the configuration
> >
>
>

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

Posted by Aljoscha Krettek <al...@apache.org>.
The plan visualizer does not show anything for the output generated by “bin/flink info”

> On 27 Oct 2015, at 13:48, Aljoscha Krettek <al...@apache.org> wrote:
> 
> start-cluster-streaming.sh and start-local-streaming.sh don’t work if the flink path has spaces. I’m fixing it on master and on release-0.10.
>> On 26 Oct 2015, at 23:06, Maximilian Michels <mx...@apache.org> wrote:
>> 
>> Please vote on releasing the following candidate as Apache Flink version
>> 0.10.0:
>> 
>> The commit to be voted on:
>> d4479404a9a9245ed897189973d8f6dadb9c814b
>> 
>> Branch:
>> release-0.10.0-rc1 (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-rc1/
>> 
>> 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-1048
>> 
>> -------------------------------------------------------------
>> 
>> The vote is open for the next 72 hours and passes if a majority of at least
>> three +1 PMC votes are cast.
>> 
>> The vote ends on Thursday October 29, 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-rc0:
>> 
>> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in window
>> evaluation of fast-path windows.
>> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
>> default values
>> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
>> state handle
>> ec1730b [docs] add information on how to use Kerberos
>> 856b278 [hotfix] Improve handling of Window Trigger results
>> bc5b852 [hotfix] Add Window Parameter in
>> Trigger.onEventTime/onProcessingTime
>> 15d3f10 [FLINK-2895] Duplicate immutable object creation
>> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
>> parameters
>> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API from
>> flink-runtime tests
>> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object Copy
>> 45ab0eb [hotfix] Fix broken copy in OperatorChain
>> c257abf Add copy() to Tuple base class.
>> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
>> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
>> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
>> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are no
>> longer appended
>> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished, canceled,
>> and failed jobs in new web dashboard
>> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in General
>> Windows
>> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect the
>> EdgeDirection if set in the configuration
> 


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

Posted by Aljoscha Krettek <al...@apache.org>.
start-cluster-streaming.sh and start-local-streaming.sh don’t work if the flink path has spaces. I’m fixing it on master and on release-0.10.
> On 26 Oct 2015, at 23:06, Maximilian Michels <mx...@apache.org> wrote:
> 
> Please vote on releasing the following candidate as Apache Flink version
> 0.10.0:
> 
> The commit to be voted on:
> d4479404a9a9245ed897189973d8f6dadb9c814b
> 
> Branch:
> release-0.10.0-rc1 (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-rc1/
> 
> 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-1048
> 
> -------------------------------------------------------------
> 
> The vote is open for the next 72 hours and passes if a majority of at least
> three +1 PMC votes are cast.
> 
> The vote ends on Thursday October 29, 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-rc0:
> 
> 65fcd3a [FLINK-2891] [streaming] Set keys for key/value state in window
> evaluation of fast-path windows.
> 8e4cb0a [FLINK-2888] [streaming] State backends return copies of the
> default values
> c2811ce [FLINK-2866] [runtime] Eagerly close FSDataInputStream in file
> state handle
> ec1730b [docs] add information on how to use Kerberos
> 856b278 [hotfix] Improve handling of Window Trigger results
> bc5b852 [hotfix] Add Window Parameter in
> Trigger.onEventTime/onProcessingTime
> 15d3f10 [FLINK-2895] Duplicate immutable object creation
> 8ec828c [FLINK-2893] [runtime] Consistent naming of recovery config
> parameters
> c0d7073 [FLINK-1982] [record-api] Remove dependencies on Record API from
> flink-runtime tests
> 712c868 [hotfix] Fix Mutable Object window aggregator/Disable Object Copy
> 45ab0eb [hotfix] Fix broken copy in OperatorChain
> c257abf Add copy() to Tuple base class.
> 85b73e0 [hotfix] Fix processing time triggering on Window Operator
> c72eff4 [FLINK-2874] Fix recognition of Scala default setters
> 42b5ead [FLINK-2874] Fix Avro getter/setter recognition
> 5c3eb8b [FLINK-2668] [DataSet] [api-breaking] Chained Projections are no
> longer appended
> dadb1a8 [FLINK-2206] [webui] Fix incorrect counts of finished, canceled,
> and failed jobs in new web dashboard
> e340f83 [FLINK-2891] Set KV-State key upon Window Evaluation in General
> Windows
> db19973 [FLINK-2887] [gelly] make sendMessageToAllNeighbors respect the
> EdgeDirection if set in the configuration