zymap opened a new pull request, #3480: URL: https://github.com/apache/bookkeeper/pull/3480
--- *Motivation* If the user doesn't configure the ReadWorker thread pool, the request will process with io thread. We cannot call await() from an IO thread, if the socket buffer is full, that blocking call would cause a deadlock. *Modification* - only wait for the promise when the thread is not io thread -- 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]
