Z1Wu commented on PR #3125:
URL: https://github.com/apache/celeborn/pull/3125#issuecomment-2693264836

   > Push and replicate data are unordered
   
   Thanks for your reply. You are correct, I overlooked that the pushData may 
arrive at the Primary Worker and the Replicated Worker in different order when 
there are multiple PushDataRequests being handled simultaneously. 
   
    > However, my understanding is that in most cases, they should be different.
    
    I agree with this too, there are lots of simultaneous PushDataRequests 
handling in real workload. And the pushData order in Primary PartitionLocation 
and Replicated PartitionLocation  is very likely to be different.
    
   Thank you for pointing out this problem. 
    


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