You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/10/17 16:34:56 UTC

[flink] branch master updated (cbf7b76 -> 4491165)

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from cbf7b76  [FLINK-12399][table-planner] Check the table source digest changed after project/filter had been pushed down into it.
     add 4491165  [FLINK-14278] Extend DispatcherResourceManagerComponentFactory.create to take ioExecutor

No new revisions were added by this update.

Summary of changes:
 .../flink/runtime/dispatcher/runner/DispatcherRunnerFactory.java   | 7 ++++++-
 .../runtime/dispatcher/runner/DispatcherRunnerFactoryImpl.java     | 3 +++
 .../org/apache/flink/runtime/entrypoint/ClusterEntrypoint.java     | 1 +
 .../DefaultDispatcherResourceManagerComponentFactory.java          | 3 +++
 .../component/DispatcherResourceManagerComponentFactory.java       | 3 +++
 .../java/org/apache/flink/runtime/minicluster/MiniCluster.java     | 5 +++++
 .../org/apache/flink/runtime/minicluster/TestingMiniCluster.java   | 1 +
 .../apache/flink/test/recovery/ProcessFailureCancelingITCase.java  | 5 ++++-
 8 files changed, 26 insertions(+), 2 deletions(-)