Re: [I] bthread 支持唤醒到同一个 task_group (brpc)

2024-07-19 Thread via GitHub
yanglimingcn commented on issue #2704: URL: https://github.com/apache/brpc/issues/2704#issuecomment-2240901928 我理解现在就是这样的 -- 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

Re: [I] 如何通过pprof工具生成火焰图? (brpc)

2024-07-19 Thread via GitHub
617076674 commented on issue #2694: URL: https://github.com/apache/brpc/issues/2694#issuecomment-2240832754 > 可以考虑用golang带的pprof,可以有个交互式的web,直接就能看到flamegraph > > 本地安装golang,之后执行 go tool pprof -http 127.0.0.1:web_port http://brpc_ip:internal_port/pprof/profile?seconds=30 linux服务

Re: [I] 如何通过pprof工具生成火焰图? (brpc)

2024-07-19 Thread via GitHub
617076674 commented on issue #2694: URL: https://github.com/apache/brpc/issues/2694#issuecomment-2240831857 > 可以考虑用golang带的pprof,可以有个交互式的web,直接就能看到flamegraph > > 本地安装golang,之后执行 go tool pprof -http 127.0.0.1:web_port http://brpc_ip:internal_port/pprof/profile?seconds=30 linux服务

Re: [I] 如何进行流量统计、记录所有请求 (brpc)

2024-07-19 Thread via GitHub
lorinlee commented on issue #2698: URL: https://github.com/apache/brpc/issues/2698#issuecomment-2239443405 访问builtin service的web服务,点击status,对应的service应该会显示错误数,这个可以满足需求么 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[ANNOUNCE] Apache bRPC 1.10.0 released

2024-07-19 Thread Xiaofeng
Hi all, The Apache bRPC community is glad to announce the new release of Apache bRPC 1.10.0. Apache bRPC is an Industrial-grade RPC framework using C++ Language, which is often used in high-performance systems such as Search, Storage, Machine learning, Advertisement, Recommendation, etc. Brief n

[I] bthread 支持唤醒到同一个 task_group (brpc)

2024-07-19 Thread via GitHub
wory117 opened a new issue, #2704: URL: https://github.com/apache/brpc/issues/2704 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** bthread 中用锁或者条件变量,唤醒时会随机调度到一个 tg,缓存局部性似乎不是很好,请问是否可以支持唤醒的时候能调度到之前的 tg **Describe the solution you'd like (描述你期望的解决方法)** *

Re: [I] Support brpc for PPC64 by HX (brpc)

2024-07-19 Thread via GitHub
lorinlee commented on issue #2697: URL: https://github.com/apache/brpc/issues/2697#issuecomment-2238859326 Hi @yjloong , thanks for your contribution, could you please consider opening a Pull Request? -- This is an automated message from the Apache Git Service. To respond to the message,

[I] glog 里面也使用了__thread, 为什么brpc能够兼容? (brpc)

2024-07-19 Thread via GitHub
yaocunhao opened a new issue, #2703: URL: https://github.com/apache/brpc/issues/2703 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** glog 里面也使用了__thread, 为什么brpc能够兼容。 请问这里做了什么处理 **Describe the solution you'd like (描述你期望的解决方法)** **Describe alternativ

(brpc) branch master updated (3419a3d5 -> d227d93f)

2024-07-19 Thread lorinlee
This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git from 3419a3d5 Bump to version 1.10.0 (#2700) add e0c9c441 Support pthread mutex deadlock detection add df47a633 U

(brpc) 01/01: Merge pull request #2692 from chenBright/detect_deadlock

2024-07-19 Thread lorinlee
This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brpc.git commit d227d93f097aa32236a9faf5451fef99943e99ab Merge: 3419a3d5 df47a633 Author: LorinLee AuthorDate: Fri Jul 19 16:28:37 2024

Re: [PR] Support pthread mutex deadlock detection (brpc)

2024-07-19 Thread via GitHub
lorinlee merged PR #2692: URL: https://github.com/apache/brpc/pull/2692 -- 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

Re: [I] 如何通过pprof工具生成火焰图? (brpc)

2024-07-19 Thread via GitHub
lorinlee commented on issue #2694: URL: https://github.com/apache/brpc/issues/2694#issuecomment-2238581367 可以考虑用golang带的pprof,可以有个交互式的web,直接就能看到flamegraph 本地安装golang,之后执行 go tool pprof -http 127.0.0.1:web_port http://brpc_ip:internal_port/pprof/profile\?seconds\=30 -- This is an a

Re: [I] 能否将rq视作一个unbounded队列,来对请求进行缓存处理 (brpc)

2024-07-19 Thread via GitHub
lorinlee commented on issue #2701: URL: https://github.com/apache/brpc/issues/2701#issuecomment-2238590346 不能看做unbounded queue,可以看下 task_group_runqueue_capacity 参数 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR