saurabhd336 commented on PR #3593: URL: https://github.com/apache/celeborn/pull/3593#issuecomment-3958575435
Hey @zaynt4606 thanks for reviewing this. Currently occupied with some other threads, let me revisit this PR this week. > Currently, every request is returned via the EventLoop thread, which might incur significant overhead when handling a large number of requests with long sort times. My idea was to simply make sure the eventloop thread isn't block (i.e. avoid the thread.sleep()), with the current changes the response is still sent by the eventloop threads, but the wait is eliminated. I can check if we can / should use a seperate threadpool for responding -- 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]
