[GitHub] [incubator-brpc] triump2020 commented on issue #1136: rq满导致的死锁问题求解决方法

2020-06-29 Thread GitBox
triump2020 commented on issue #1136: URL: https://github.com/apache/incubator-brpc/issues/1136#issuecomment-651534879 > > @kof02guy 从 ObjectPool 中分配的对象所占用的内存是不会归还给系统的,如果到达最大值,再从里面分配,会返回null. > > 这个最大值从代码看目前不能调整, 是const 常量. > > ObjectPool 适用于分配比较固定大小的 ,且生命周期比较短暂的,分配完之后,可能过一会儿就归还给Pool的o

[GitHub] [incubator-brpc] kof02guy commented on issue #1136: rq满导致的死锁问题求解决方法

2020-06-29 Thread GitBox
kof02guy commented on issue #1136: URL: https://github.com/apache/incubator-brpc/issues/1136#issuecomment-651479910 > @kof02guy 从 ObjectPool 中分配的对象所占用的内存是不会归还给系统的,如果到达最大值,再从里面分配,会返回null. > 这个最大值从代码看目前不能调整, 是const 常量. > ObjectPool 适用于分配比较固定大小的 ,且生命周期比较短暂的,分配完之后,可能过一会儿就归还给Pool的object。这样

Re: good news: I found brpc's users in tencent

2020-06-29 Thread Kevin A. McGrail
Very cool Was this the gent who just joined? -- Kevin A. McGrail Member, Apache Software Foundation Chair Emeritus Apache SpamAssassin Project https://www.linkedin.com/in/kmcgrail - 703.798.0171 On Sun, Jun 28, 2020 at 10:39 AM tan zhongyi wrote: > Hi, all, > > I joined tencent two weeks ago,

Re: 何昱夷自我介绍

2020-06-29 Thread Kevin A. McGrail
Hello! -- Kevin A. McGrail Member, Apache Software Foundation Chair Emeritus Apache SpamAssassin Project https://www.linkedin.com/in/kmcgrail - 703.798.0171 On Mon, Jun 29, 2020 at 11:17 AM James Ge wrote: > Welcome! > > On Mon, Jun 29, 2020 at 10:56 AM heyuyi0906 wrote: > > > Hi,all > > 首先自我介

[GitHub] [incubator-brpc] triump2020 commented on issue #1136: rq满导致的死锁问题求解决方法

2020-06-29 Thread GitBox
triump2020 commented on issue #1136: URL: https://github.com/apache/incubator-brpc/issues/1136#issuecomment-651244237 @kof02guy 从 ObjectPool 中分配的对象所占用的内存是不会归还给系统的,如果到达最大值,再从里面分配,会返回null. 这个最大值从代码看目前不能调整, 是const 常量. ObjectPool 适用于分配比较固定大小的 ,且生命周期比较短暂的,分配完之后,可能过一会儿就归还给Pool

[GitHub] [incubator-brpc] triump2020 opened a new issue #1150: resource_pool_inl.h 中 add_block 函数 关于Lock-Free 的问题??

2020-06-29 Thread GitBox
triump2020 opened a new issue #1150: URL: https://github.com/apache/incubator-brpc/issues/1150 Hi Contributors and Jamesge ! Brpc 在性能上确实优于很多目前rpc 框架, 但是在看源码过程中,发现resource_pool_inl.h 中 add_block 函数好像有个问题, 当然也有可能是我的误解,望解答,谢谢! 下面是add_block 函数中的 一个do-while 循环,问题出在do-while 的最后返回

Re: 何昱夷自我介绍

2020-06-29 Thread James Ge
Welcome! On Mon, Jun 29, 2020 at 10:56 AM heyuyi0906 wrote: > Hi,all > 首先自我介绍一下,我叫何昱夷,毕业后一直在上海腾讯优图实验室工作,已经有三年的时间了。 > 优图实验室是腾讯内部图像AI算法部门,我一直从事后台开发工作,主要负责算法工程落地应用,比较典型的应用场景是微信刷脸支付。 > 从去年开始,优图开始选用brpc作为后台微服务框架,我在这块主要负责brpc开发适配、内部版本维护工作,平时也会学习brpc源码。 > 我们的brpc内部版本改动包括: > 1)naming service与load balanc

Re: Collect release note for our next release

2020-06-29 Thread tan zhongyi
Thanks,jiashun. Any more important changes from other committers? 在 2020/6/29 下午4:55,“JiashunZhu” 写入: I have listed some noticeable changes and the related links. It can be used as our next release notes. * Fix bug that time unit is not listed in grpc timeout options. https://

Re: Collect release note for our next release

2020-06-29 Thread JiashunZhu
I have listed some noticeable changes and the related links. It can be used as our next release notes. * Fix bug that time unit is not listed in grpc timeout options. https://github.com/apache/incubator-brpc/pull/1036 * Fix heap overflow in simple_data_pool https://github.com/apache/incubator-brpc

Re: 何昱夷自我介绍

2020-06-29 Thread JiashunZhu
Welcome yuyi to the community! I am jiashun and currently I am involved in the building of the community. If there is some features that you think can be patched from Tencent to the source, you can make a pull request. If you have any questions about the code, the community, or the design, feel fr

Re: 何昱夷自我介绍

2020-06-29 Thread 牟盖东
Welcome! tan zhongyi 于2020年6月29日周一 上午11:11写道: > BTW: Let me translate his introduction into English to help more people to > understand. > > Hi,all > > First of all, I'd like to introduce myself. My name is HeYuyi. After > graduation, I have been working in Shanghai Tencent Youtu Laboratory for