zhengchenyu opened a new issue, #1111: URL: https://github.com/apache/incubator-uniffle/issues/1111
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues. ### Describe the bug Shuffle server delete remote storage path failed, the logs: ``` [WARN] 2023-08-04 15:38:28,840 clearResourceThread HadoopShuffleDeleteHandler delete - Can't delete shuffle data for appId[appattempt_1691129746305_0051_000001] with 4 times java.lang.Exception: User must be not null or empty at org.apache.uniffle.common.security.HadoopSecurityContext.runSecured(HadoopSecurityContext.java:99) at org.apache.uniffle.common.filesystem.HadoopFilesystemProvider.getFilesystem(HadoopFilesystemProvider.java:57) at org.apache.uniffle.storage.handler.impl.HadoopShuffleDeleteHandler.delete(HadoopShuffleDeleteHandler.java:54) at org.apache.uniffle.server.storage.HadoopStorageManager.removeResources(HadoopStorageManager.java:113) at org.apache.uniffle.server.storage.MultiStorageManager.removeResources(MultiStorageManager.java:175) at org.apache.uniffle.server.ShuffleTaskManager.removeResources(ShuffleTaskManager.java:663) at org.apache.uniffle.server.ShuffleTaskManager.lambda$new$0(ShuffleTaskManager.java:162) at java.lang.Thread.run(Thread.java:748) ``` ### Affects Version(s) master ### Uniffle Server Log Output _No response_ ### Uniffle Engine Log Output _No response_ ### Uniffle Server Configurations _No response_ ### Uniffle Engine Configurations _No response_ ### Additional context _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
