leixm commented on PR #3652:
URL: https://github.com/apache/celeborn/pull/3652#issuecomment-4240965389

   > client.getChannel.writeAndFlush
   
   Inside the `client.getChannel.writeAndFlush` method:
   
   if (executor.inEventLoop()) {
   // Execute write and flush operations synchronously
   } else {
   // Add to the eventExecutor's task queue
   safeExecute(executor, task, promise, m, !flush)
   }


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