zhuzhurk commented on a change in pull request #16314:
URL: https://github.com/apache/flink/pull/16314#discussion_r672941826
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/DefaultExecutionGraph.java
##########
@@ -1276,6 +1276,14 @@ private void maybeReleasePartitions(final Execution
attempt) {
private void releasePartitions(final List<IntermediateResultPartitionID>
releasablePartitions) {
if (releasablePartitions.size() > 0) {
+
+ // Remove cached ShuffleDescriptor when partition is released
Review comment:
Would any problem happen without this newly added line but only notify
in `IntermediateResultPartition#resetForNewExecution()`?
--
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]