[jira] [Created] (FLINK-6669) [Build] Scala style check errror on Windows

2017-05-22 Thread Jinjiang Ling (JIRA)
Jinjiang Ling created FLINK-6669: Summary: [Build] Scala style check errror on Windows Key: FLINK-6669 URL: https://issues.apache.org/jira/browse/FLINK-6669 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-6667) Pass a callback type to the RestartStrategy, rather than the full ExecutionGraph

2017-05-22 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-6667: --- Summary: Pass a callback type to the RestartStrategy, rather than the full ExecutionGraph Key: FLINK-6667 URL: https://issues.apache.org/jira/browse/FLINK-6667

[jira] [Created] (FLINK-6666) RestartStrategy should differentiate between types of recovery (global / local / resource missing)

2017-05-22 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-: --- Summary: RestartStrategy should differentiate between types of recovery (global / local / resource missing) Key: FLINK- URL: https://issues.apache.org/jira/browse/FLINK-

[jira] [Created] (FLINK-6665) Pass a ScheduledExecutorService to the RestartStrategy

2017-05-22 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-6665: --- Summary: Pass a ScheduledExecutorService to the RestartStrategy Key: FLINK-6665 URL: https://issues.apache.org/jira/browse/FLINK-6665 Project: Flink Issue

[jira] [Created] (FLINK-6664) Extend Restart Strategy for Fine-grained Recovery and missing Resources

2017-05-22 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-6664: --- Summary: Extend Restart Strategy for Fine-grained Recovery and missing Resources Key: FLINK-6664 URL: https://issues.apache.org/jira/browse/FLINK-6664 Project: Flink

Re: [DISCUSS] Backwards compatibility policy.

2017-05-22 Thread Ted Yu
For #2, it is difficult to achieve: a. maintaining savepoint migration is non-trivial and should be reviewed by domain experts b. how to certify such third-party tool Cheers On Mon, May 22, 2017 at 3:04 AM, 施晓罡 wrote: > Hi all, > > Currently, we work a lot in the

[jira] [Created] (FLINK-6663) NPE on web startup when disabling web submissions

2017-05-22 Thread Jared Stehler (JIRA)
Jared Stehler created FLINK-6663: Summary: NPE on web startup when disabling web submissions Key: FLINK-6663 URL: https://issues.apache.org/jira/browse/FLINK-6663 Project: Flink Issue Type:

[jira] [Created] (FLINK-6662) ClassNotFoundException: o.a.f.r.j.t.JobSnapshottingSettings recovering job

2017-05-22 Thread Jared Stehler (JIRA)
Jared Stehler created FLINK-6662: Summary: ClassNotFoundException: o.a.f.r.j.t.JobSnapshottingSettings recovering job Key: FLINK-6662 URL: https://issues.apache.org/jira/browse/FLINK-6662 Project:

Re: [DISCUSS] Release 1.3.0 RC1 (Non voting, testing release candidate)

2017-05-22 Thread Robert Metzger
Gordon's PR has been merged. I forgot one blocking issue. Till created a PR for it: https://issues.apache.org/jira/browse/FLINK-6328 Once travis has passed, I'll merge that one and then do the RC. On Mon, May 22, 2017 at 10:36 AM, Robert Metzger wrote: > Thanks a lot for

[jira] [Created] (FLINK-6661) Merge "Subtasks" and "TaskManagers" view

2017-05-22 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6661: --- Summary: Merge "Subtasks" and "TaskManagers" view Key: FLINK-6661 URL: https://issues.apache.org/jira/browse/FLINK-6661 Project: Flink Issue Type:

[jira] [Created] (FLINK-6660) expand the streaming connectors overview page

2017-05-22 Thread David Anderson (JIRA)
David Anderson created FLINK-6660: - Summary: expand the streaming connectors overview page Key: FLINK-6660 URL: https://issues.apache.org/jira/browse/FLINK-6660 Project: Flink Issue Type:

Re: [DISCUSS] Backwards compatibility policy.

2017-05-22 Thread Greg Hogan
I can’t find when the time-based maintenance schedule switched from “6 months” to “2 concurrent versions” (which has not yet made it into the website [0]). Is it correct to assume that most users are waiting until the first bug fix release or later to upgrade? That only leaves a narrow window

[jira] [Created] (FLINK-6659) RocksDBMergeIteratorTest leaving temporary directories behind

2017-05-22 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-6659: -- Summary: RocksDBMergeIteratorTest leaving temporary directories behind Key: FLINK-6659 URL: https://issues.apache.org/jira/browse/FLINK-6659 Project: Flink

[jira] [Created] (FLINK-6658) Use scala Collections in scala CEP API

2017-05-22 Thread Dawid Wysakowicz (JIRA)
Dawid Wysakowicz created FLINK-6658: --- Summary: Use scala Collections in scala CEP API Key: FLINK-6658 URL: https://issues.apache.org/jira/browse/FLINK-6658 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-6656) Migrate CEP PriorityQueue to MapState

2017-05-22 Thread Kostas Kloudas (JIRA)
Kostas Kloudas created FLINK-6656: - Summary: Migrate CEP PriorityQueue to MapState Key: FLINK-6656 URL: https://issues.apache.org/jira/browse/FLINK-6656 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-6655) Misleading error message when HistoryServer path is empty

2017-05-22 Thread Timo Walther (JIRA)
Timo Walther created FLINK-6655: --- Summary: Misleading error message when HistoryServer path is empty Key: FLINK-6655 URL: https://issues.apache.org/jira/browse/FLINK-6655 Project: Flink Issue

[jira] [Created] (FLINK-6654) missing maven dependency on "flink-shaded-hadoop2-uber" in flink-dist

2017-05-22 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-6654: -- Summary: missing maven dependency on "flink-shaded-hadoop2-uber" in flink-dist Key: FLINK-6654 URL: https://issues.apache.org/jira/browse/FLINK-6654 Project: Flink

Re: [DISCUSS] Backwards compatibility policy.

2017-05-22 Thread 施晓罡
Hi all, Currently, we work a lot in the maintenance of compatibility. There exist much code in runtime to support the migration of savepoints (most of which are deprecated), making it hard to focus on the current implementation. When more versions are released, much more efforts will be needed

Re: [DISCUSS] Release 1.3.0 RC1 (Non voting, testing release candidate)

2017-05-22 Thread Robert Metzger
Thanks a lot for doing the legal checks for the release. I'll create the first voting release candidate once https://github.com/apache/flink/pull/3937 is merged. On Fri, May 19, 2017 at 4:45 PM, Xiaowei Jiang wrote: > Hi Robert, > > I did the following checks and found no