[GitHub] [incubator-brpc-website] tanzhongyibidu opened a new pull request #17: fix a url error

2019-11-03 Thread GitBox
tanzhongyibidu opened a new pull request #17: fix a url error URL: https://github.com/apache/incubator-brpc-website/pull/17 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-brpc-website] tanzhongyibidu merged pull request #17: fix a url error

2019-11-03 Thread GitBox
tanzhongyibidu merged pull request #17: fix a url error URL: https://github.com/apache/incubator-brpc-website/pull/17 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-brpc] jamesge commented on issue #956: 建议线程退出时,把LocalPool中未使用item的id也加入到全局空闲队列

2019-11-03 Thread GitBox
jamesge commented on issue #956: 建议线程退出时,把LocalPool中未使用item的id也加入到全局空闲队列 URL: https://github.com/apache/incubator-brpc/issues/956#issuecomment-549220251 确实是可以的,不过目前brpc的场景中几乎不会退出pthread(才会导致LocalPool析构),这个修改很难验证实际效果。 This is

[GitHub] [incubator-brpc] jamesge commented on issue #955: BoundedQueue的pop_bottom()有内存越界的问题

2019-11-03 Thread GitBox
jamesge commented on issue #955: BoundedQueue的pop_bottom()有内存越界的问题 URL: https://github.com/apache/incubator-brpc/issues/955#issuecomment-549219289 感谢报告问题,已修复 This is an automated message from the Apache Git Service. To

[incubator-brpc] branch master updated: Fix #955 and add UT

2019-11-03 Thread jamesge
This is an automated email from the ASF dual-hosted git repository. jamesge pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git The following commit(s) were added to refs/heads/master by this push: new 11949fc Fix #955 and add UT 11949fc

[GitHub] [incubator-brpc] jamesge closed issue #955: BoundedQueue的pop_bottom()有内存越界的问题

2019-11-03 Thread GitBox
jamesge closed issue #955: BoundedQueue的pop_bottom()有内存越界的问题 URL: https://github.com/apache/incubator-brpc/issues/955 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-brpc] jamesge commented on issue #957: rpc_dump_dir

2019-11-03 Thread GitBox
jamesge commented on issue #957: rpc_dump_dir URL: https://github.com/apache/incubator-brpc/issues/957#issuecomment-549212599 如何复现? This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-brpc] tesla1995 opened a new issue #956: 建议线程退出时,把LocalPool中未使用item的id也加入到全局空闲队列

2019-11-03 Thread GitBox
tesla1995 opened a new issue #956: 建议线程退出时,把LocalPool中未使用item的id也加入到全局空闲队列 URL: https://github.com/apache/incubator-brpc/issues/956 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** 在文件 `src/butil/resource_pool_inl.h`

[GitHub] [incubator-brpc] tesla1995 opened a new issue #955: BoundedQueue的pop_bottom()有内存越界的问题

2019-11-03 Thread GitBox
tesla1995 opened a new issue #955: BoundedQueue的pop_bottom()有内存越界的问题 URL: https://github.com/apache/incubator-brpc/issues/955 **Describe the bug (描述bug)** brpc没有使用BoundedQueue的pop_bottom函数,但该函数实现存在内存越界的问题,如下图所示: