zuston opened a new pull request, #1120:
URL: https://github.com/apache/incubator-uniffle/pull/1120
### What changes were proposed in this pull request?
After merging #1058 , I found the appId existence check is not enough.
Once the shuffle server is restarted, the following shuffleTaskInfo may
exist as
a result of the refreshAppId() method being invoked during the process of
sending/getting data
from the client side. However, it is essential for the app's buffer pool to
exist once it has been registered.
This can serve as a crucial criterion for determining whether the app is not
registered,
especially following a server restart.
### Why are the changes needed?
Follow up the PR #1058
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
1. Existing UTs
--
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]