xintongsong commented on code in PR #22851:
URL: https://github.com/apache/flink/pull/22851#discussion_r1250129326


##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/tier/TierFactory.java:
##########
@@ -32,7 +32,9 @@
 public interface TierFactory {
 
     /** Creates the master-side agent of a Tier. */
-    TierMasterAgent createMasterAgent(TieredStorageResourceRegistry 
tieredStorageResourceRegistry);
+    TierMasterAgent createMasterAgent(
+            String remoteStorageBaseHomePath,

Review Comment:
   I think `dataFileBasePath`, `partitionFileWriter` and `partitionFileReader` 
shares the same problem.



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