xianjingfeng commented on code in PR #1681:
URL:
https://github.com/apache/incubator-uniffle/pull/1681#discussion_r1595029835
##########
storage/src/main/java/org/apache/uniffle/storage/handler/impl/HadoopShuffleDeleteHandler.java:
##########
@@ -52,7 +56,7 @@ public void delete(String[] storageBasePaths, String appId,
String user) {
while (!isSuccess && times < retryMax) {
try {
FileSystem fileSystem = HadoopFilesystemProvider.getFilesystem(user,
path, hadoopConf);
- fileSystem.delete(path, true);
+ delete(fileSystem, path, shuffleServerId);
Review Comment:
> Do you having the global var to get the shuffleServerId ?
Yes.
https://github.com/apache/incubator-uniffle/blob/30bf8dcc43eb397e737a39b151b739316e84e1d8/server/src/main/java/org/apache/uniffle/server/ShuffleServer.java#L143
--
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]