xintongsong commented on a change in pull request #13397: URL: https://github.com/apache/flink/pull/13397#discussion_r489903233
########## File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamNode.java ########## @@ -49,6 +48,8 @@ @Internal public class StreamNode implements Serializable { + public static final int DEFAULT_MANAGED_MEMORY_WEIGHT = 1; Review comment: This does not really matter since the constant is soon removed in the next commit. ---------------------------------------------------------------- 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: us...@infra.apache.org