jerqi commented on issue #282: URL: https://github.com/apache/incubator-uniffle/issues/282#issuecomment-1322205957
We can modify the ShuffleTaskManger and LocalStorageManager to implement this function. For ShuffleTaskManager, you can see the method `removeResourcesByShuffleIds`, we can refer to it and then add a daemon thread. For LocalStorageManager, you can add a interface `checkLeakShuffleData(Collection<String> appIds)` for StorageManager. LocalStorageManager implement this interface. -- 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]
