Re: [I] brpc添加redis sentinel支持 (brpc)

2023-03-31 Thread via GitHub
chenBright commented on issue #2188: URL: https://github.com/apache/brpc/issues/2188#issuecomment-1491517083 > > sentinel://ip/url:port这种形式吧,sentinel://对应redis sentinel的NamingService。 > > 这种只有一台server的, loadbalancer让用户传什么呢, 随便传就好? lb都支持 -- This is an automated message from th

[I] 接口压测时 curl -i ip:port/rpcz 耗时 30s,gstack 查看 brpc 调用栈异常 (brpc)

2023-03-31 Thread via GitHub
Flynn-Zh opened a new issue, #2189: URL: https://github.com/apache/brpc/issues/2189 **Describe the bug (描述bug)** 使用 jmeter 压测 brpc server 的某个接口(200并发),持续10分钟,过程中使用中间使用 curl -i ip:port/rpcz 查看接口执行情况,curl 约 30s 返回,接口普遍延时很高(正常时是100ms级,此时是10s级),此时通过 gstack 查看 brpc server 堆栈如下: .. .

Re: [I] 接口压测时 curl -i ip:port/rpcz 耗时 30s,gstack 查看 brpc 调用栈异常 (brpc)

2023-03-31 Thread via GitHub
Flynn-Zh commented on issue #2189: URL: https://github.com/apache/brpc/issues/2189#issuecomment-1491540432 请问下,bthread_make_fcontext 之前的调用栈是什么? -- 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

Re: [I] brpc添加redis sentinel支持 (brpc)

2023-03-31 Thread via GitHub
jiangdongzi commented on issue #2188: URL: https://github.com/apache/brpc/issues/2188#issuecomment-1491556008 > 没看明白? 就是随便传一个lb就可以了? -- 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 sp

[PR] Refactor Repeated Instructions into Github Actions (brpc)

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

[PR] Linter experiment (brpc)

2023-03-31 Thread via GitHub
JennyJQ opened a new pull request, #2191: URL: https://github.com/apache/brpc/pull/2191 This is the PR for the linter experiment to test all source files It changes the `lines-changed-only:true` to `files-changed-only:false` -- This is an automated message from the Apache Git Servic

Re: [PR] Linter experiment (brpc)

2023-03-31 Thread via GitHub
JennyJQ closed pull request #2191: Linter experiment URL: https://github.com/apache/brpc/pull/2191 -- 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-u

Re: [PR] Refactor Repeated Instructions into Github Actions (brpc)

2023-03-31 Thread via GitHub
santimont closed pull request #2190: Refactor Repeated Instructions into Github Actions URL: https://github.com/apache/brpc/pull/2190 -- 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 com

[PR] Create Bazel RBE Github Action (brpc)

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

Re: [PR] Create Bazel RBE Github Action (brpc)

2023-03-31 Thread via GitHub
tamim-khan closed pull request #2192: Create Bazel RBE Github Action URL: https://github.com/apache/brpc/pull/2192 -- 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 unsubscrib

Re: [I] brpc添加redis sentinel支持 (brpc)

2023-03-31 Thread via GitHub
chenBright commented on issue #2188: URL: https://github.com/apache/brpc/issues/2188#issuecomment-1492836251 是的,只要按照NamingService的接口实现并注册了。框架的lb都是能支持的。 -- 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 g