yiguolei commented on PR #13954:
URL: https://github.com/apache/doris/pull/13954#issuecomment-1302830027

   > Any differences between those two?
   
   If use  std::mutex in a bthread context, then the bthread will hang up and 
the bthread's underlying pthread will also hang up. But there are a limit 
number of pthread  workers for bthread (the default cpu core num). If all 
pthreads are hang up then brpc could not work correctly. Sometime we will get 
failed to connect error or rpc timeout error.
   


-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to