[GitHub] [incubator-brpc] zyearn commented on issue #1162: [OnWindowUpdate] Invalid connection-level window_size_increment=103930

2020-07-13 Thread GitBox
zyearn commented on issue #1162: URL: https://github.com/apache/incubator-brpc/issues/1162#issuecomment-657953745 可以看看client的connections内置界面找到对应的socket,然后看看h2的各个参数是不是都是正常的,特别是_remote_window_left,这个报错是因为_remote_window_left整型溢出了。如果_remote_window_left不正常的话,需要抓个包看看grpc有没有正常把h2 Setting包发给client

[GitHub] [incubator-brpc] feng-y commented on issue #1162: [OnWindowUpdate] Invalid connection-level window_size_increment=103930

2020-07-13 Thread GitBox
feng-y commented on issue #1162: URL: https://github.com/apache/incubator-brpc/issues/1162#issuecomment-657939889 E0714 10:17:41.036844 29512 http2_rpc_protocol.cpp:723, OnData] Fail to find stream_id=27791 E0714 10:17:41.036900 29512 http2_rpc_protocol.cpp:723, OnData] Fail to find

[GitHub] [incubator-brpc] feng-y opened a new issue #1162: [OnWindowUpdate] Invalid connection-level window_size_increment=103930

2020-07-13 Thread GitBox
feng-y opened a new issue #1162: URL: https://github.com/apache/incubator-brpc/issues/1162 **Describe the bug (描述bug)** 使用brpc client 访问 grpc server 时报错 E0714 10:22:33.653168 29518 http2_rpc_protocol.cpp:998, OnWindowUpdate] Invalid connection-level window_size_increment=195156 E07

[GitHub] [incubator-brpc] heyuyi0906 opened a new pull request #1161: fix h2_req check failed when retry after ELIMIT error

2020-07-13 Thread GitBox
heyuyi0906 opened a new pull request #1161: URL: https://github.com/apache/incubator-brpc/pull/1161 #1114 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-brpc] tanzhongyi003 commented on pull request #1160: add release note file since 0.9.8-rc01

2020-07-13 Thread GitBox
tanzhongyi003 commented on pull request #1160: URL: https://github.com/apache/incubator-brpc/pull/1160#issuecomment-657531100 OK, I will update later, and make another patch This is an automated message from the Apache Git Se

[GitHub] [incubator-brpc] zyearn commented on pull request #1160: add release note file since 0.9.8-rc01

2020-07-13 Thread GitBox
zyearn commented on pull request #1160: URL: https://github.com/apache/incubator-brpc/pull/1160#issuecomment-657523593 > En, 你再更新下? 发件人: Jiashun Zhu 答复: apache/incubator-brpc 日期: 2020年7月13日 星期一 下午7:37 收件人: apache/incubator-brpc 抄送: "zhongyitan(谭中意)" , Author 主题: Re: [apache/incubator

[GitHub] [incubator-brpc] tanzhongyi003 commented on pull request #1160: add release note file since 0.9.8-rc01

2020-07-13 Thread GitBox
tanzhongyi003 commented on pull request #1160: URL: https://github.com/apache/incubator-brpc/pull/1160#issuecomment-657513362 En, 你再更新下? 发件人: Jiashun Zhu 答复: apache/incubator-brpc 日期: 2020年7月13日 星期一 下午7:37 收件人: apache/incubator-brpc 抄送: "zhongyitan(谭中意)" , Author 主

[GitHub] [incubator-brpc] zyearn commented on pull request #1160: add release note file since 0.9.8-rc01

2020-07-13 Thread GitBox
zyearn commented on pull request #1160: URL: https://github.com/apache/incubator-brpc/pull/1160#issuecomment-657508033 要不要把release页面的release note都加上? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-brpc] tanzhongyi003 opened a new pull request #1160: add release note file since 0.9.8-rc01

2020-07-13 Thread GitBox
tanzhongyi003 opened a new pull request #1160: URL: https://github.com/apache/incubator-brpc/pull/1160 I create this file and add the first section for 0.9.8-rc01 to log release This is an automated message from the Apache Gi

[GitHub] [incubator-brpc] ruoshui1314 edited a comment on issue #1159: fail to build example `echo_c++` and report `Undefined symbols for architecture x86_64:`

2020-07-13 Thread GitBox
ruoshui1314 edited a comment on issue #1159: URL: https://github.com/apache/incubator-brpc/issues/1159#issuecomment-657433936 update: It could be builded successfully when using master branch. The command is: `sh config_brpc.sh --headers="/xxx/local/include /usr/local/include" --li

[GitHub] [incubator-brpc] ruoshui1314 commented on issue #1159: fail to build example `echo_c++` and report `Undefined symbols for architecture x86_64:`

2020-07-13 Thread GitBox
ruoshui1314 commented on issue #1159: URL: https://github.com/apache/incubator-brpc/issues/1159#issuecomment-657433936 update: It could be builded successfully when using master branch. The command is: `sh config_brpc.sh --headers="/xxx/local/include /usr/local/include" --libs="/xx

[GitHub] [incubator-brpc] ruoshui1314 opened a new issue #1159: fail to build example `echo_c++` and report `Undefined symbols for architecture x86_64:`

2020-07-13 Thread GitBox
ruoshui1314 opened a new issue #1159: URL: https://github.com/apache/incubator-brpc/issues/1159 **Describe the bug (描述bug)** 1.build brpc successfully 2.fail to build echo_c++ in example.details as follow: `31 warnings generated. [ 25%] Linking CXX executable echo_server U