keith-turner commented on PR #5375:
URL: https://github.com/apache/accumulo/pull/5375#issuecomment-2694725529

   The reminders about the select thread were helpful.  I was assuming that the 
thrift code would read frames per RPC into memory and queue those frames on a 
thread pool. It may instead queue the connection and the frame on thread pool, 
returning the connection for selection when the task completes on the pool.  If 
so that would mean only one thing will ever execute per connection, even if the 
message is oneway and no response is needed. Going to look into this a bit more 
and see if that is the case.


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