zuston opened a new pull request, #2519:
URL: https://github.com/apache/uniffle/pull/2519

   ### What changes were proposed in this pull request?
   
   Disable fast fail on any pushing failure if partition reassign is activated
   
   ### Why are the changes needed?
   
   Before this PR, if multi-replica is disabled, the sending logic would fail 
fast upon any push failure.
   However, when partition reassignment is enabled, this behavior could cause 
some block futures to be canceled, leading to the loss of block sending events.
   As a result, the client might fail due to unsent remaining blocks.
   
   for #2518
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Needn't. This could be quickly validated by human.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to