Hey all,
the plan for the 0.7 release is to do a feature freeze on September 24 and then start the vote a few days afterwards. I think we should have a 0.6.1 bugfix release in the meantime. The 0.6 release contains a buggy commit, which I've reverted for the current master and the release-0.6.1 branch. I think it is important that users don't walk into the problem (see FLINK-1063). What are your thoughts on this? Are there further bugfixes we could include? Best, Ufuk |
I would include the following commits:
Fix DeltaIteration Bug with Immutable Types https://github.com/apache/incubator-flink/commit/3aa5511ddd474659b7592969dc923301e87820b5 Disable merging of Iteration Aux Tasks https://github.com/apache/incubator-flink/commit/80af60b986f4aaf57ab56b243d3c897dabb0bddd [FLINK-1084] Fix broken links in "How to add an operator" https://github.com/apache/incubator-flink/commit/c9dd60385e05f9723d01554b8674e0c620de49c2 [FLINK-1078] PrintingOutputFormat uses same partition indexing as FileOutputFormat. https://github.com/apache/incubator-flink/commit/0a6e53ddc05ba901e4b04c9208c2893e686bdb42 [FLINK-1079] Fix inconsistent parameter naming https://github.com/apache/incubator-flink/commit/fbed013db60d7c45dcd11b6303ffa16220557e13 [FLINK-1075] Removed the AsynchronousPartialSorter. https://github.com/apache/incubator-flink/commit/cbbcf7820885a8a9734ffeba637b0182a6637939 [FLINK-1074] Fix for NULL input tuples in ProjectJoin https://github.com/apache/incubator-flink/commit/00840599a7a498cbd19d524ab5ad698365cbab4f Split between source distribution license/notice and binary distribution license/notice. https://github.com/apache/incubator-flink/commit/8bc7894fe5583176a2b35163980fb45657c80bed Update LICENSE and add license headers to CSS and JS in flink clients https://github.com/apache/incubator-flink/commit/61bb30b804b274f4d051d47c46553036573ac715 Stephan On Mon, Sep 8, 2014 at 3:29 PM, Ufuk Celebi <[hidden email]> wrote: > > Hey all, > > the plan for the 0.7 release is to do a feature freeze on September 24 and > then start the vote a few days afterwards. > > I think we should have a 0.6.1 bugfix release in the meantime. The 0.6 > release contains a buggy commit, which I've reverted for the current master > and the release-0.6.1 branch. I think it is important that users don't walk > into the problem (see FLINK-1063). > > What are your thoughts on this? Are there further bugfixes we could include? > > Best, > > Ufuk |
Sounds good.
+1 2014-09-08 16:03 GMT+02:00 Stephan Ewen <[hidden email]>: > I would include the following commits: > > Fix DeltaIteration Bug with Immutable Types > > https://github.com/apache/incubator-flink/commit/3aa5511ddd474659b7592969dc923301e87820b5 > > Disable merging of Iteration Aux Tasks > > https://github.com/apache/incubator-flink/commit/80af60b986f4aaf57ab56b243d3c897dabb0bddd > > [FLINK-1084] Fix broken links in "How to add an operator" > > https://github.com/apache/incubator-flink/commit/c9dd60385e05f9723d01554b8674e0c620de49c2 > > [FLINK-1078] PrintingOutputFormat uses same partition indexing as > FileOutputFormat. > > https://github.com/apache/incubator-flink/commit/0a6e53ddc05ba901e4b04c9208c2893e686bdb42 > > [FLINK-1079] Fix inconsistent parameter naming > > https://github.com/apache/incubator-flink/commit/fbed013db60d7c45dcd11b6303ffa16220557e13 > > [FLINK-1075] Removed the AsynchronousPartialSorter. > > https://github.com/apache/incubator-flink/commit/cbbcf7820885a8a9734ffeba637b0182a6637939 > > [FLINK-1074] Fix for NULL input tuples in ProjectJoin > > https://github.com/apache/incubator-flink/commit/00840599a7a498cbd19d524ab5ad698365cbab4f > > Split between source distribution license/notice and binary distribution > license/notice. > > https://github.com/apache/incubator-flink/commit/8bc7894fe5583176a2b35163980fb45657c80bed > > Update LICENSE and add license headers to CSS and JS in flink clients > > https://github.com/apache/incubator-flink/commit/61bb30b804b274f4d051d47c46553036573ac715 > > > > Stephan > > > On Mon, Sep 8, 2014 at 3:29 PM, Ufuk Celebi <[hidden email]> wrote: > > > > Hey all, > > > > the plan for the 0.7 release is to do a feature freeze on September 24 > and > > then start the vote a few days afterwards. > > > > I think we should have a 0.6.1 bugfix release in the meantime. The 0.6 > > release contains a buggy commit, which I've reverted for the current > master > > and the release-0.6.1 branch. I think it is important that users don't > walk > > into the problem (see FLINK-1063). > > > > What are your thoughts on this? Are there further bugfixes we could > include? > > > > Best, > > > > Ufuk > |
I've pushed all fixes except for fbed013db60d7c45dcd11b6303ffa16220557e13
<https://github.com/apache/incubator-flink/commit/fbed013db60d7c45dcd11b6303ffa16220557e13> as MapPartition is not part of the 0.6 release (and adding it now would a be new feature and not a bugfix) to the 0.6.1-release branch. If no one has further input, we can start a vote soon. On Tue, Sep 9, 2014 at 12:08 AM, Fabian Hueske <[hidden email]> wrote: > Sounds good. > +1 > > 2014-09-08 16:03 GMT+02:00 Stephan Ewen <[hidden email]>: > > > I would include the following commits: > > > > Fix DeltaIteration Bug with Immutable Types > > > > > https://github.com/apache/incubator-flink/commit/3aa5511ddd474659b7592969dc923301e87820b5 > > > > Disable merging of Iteration Aux Tasks > > > > > https://github.com/apache/incubator-flink/commit/80af60b986f4aaf57ab56b243d3c897dabb0bddd > > > > [FLINK-1084] Fix broken links in "How to add an operator" > > > > > https://github.com/apache/incubator-flink/commit/c9dd60385e05f9723d01554b8674e0c620de49c2 > > > > [FLINK-1078] PrintingOutputFormat uses same partition indexing as > > FileOutputFormat. > > > > > https://github.com/apache/incubator-flink/commit/0a6e53ddc05ba901e4b04c9208c2893e686bdb42 > > > > [FLINK-1079] Fix inconsistent parameter naming > > > > > https://github.com/apache/incubator-flink/commit/fbed013db60d7c45dcd11b6303ffa16220557e13 > > > > [FLINK-1075] Removed the AsynchronousPartialSorter. > > > > > https://github.com/apache/incubator-flink/commit/cbbcf7820885a8a9734ffeba637b0182a6637939 > > > > [FLINK-1074] Fix for NULL input tuples in ProjectJoin > > > > > https://github.com/apache/incubator-flink/commit/00840599a7a498cbd19d524ab5ad698365cbab4f > > > > Split between source distribution license/notice and binary distribution > > license/notice. > > > > > https://github.com/apache/incubator-flink/commit/8bc7894fe5583176a2b35163980fb45657c80bed > > > > Update LICENSE and add license headers to CSS and JS in flink clients > > > > > https://github.com/apache/incubator-flink/commit/61bb30b804b274f4d051d47c46553036573ac715 > > > > > > > > Stephan > > > > > > On Mon, Sep 8, 2014 at 3:29 PM, Ufuk Celebi <[hidden email]> wrote: > > > > > > Hey all, > > > > > > the plan for the 0.7 release is to do a feature freeze on September 24 > > and > > > then start the vote a few days afterwards. > > > > > > I think we should have a 0.6.1 bugfix release in the meantime. The 0.6 > > > release contains a buggy commit, which I've reverted for the current > > master > > > and the release-0.6.1 branch. I think it is important that users don't > > walk > > > into the problem (see FLINK-1063). > > > > > > What are your thoughts on this? Are there further bugfixes we could > > include? > > > > > > Best, > > > > > > Ufuk > > > |
Free forum by Nabble | Edit this page |