Re: [I] 服务端的线程池和在服务中启动的线程会共享线程池么 (brpc)

2024-10-30 Thread via GitHub
chenBright closed issue #2803: 服务端的线程池和在服务中启动的线程会共享线程池么 URL: https://github.com/apache/brpc/issues/2803 -- 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:

Re: [I] 服务端的线程池和在服务中启动的线程会共享线程池么 (brpc)

2024-10-30 Thread via GitHub
utopia9527 commented on issue #2803: URL: https://github.com/apache/brpc/issues/2803#issuecomment-2446323400 > std::system好像会阻塞进程吧,可以试一下butil::read_command_output "阻塞进程", 一言惊醒梦中人!感谢~~ -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] set tags workers unlimitedly (brpc)

2024-10-30 Thread via GitHub
yanglimingcn commented on PR #2801: URL: https://github.com/apache/brpc/pull/2801#issuecomment-2446307416 LGTM -- 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)

2024-10-30 Thread via GitHub
chenBright commented on issue #2803: URL: https://github.com/apache/brpc/issues/2803#issuecomment-2446004607 std::system好像会阻塞进程吧,可以试一下butil::read_command_output -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [I] cpu profiler异常符号 (brpc)

2024-10-30 Thread via GitHub
zhaojinzhou commented on issue #2795: URL: https://github.com/apache/brpc/issues/2795#issuecomment-2447304584 遇到了相同的问题。Ubuntu 20 会有问题, centos 7就很正常。 -- 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

Re: [I] cpu profiler异常符号 (brpc)

2024-10-30 Thread via GitHub
zhaojinzhou commented on issue #2795: URL: https://github.com/apache/brpc/issues/2795#issuecomment-2447306249 ![32ce5086aae79bfe96739aff396031178d99b6da](https://github.com/user-attachments/assets/2d398473-3791-4d88-8962-02d30c2c09c2) -- This is an automated message from the Apache Gi

[I] Do not restrict CMAKE_MODULE_PATH to a single path (brpc)

2024-10-30 Thread via GitHub
vaavaav opened a new issue, #2805: URL: https://github.com/apache/brpc/issues/2805 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** More or less. It makes it harder to link bRPC to other projects. **Describe the solution you'd like (描述你期望的解决方法)** Inste

Re: [PR] Add NonreflectableMessage and support Protobuf v5 (brpc)

2024-10-30 Thread via GitHub
chenBright merged PR #2782: URL: https://github.com/apache/brpc/pull/2782 -- 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.or

Re: [I] cpu profiler异常符号 (brpc)

2024-10-30 Thread via GitHub
chenBright commented on issue #2795: URL: https://github.com/apache/brpc/issues/2795#issuecomment-2447572464 可以看看gperftools的文档 https://github.com/gperftools/gperftools/wiki/gperftools'-stacktrace-capturing-methods-and-their-issues#libunwind -- This is an automated message from the Apac

Re: [I] Protobuf v5 support (brpc)

2024-10-30 Thread via GitHub
chenBright closed issue #2757: Protobuf v5 support URL: https://github.com/apache/brpc/issues/2757 -- 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

(brpc) branch master updated: Add NonreflectableMessage and support Protobuf v5 (#2782)

2024-10-30 Thread guangmingchen
This is an automated email from the ASF dual-hosted git repository. guangmingchen 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 282776ac Add NonreflectableMessage and supp

Re: [I] cpu profiler异常符号 (brpc)

2024-10-30 Thread via GitHub
zhaojinzhou commented on issue #2795: URL: https://github.com/apache/brpc/issues/2795#issuecomment-2447348925 > unwind 怎么换呢? 譬如说,举个例子? -- 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

Re: [I] mbvar最大的 metric map size可以支持自定义么 (brpc)

2024-10-30 Thread via GitHub
qqwangxiaow commented on issue #2788: URL: https://github.com/apache/brpc/issues/2788#issuecomment-2448939368 > 2条metrics一直会更新吗?有没有已经没用的? 确实有一些是没用的 需要手工删除 但是这个值能不能支持扩展一下呢 有些时候指标确实很多 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Memory leak? (brpc)

2024-10-30 Thread via GitHub
chenBright commented on issue #2793: URL: https://github.com/apache/brpc/issues/2793#issuecomment-2448954372 Thanks for the feedback. I will optimize the implementation and solve the memory leak problem later. -- This is an automated message from the Apache Git Service. To respond to the

(brpc) branch master updated: set tags workers unlimitedly (#2801)

2024-10-30 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 e1bf467b set tags workers unlimitedly (#2801) e1bf

Re: [PR] set tags workers unlimitedly (brpc)

2024-10-30 Thread via GitHub
wwbmmm merged PR #2801: URL: https://github.com/apache/brpc/pull/2801 -- 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