[incubator-brpc] branch master updated: Add UT for returning EAGAIN from the IReader

2019-05-14 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 7e85374 Add UT for returning EAGAIN fr

[incubator-brpc] branch master updated: Minor change to the comment

2019-05-14 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 727dd4c Minor change to the comment 72

[incubator-brpc] branch master updated: Polish comments in recordio.h

2019-05-14 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 cb998b9 Polish comments in recordio.h

[incubator-brpc] 04/06: reformatting some comments in http_message.h

2019-05-14 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 commit 6840e36d05c7862c904941a882819b6db3e24f0e Author: gejun AuthorDate: Tue May 14 16:02:55 2019 +0800 reformat

[incubator-brpc] 01/06: Add fast_rand_bytes in fast_rand.h

2019-05-14 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 commit 46ad4f89d2ebbc85bd1877a31812a05324c8ce55 Author: gejun AuthorDate: Tue May 14 15:40:11 2019 +0800 Add fast

[incubator-brpc] branch master updated (b346934 -> a688680)

2019-05-14 Thread jamesge
This is an automated email from the ASF dual-hosted git repository. jamesge pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git. from b346934 Merge pull request #758 from hawkingrei/update_brpc new 46ad4f8 Add fast_rand_bytes in fast_r

[incubator-brpc] 06/06: Add reader and writer for binary records

2019-05-14 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 commit a68868077ca830853de952db7e488cd93aac0ea4 Author: gejun AuthorDate: Tue May 14 17:26:23 2019 +0800 Add read

[incubator-brpc] 05/06: Add IOBufCutter

2019-05-14 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 commit 3b4b0e6a76dc16390ab571a8de8f86ce52b71016 Author: gejun AuthorDate: Tue May 14 16:04:07 2019 +0800 Add IOBu

[incubator-brpc] 03/06: Remove self-defined memcpy from murmurhash3.cpp

2019-05-14 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 commit 0d415ce32a148e9536c8a9ab360b979e565a2e97 Author: gejun AuthorDate: Tue May 14 16:01:43 2019 +0800 Remove s

[incubator-brpc] 02/06: Remove unused variable from threads_service.cpp

2019-05-14 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 commit d51301f96dda2c3744f73ac5621946be1832cfdf Author: gejun AuthorDate: Tue May 14 15:40:40 2019 +0800 Remove u

[GitHub] [incubator-brpc] haolujun edited a comment on issue #744: Redis client长时间超时无法恢复,只能重启

2019-05-14 Thread GitBox
haolujun edited a comment on issue #744: Redis client长时间超时无法恢复,只能重启 URL: https://github.com/apache/incubator-brpc/issues/744#issuecomment-492156942 我这面复现步骤: 1: 每次mget 100个key,每个key是个整数字符串,key对应的value是大概为2K的字符串。 2: qps可以持续加大,可以一直加大到直到有超时错误,我这面大概是200qps。 3: 出现超时错误后,降低client的qps到1,这个时候

[GitHub] [incubator-brpc] haolujun commented on issue #744: Redis client长时间超时无法恢复,只能重启

2019-05-14 Thread GitBox
haolujun commented on issue #744: Redis client长时间超时无法恢复,只能重启 URL: https://github.com/apache/incubator-brpc/issues/744#issuecomment-492156942 我这面复现步骤: 1: 每次mget 100个key,每个key的value大概为2K。 2: qps可以持续加大,可以一直加大到直到有超时错误,我这面大概是200qps。 3: 出现超时错误后,降低client的qps到1,这个时候依然会继续超时。 我这面的clien

[GitHub] [incubator-brpc] jamesge commented on issue #744: Redis client长时间超时无法恢复,只能重启

2019-05-14 Thread GitBox
jamesge commented on issue #744: Redis client长时间超时无法恢复,只能重启 URL: https://github.com/apache/incubator-brpc/issues/744#issuecomment-492117952 你提供一份可复现的client代码,及详细的复现步骤吧。 This is an automated message from the Apache Git Service.

[GitHub] [incubator-brpc] yineima opened a new issue #765: brpc

2019-05-14 Thread GitBox
yineima opened a new issue #765: brpc URL: https://github.com/apache/incubator-brpc/issues/765 **Describe the bug (描述bug)** **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: brpc: protobuf: **Additional

[GitHub] [incubator-brpc] haolujun commented on issue #744: Redis client长时间超时无法恢复,只能重启

2019-05-14 Thread GitBox
haolujun commented on issue #744: Redis client长时间超时无法恢复,只能重启 URL: https://github.com/apache/incubator-brpc/issues/744#issuecomment-492112261 重启之后,走的是新连接。但是如果这个时候不重启,我降低qps,由100qps降到1qps,依然会超时。 This is an automated message from