advancedxy commented on code in PR #449:
URL: https://github.com/apache/incubator-uniffle/pull/449#discussion_r1064314693
##########
server/src/main/java/org/apache/uniffle/server/storage/StorageManager.java:
##########
@@ -54,4 +56,11 @@ public interface StorageManager {
// todo: add an interface that check storage isHealthy
void checkAndClearLeakedShuffleData(Collection<String> appIds);
+
+ /**
+ * This is only valid for LocalStorageManager. For other StorageManager,
such as HdfsStorageManager, an empty map
Review Comment:
todo: this comment should be updated.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]