jiangxin369 commented on code in PR #23851: URL: https://github.com/apache/flink/pull/23851#discussion_r1473848488
########## flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/common/TieredStorageConfiguration.java: ########## @@ -37,8 +37,16 @@ public class TieredStorageConfiguration { private static final String DEFAULT_REMOTE_STORAGE_BASE_PATH = null; + private static final boolean DEFAULT_MEMORY_DECOUPLING_ENABLED = false; Review Comment: As discussed, we will enable it after the metrics of shuffle memory are ready. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org