PatrickRen commented on a change in pull request #15397:
URL: https://github.com/apache/flink/pull/15397#discussion_r602901358



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/source/coordinator/SplitAssignmentTracker.java
##########
@@ -71,7 +68,8 @@ public void snapshotState(
         // Include the uncheckpointed assignments to the snapshot.
         assignmentsByCheckpointId.put(checkpointId, uncheckpointedAssignments);
         uncheckpointedAssignments = new HashMap<>();
-        writeAssignmentsByCheckpointId(assignmentsByCheckpointId, 
splitSerializer, out);

Review comment:
       Fixed in 50242f99a935c9d832dbc33e5c51ad3d2f81a05e




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to