xianjingfeng opened a new issue, #668: URL: https://github.com/apache/incubator-uniffle/issues/668
### 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. ### What would you like to be improved? In the current logic. if one applicaiton need to sends heartbeat to many shuffle servers, applicaiton will be expired in some shuffle servers. https://github.com/apache/incubator-uniffle/blob/4fd9cad07e2943d7f3fa8b2010a43e90520325ff/client/src/main/java/org/apache/uniffle/client/impl/ShuffleWriteClientImpl.java#L669-L682 ### How should we improve? Introduce thread pool for sending app heartbeat ### 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]
