jerqi commented on PR #168: URL: https://github.com/apache/incubator-uniffle/pull/168#issuecomment-1221941006
> > Why will the method `removeResources` be scheduled again? It seems that the method `removeResources` will be called once. > > You can take a look at this thread `clearResourceThread` in ShuffleTaskManager. As long as the `expiredAppIdQueue` still has the app, it will call the logic of `removeResources`, and then call the `removeResources` of the `HdfsStorageManager`. I know `clearResourceThread`'s logic. I means that we will call method `removeResources` once for the one app. Right? -- 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]
