[I] brpc channel保序问题 (brpc)

2023-03-06 Thread via GitHub
netjia-cpu opened a new issue, #2150: URL: https://github.com/apache/brpc/issues/2150 测试brpc的example/asynchronous_echo_c++ 例子,正常情况下log_id顺序没问题,重启网络:network restart后,log_id的顺序就不对了,brpc channel无法保序吗? ![image](https://user-images.githubusercontent.com/13553842/223069061-b12c8412-6776-47c6-a

Re: [I] brpc故障恢复bug (brpc)

2023-03-06 Thread via GitHub
netjia-cpu commented on issue #2146: URL: https://github.com/apache/brpc/issues/2146#issuecomment-1455776609 > @netjia-cpu 可以尝试打 #1817 这个patch试下 ,或者升级brpc版本 多谢,我试一下 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] brpc channel保序问题 (brpc)

2023-03-06 Thread via GitHub
netjia-cpu commented on issue #2150: URL: https://github.com/apache/brpc/issues/2150#issuecomment-1455818042 echo.pb里面的request也加上id,打印出来,在故障情况下,也是乱序的 -- 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

[I] 是否可以支持熔断的最大比例控制 (brpc)

2023-03-06 Thread via GitHub
whl12345 opened a new issue, #2151: URL: https://github.com/apache/brpc/issues/2151 参考envoy,客户端对下游服务端的熔断达到一定比例禁止熔断,防止下游全量熔断引发客户端完全不可用,主要用于可选熔断策略 -- 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 th

[PR] modify cases.md (brpc)

2023-03-06 Thread via GitHub
NIGHTFIGHTING opened a new pull request, #2152: URL: https://github.com/apache/brpc/pull/2152 ### What problem does this PR solve? Issue Number: Problem Summary: ### What is changed and the side effects? Changed: Side effects: - Performance effects(性能影响):

Re: [PR] Support user interceptor of server (brpc)

2023-03-06 Thread via GitHub
thorneliu commented on code in PR #2137: URL: https://github.com/apache/brpc/pull/2137#discussion_r1126454968 ## src/brpc/server.cpp: ## @@ -2197,6 +2197,21 @@ int Server::MaxConcurrencyOf(google::protobuf::Service* service, return MaxConcurrencyOf(service->GetDescriptor()

Re: [PR] Support user interceptor of server (brpc)

2023-03-06 Thread via GitHub
thorneliu commented on code in PR #2137: URL: https://github.com/apache/brpc/pull/2137#discussion_r1126468512 ## src/brpc/server.cpp: ## @@ -2191,6 +2197,21 @@ int Server::MaxConcurrencyOf(google::protobuf::Service* service, return MaxConcurrencyOf(service->GetDescriptor()

Oncall report from Feb 27th to Mar 5th

2023-03-06 Thread Lorin Lee
Hi, all During the last week 1 issue was closed and following 1 PR was merged and closed: * https://github.com/apache/brpc/pull/2141 Best Regards, Lorin Lee

Re: [PR] Support user interceptor of server (brpc)

2023-03-06 Thread via GitHub
thorneliu commented on code in PR #2137: URL: https://github.com/apache/brpc/pull/2137#discussion_r1126454968 ## src/brpc/server.cpp: ## @@ -2197,6 +2197,21 @@ int Server::MaxConcurrencyOf(google::protobuf::Service* service, return MaxConcurrencyOf(service->GetDescriptor()

Re: [PR] modify cases.md (brpc)

2023-03-06 Thread via GitHub
wasphin merged PR #2152: URL: https://github.com/apache/brpc/pull/2152 -- 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. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

[brpc] branch master updated: add use case in didi (#2152)

2023-03-06 Thread xiaofeng
This is an automated email from the ASF dual-hosted git repository. xiaofeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git The following commit(s) were added to refs/heads/master by this push: new 1e079372 add use case in didi (#2152) 1e079372 i

[PR] Update oncall.md (brpc)

2023-03-06 Thread via GitHub
lorinlee opened a new pull request, #2153: URL: https://github.com/apache/brpc/pull/2153 ### What problem does this PR solve? Issue Number: Problem Summary: ### What is changed and the side effects? Changed: Side effects: - Performance effects(性能影响):

Re: [PR] Update oncall.md (brpc)

2023-03-06 Thread via GitHub
wwbmmm merged PR #2153: URL: https://github.com/apache/brpc/pull/2153 -- 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. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org F

[brpc] branch master updated: Update oncall.md (#2153)

2023-03-06 Thread wwbmmm
This is an automated email from the ASF dual-hosted git repository. wwbmmm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git The following commit(s) were added to refs/heads/master by this push: new ee3e2293 Update oncall.md (#2153) ee3e2293 is desc