David Morávek created FLINK-37801: ------------------------------------- Summary: HybridShuffle: RemoteTier should not finish empty segments Key: FLINK-37801 URL: https://issues.apache.org/jira/browse/FLINK-37801 Project: Flink Issue Type: Bug Components: Runtime / Task Reporter: David Morávek
When there are not segments opened for a given sub-partition of the RemoteTier, we still write out FINISH marker for EMPTY_SEGMENT_ID (segmentId = -1). This causes unnecessary on the remote storage and is quite costly. -- This message was sent by Atlassian Jira (v8.20.10#820010)