You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@uniffle.apache.org by GitBox <gi...@apache.org> on 2023/01/09 11:09:27 UTC

[GitHub] [incubator-uniffle] xianjingfeng commented on pull request #459: [ISSUE-456] Avoid removeResources for multiple times

xianjingfeng commented on PR #459:
URL: https://github.com/apache/incubator-uniffle/pull/459#issuecomment-1375449684

   > The fix looks good to me. But could you elaborate a bit more in the pr description's `Why are the changes needed` section.
   > 
   > If I understand the issue and this fix correctly, the reason why some appId is called multiple times is that:
   > 
   > ```
   > When some appIds' removeResource took too much time, the `expiredAppCleanupExecutorService` in ShuffleTaskManager
   > would check and detect the same appId is expired multiple times. Therefore the same appId might be added to `expiredAppIdQueue` multiple time.
   > ```
   
   Done. Thanks your describe.


-- 
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: issues-unsubscribe@uniffle.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@uniffle.apache.org
For additional commands, e-mail: issues-help@uniffle.apache.org