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

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


    from e1c0220  [FLINK-20287][docs] Add documentation of how to switch memory 
allocator in Flink docker image
     new 9cda31a  [FLINK-20413][runtime] Sources return splits in 
"resetSubtask()", rather than in "subtaskFailed()"
     new 908b880  [hotfix][connector files] Add some debug logging to file 
split enumerator.
     new 767fe0a  [hotfix][build] Remove outdated CI logger config entries
     new 8160349  [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