jerqi opened a new issue, #851:
URL: https://github.com/apache/incubator-uniffle/issues/851

   ### 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?
   
   We usaully use multiple threads to send rpc requests, we should have a 
method similar to 
https://github.com/apache/spark/blob/d157b2d9a71c8370612342b298f0e6757c9b9b78/core/src/main/scala/org/apache/spark/util/ThreadUtils.scala#LL388C11-L388C11
   Uniffle have similar logic in many places, like
   
https://github.com/apache/incubator-uniffle/blob/a3ca2585487265cf791d5a0c6f401041eb3f4b55/client/src/main/java/org/apache/uniffle/client/impl/ShuffleWriteClientImpl.java#L744
   We can add a method parmap in the ThreadUtil to reduce repeated logic.
   
   ### How should we improve?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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]

Reply via email to