chongg039 commented on issue #2453: URL: https://github.com/apache/brpc/issues/2453#issuecomment-1825320596
@sinomiko @FancyJan 这两个场景都不是。后来调查了一下,现场是一个8核的vm,就开了9个pthread worker。我们的程序后台有一些bthread task,有的地方还混用了pthread lock的逻辑,猜测应该是哪里的代码有点问题,没有worker来干活了。通过调大pthread数,或者关闭那些后台的task,都不会再次出现。准备详细调查一下相关的代码实现,看看是不是写挫了。 -- 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: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org