[PR] Fix cancel callback may be called twice (brpc)

2024-03-03 Thread via GitHub
chenBright opened a new pull request, #2557: URL: https://github.com/apache/brpc/pull/2557 ### What problem does this PR solve? Issue Number: Problem Summary: 当bthread_id_create执行成功,Socket::Address执行失败是,callback会被执行。当Controller析构的时候,bthread_id_error会再次执行callback。如果callba

[PR] Fix using butex in return keytable (brpc)

2024-03-03 Thread via GitHub
MJY-HUST opened a new pull request, #2558: URL: https://github.com/apache/brpc/pull/2558 ### What problem does this PR solve? Issue Number: #2554 Problem Summary: 当一个bthread(taskmeta中的attr.keytable_pool = null)的生命周期结束,且其拥有keytable实例时。在销毁keytable时会调用由用户创建bthread_key_create(bth

[I] BRPC cause pybind embed hang (brpc)

2024-03-03 Thread via GitHub
chenzhengda opened a new issue, #2559: URL: https://github.com/apache/brpc/issues/2559 **Describe the bug (描述bug)** When I use brpc and pybind embed simultaneously and import numpy, the program gets stuck. However, it returns to normal once I remove the include for the brpc header fi

Re: [PR] fix MPSCQueue memory not released with `DefaultAllocator` (brpc)

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

(brpc) branch master updated: fix MPSCQueue memory not released with `DefaultAllocator` (#2553)

2024-03-03 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 d243ddf4 fix MPSCQueue memory not released