dawidwys commented on a change in pull request #16019:
URL: https://github.com/apache/flink/pull/16019#discussion_r643027208
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/api/writer/SubtaskStateMapper.java
##########
@@ -54,18 +54,6 @@
}
},
- /**
- * Discards extra state. Useful if all subtasks already contain the same
information
- * (broadcast).
- */
- DISCARD_EXTRA_STATE {
Review comment:
Good point. It should not be a problem for this enum as it is not
presented anywhere; it is an internal, strictly algorithmic class.
--
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]