TanYuxin-tyx commented on code in PR #22652:
URL: https://github.com/apache/flink/pull/22652#discussion_r1211223311


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/storage/TieredStorageProducerClient.java:
##########
@@ -42,6 +45,17 @@ public class TieredStorageProducerClient {
 
     private final List<TierProducerAgent> tierProducerAgents;
 
+    /** The current writing segment index for each subpartition. */
+    private final int[] currentSubpartitionSegmentId;
+
+    /** The current writing tier index for each subpartition. */
+    private final int[] currentSubpartitionTierIndex;
+
+    /** Indicate whether the segment for each subpartition is finished. */
+    private final boolean[] isSubpartitionSegmentFinished;

Review Comment:
   This field is removed because the logic of EndOfSegment has been changed.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to