WencongLiu commented on code in PR #22316:
URL: https://github.com/apache/flink/pull/22316#discussion_r1190773635


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/common/TieredStorageConfiguration.java:
##########
@@ -50,4 +70,11 @@ public static TieredStorageConfiguration 
fromConfiguration(Configuration conf) {
         // reserved storage size, etc.), then set them to the builder.
         return new TieredStorageConfiguration.Builder().build();
     }
+
+    public static TieredStorageConfiguration fromConfiguration(

Review Comment:
   Removed. Currently, TieredStorageConfiguration is a field of 
NettyShuffleEnvironmentConfiguration.



-- 
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]

Reply via email to