[VOTE] Release Apache bRPC 1.9.0

2024-04-22 Thread Shuai Liu
Hi Apache bRPC Community, This is a call for vote to release Apache bRPC version 1.9.0 [Release Note] Feature: - Support gc for ListOfABAFreeId (#2479) by @stdpain - Support timed connect for both bthread and pthread (#2524) by @chenBright - Support bthread_once and bthread singleton (#2520) by

Re: [PR] Fix invalid headers of multiple cookie and set-cookie (brpc)

2024-04-22 Thread via GitHub
chenBright commented on code in PR #2577: URL: https://github.com/apache/brpc/pull/2577#discussion_r1574717137 ## src/brpc/http_header.h: ## @@ -19,6 +19,8 @@ #ifndef BRPC_HTTP_HEADER_H #define BRPC_HTTP_HEADER_H +#include +#include Review Comment: done -- This i

[PR] Fix ci (brpc)

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

[PR] remove old rpcz directory even if program crash (brpc)

2024-04-22 Thread via GitHub
yanglimingcn opened a new pull request, #2610: URL: https://github.com/apache/brpc/pull/2610 ### What problem does this PR solve? rpcz目录在正常运行过程会周期性的删除旧的数据,但是如果在程序运行一段时间crash掉或者被kill掉,原来的rpcz目录不会释放掉,日积月累会占用很多空间。 这个PR会在rpcz启动的时候并且rpcz_keep_span_db为false的情况下,清理旧的数据。 Issue Numbe

Re: [I] mongo相关的代码是干嘛用的, 看起来没什么用途? (brpc)

2024-04-22 Thread via GitHub
jiangdongzi commented on issue #2604: URL: https://github.com/apache/brpc/issues/2604#issuecomment-2068658495 > mongo只实现了服务端的逻辑 mongo协议头字段中包含requestId和responseTo字段, 我看global.cpp中配置的mongo客户端时pooled, 为什么不是all呢, 即也支持单链接 -- This is an automated message from the Apache Git Service. To r