huchunjin opened a new issue #1067: 计数溢出导致程序退出 URL: https://github.com/apache/incubator-brpc/issues/1067 **Describe the bug (描述bug)** 线上一个服务在跑4~5天左右,就会出现程序退出现象,最后的日志如下: F0316 12:30:30.953776 393651 percentile.h:98] Check failed: _num_samples == _num_added (254 vs. 4294967280) _nu m_added=4294967280 rhs._num_added30 _num_samples=254 rhs._num_samples=30 SAMPLE_SIZE=254 size2=30 从日志看应该是计数溢出引起的 **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: centos 7.2 brpc: 0.9.5 protobuf: 2.6 **Additional context/screenshots (更多上下文/截图)**
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
