wankunde commented on PR #37533:
URL: https://github.com/apache/spark/pull/37533#issuecomment-1229847247

   Hi, @mridulm @otterc 
   New processing flow:
   * Send all the finalize RPC tasks and wait for merged status in a new thread 
pool.
   * Wait for `shuffleMergeResultsTimeoutSec` in main thread if 
registerMergeResults = true, and then cancel all sending rpc tasks
   * Wait for `shuffleMergeResultsTimeoutSec` asynchronously if 
registerMergeResults = false, and then cancel all sending rpc tasks
   
   Does this works?
   


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