TheodoreLx opened a new pull request, #3554:
URL: https://github.com/apache/celeborn/pull/3554

   ### What changes were proposed in this pull request?
   
   An EndpointVerifierMessageLoop is introduced to specifically handle 
RpcEndpointVerifier messages, and a separate thread is used to execute the 
EndpointVerifierMessageLoop.
   
   
   
   ### Why are the changes needed?
   
   RpcEndpointVerifier.CheckExistence is a high-priority message that needs to 
be processed first. In the original model, if the LifecycleManager's RPC 
message queue accumulates a large backlog, RpcEndpointVerifier.CheckExistence 
messages cannot be processed immediately, leading to numerous ShuffleClient 
initialization failures and causing task failures.
   
   ### Does this PR resolve a correctness bug?
   
   No
   
   ### Does this PR introduce _any_ user-facing change?
   
   No
   
   ### How was this patch tested?
   
   Cluster Test


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