bengol opened a new pull request #1200: URL: https://github.com/apache/incubator-brpc/pull/1200
Change-Id: I7e413acedc8dfb93eae5c08243f0ff3e484f7059 问题: 线上环境中,进程退出时,hang在sampler->destroy()中的_mutex lock上,持有该_mutex的线程已经不再使用该锁且在正常运行,没有分析出发生路径 改动原因: _used变量无需_mutex保护,减少_mutex的范围来规避该问题。同时stop变量跨越了线程,需要atomic ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
