kerwin-zk opened a new pull request, #2070:
URL: https://github.com/apache/incubator-celeborn/pull/2070

   ### What changes were proposed in this pull request?
   Cache RegisterShuffleResponse to improve the processing speed of 
LifecycleManager
   
   
   ### Why are the changes needed?
   During the processing of the registerShuffle request, constructing the 
RegisterShuffleResponse instance and serialization can indeed consume a 
significant amount of time.  When there are a large number of registerShuffle 
requests that need to be processed by the LifecycleManager simultaneously, the 
response time of the LifecycleManager will be delayed. Therefore, caching is 
needed to improve the processing performance of the LifecycleManager. 
   
   
![image](https://github.com/apache/incubator-celeborn/assets/107825064/06d3cb3c-156a-46c7-a08d-fefa18b26e40)
   
   
   ### Does this PR introduce _any_ user-facing change?
   
   
   
   ### How was this patch tested?
   
   


-- 
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