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

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


    from b457225  [FLINK-20287][docs] Add documentation of how to switch memory 
allocator in Flink docker image
     new edc198f  [FLINK-20413][runtime] Sources return splits in 
"resetSubtask()", rather than in "subtaskFailed()"
     new 2e5545b  [hotfix][connector files] Add some debug logging to file 
split enumerator.
     new aa9a9a80 [hotfix][build] Remove outdated CI logger config entries
     new 2049639  [FLINK-20118][file connector] Introduce TaskManager and 
JobManager failures in FileSourceTextLinesITCase

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../file/src/PendingSplitsCheckpoint.java          |  10 +
 .../src/impl/ContinuousFileSplitEnumerator.java    |   6 +-
 .../file/src/FileSourceTextLinesITCase.java        | 299 +++++++++++++++++++--
 .../RecreateOnResetOperatorCoordinator.java        |  16 +-
 .../source/coordinator/SourceCoordinator.java      |  19 +-
 .../coordinator/SourceCoordinatorContext.java      |   7 +-
 .../source/coordinator/SplitAssignmentTracker.java |  20 +-
 .../source/coordinator/SourceCoordinatorTest.java  |   1 +
 .../coordinator/SplitAssignmentTrackerTest.java    |  22 +-
 tools/ci/log4j.properties                          |   5 -
 10 files changed, 354 insertions(+), 51 deletions(-)

Reply via email to