You are viewing a plain text version of this content. The canonical link for it is here.
- [PR] Retry on ENETUNREACH or EHOSTUNREACH (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/01 07:50:16 UTC, 3 replies.
- Re: [PR] fix thrift version gt 0.13.0 (brpc) - posted by "ZjuYTW (via GitHub)" <gi...@apache.org> on 2023/07/02 08:39:57 UTC, 0 replies.
- [PR] Thread local without num limit (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/02 14:57:08 UTC, 0 replies.
- [I] 咨询一下关于RDMA延迟问题 (brpc) - posted by "Eviltuzki (via GitHub)" <gi...@apache.org> on 2023/07/03 02:57:01 UTC, 5 replies.
- [I] Fail to open rdma device (brpc) - posted by "riverzhang (via GitHub)" <gi...@apache.org> on 2023/07/03 09:42:04 UTC, 0 replies.
- Re: [I] Fail to open rdma device(容器里跑rdma) (brpc) - posted by "Tuvie (via GitHub)" <gi...@apache.org> on 2023/07/03 10:19:45 UTC, 9 replies.
- Oncall report from June 26th to Jun 2nd - posted by caidaojin <64...@qq.com.INVALID> on 2023/07/03 13:44:34 UTC, 0 replies.
- [PR] Fix typo of WeightedRoundRobinLoadBalancer (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/03 14:53:42 UTC, 0 replies.
- Re: [I] 有无方法能比较准确的统计brpc内存占用情况 (brpc) - posted by "wwbmmm (via GitHub)" <gi...@apache.org> on 2023/07/04 06:37:26 UTC, 0 replies.
- [I] config_brpc.sh 从LIBS_IN中寻找protoc报错找不到 (brpc) - posted by "highkic (via GitHub)" <gi...@apache.org> on 2023/07/04 06:37:53 UTC, 3 replies.
- [PR] fix ignore SIGPIPE signal concurrent issue with other library (brpc) - posted by "lrita (via GitHub)" <gi...@apache.org> on 2023/07/04 08:43:06 UTC, 2 replies.
- Re: [PR] Support fixed and jittered retry backoff policy (brpc) - posted by "serverglen (via GitHub)" <gi...@apache.org> on 2023/07/04 11:21:38 UTC, 1 replies.
- Re: [I] 客户端出现大量timeout (brpc) - posted by "helloKaiDing (via GitHub)" <gi...@apache.org> on 2023/07/04 11:42:17 UTC, 0 replies.
- Re: [PR] Fix typo of load balancer (brpc) - posted by "serverglen (via GitHub)" <gi...@apache.org> on 2023/07/05 04:59:01 UTC, 1 replies.
- Re: [PR] round robin load_balancer优化:在第一次初始化时offset使用随机数,以适配每次都是在新线程使用的场景 (brpc) - posted by "xiaoma2015 (via GitHub)" <gi...@apache.org> on 2023/07/05 06:56:42 UTC, 3 replies.
- [I] brpc 发送同步post请求死锁 (brpc) - posted by "cgeffect (via GitHub)" <gi...@apache.org> on 2023/07/05 10:17:45 UTC, 0 replies.
- [brpc] branch master updated: Fix typo of WeightedRoundRobinLoadBalancer (#2299) - posted by se...@apache.org on 2023/07/06 02:11:59 UTC, 0 replies.
- [I] Idea for CPU bound task hosted by brpc (brpc) - posted by "zhihuacc (via GitHub)" <gi...@apache.org> on 2023/07/07 06:43:34 UTC, 3 replies.
- [I] 两个server进程分别监听同一个pcie switch下的两个网卡带宽只能跑到1/3 (brpc) - posted by "malanore-z (via GitHub)" <gi...@apache.org> on 2023/07/07 09:30:22 UTC, 0 replies.
- [I] Socket::Revive为什么对socket引用次数+1 (brpc) - posted by "cooper-zhzhang (via GitHub)" <gi...@apache.org> on 2023/07/07 13:51:40 UTC, 2 replies.
- [PR] Support release assert (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/08 13:23:42 UTC, 2 replies.
- Re: [I] Mac M1 编译 1.5.0 失败 (brpc) - posted by "wasphin (via GitHub)" <gi...@apache.org> on 2023/07/09 08:40:08 UTC, 1 replies.
- [I] centos 7.6.1810编译异常报错 (brpc) - posted by "lyykjen (via GitHub)" <gi...@apache.org> on 2023/07/09 14:35:24 UTC, 2 replies.
- [PR] Support rvalue task in execution_queue_execute (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/09 14:48:45 UTC, 2 replies.
- Re: [PR] Thread local without limit by _SC_THREAD_KEYS_MAX (brpc) - posted by "wwbmmm (via GitHub)" <gi...@apache.org> on 2023/07/10 02:14:07 UTC, 0 replies.
- [I] mbvar设定了多label,某些label对应的value是不断增长的,比如label:table,version,如果服务一直运行,最终会达到bvar_max_dump_multi_dimension_metric_number,这时新的bvar就不能写入,这种场景下,是不是改成lru,淘汰旧的比较好。 (brpc) - posted by "TonyBarber (via GitHub)" <gi...@apache.org> on 2023/07/10 03:44:59 UTC, 0 replies.
- Re: [I] [feature request] support rvalue in bthread::execution_queue_execute (brpc) - posted by "serverglen (via GitHub)" <gi...@apache.org> on 2023/07/10 05:04:29 UTC, 0 replies.
- [brpc] branch master updated: Support rvalue task in execution_queue_execute (#2308) - posted by se...@apache.org on 2023/07/10 05:04:31 UTC, 0 replies.
- [brpc] branch master updated: fix ignore SIGPIPE signal concurrent issue with other library (#2301) - posted by se...@apache.org on 2023/07/10 05:05:52 UTC, 0 replies.
- [brpc] branch master updated: rr lb优化:在第一次初始化时offset使用随机数,以适配每次都是在新线程使用的场景 (#2289) - posted by se...@apache.org on 2023/07/10 05:06:09 UTC, 0 replies.
- [I] 请问brpc的http client支持sockts代理吗? (brpc) - posted by "miaozx (via GitHub)" <gi...@apache.org> on 2023/07/10 07:37:04 UTC, 2 replies.
- [I] brpc支持http服务的流式响应 (brpc) - posted by "highkic (via GitHub)" <gi...@apache.org> on 2023/07/10 13:05:48 UTC, 4 replies.
- [PR] Opt README doc for rdma (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/10 14:15:51 UTC, 5 replies.
- Oncall report from Jun 3th to Jun 10th - posted by lhestz <lh...@163.com> on 2023/07/11 05:20:48 UTC, 0 replies.
- [I] 和tensorflow一起使用可能导致的死锁问题 (brpc) - posted by "zgaze (via GitHub)" <gi...@apache.org> on 2023/07/11 07:15:33 UTC, 14 replies.
- [I] double free? (brpc) - posted by "xiedeacc (via GitHub)" <gi...@apache.org> on 2023/07/11 10:51:36 UTC, 4 replies.
- [GitHub] [brpc-website] xuruidong opened a new pull request, #152: docs: fix doc lint - posted by "xuruidong (via GitHub)" <gi...@apache.org> on 2023/07/11 13:58:14 UTC, 0 replies.
- [I] Span::CreateClientSpan是否有线程安全问题 (brpc) - posted by "fausturs (via GitHub)" <gi...@apache.org> on 2023/07/12 11:48:05 UTC, 2 replies.
- [GitHub] [brpc-website] chenBright opened a new pull request, #153: Opt index for rdma - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/12 14:16:40 UTC, 0 replies.
- [I] http2简单的get请求报错absolutely wrong message (brpc) - posted by "muyilangjun1 (via GitHub)" <gi...@apache.org> on 2023/07/13 02:10:34 UTC, 3 replies.
- [GitHub] [brpc-website] wasphin merged pull request #152: docs: fix doc lint - posted by "wasphin (via GitHub)" <gi...@apache.org> on 2023/07/13 02:10:54 UTC, 0 replies.
- [GitHub] [brpc-website] serverglen merged pull request #153: Opt index for rdma - posted by "serverglen (via GitHub)" <gi...@apache.org> on 2023/07/13 02:32:23 UTC, 0 replies.
- [brpc] branch master updated: Opt README doc for rdma (#2312) - posted by se...@apache.org on 2023/07/13 02:32:35 UTC, 0 replies.
- [I] CountdownEvent多bthread问题 (brpc) - posted by "qqwangxiaow (via GitHub)" <gi...@apache.org> on 2023/07/13 08:10:31 UTC, 0 replies.
- Re: [I] CountdownEvent多bthread core dump问题 (brpc) - posted by "qqwangxiaow (via GitHub)" <gi...@apache.org> on 2023/07/13 12:02:49 UTC, 1 replies.
- [brpc] branch master updated: Support fixed and jittered retry backoff policy (#2273) - posted by se...@apache.org on 2023/07/14 11:59:38 UTC, 0 replies.
- [brpc] branch master updated: Support release assert (#2306) - posted by se...@apache.org on 2023/07/14 11:59:54 UTC, 0 replies.
- Re: [PR] fix flatmap element space should align with usertype (brpc) - posted by "serverglen (via GitHub)" <gi...@apache.org> on 2023/07/14 12:00:08 UTC, 0 replies.
- [brpc] branch master updated: fix flatmap element space should align with usertype (#2288) - posted by se...@apache.org on 2023/07/14 12:00:10 UTC, 0 replies.
- Re: [PR] Server support ALPN with OpenSSL (brpc) - posted by "leaf-potato (via GitHub)" <gi...@apache.org> on 2023/07/16 07:03:09 UTC, 2 replies.
- [I] aarch64架构下运行unittest报错 (brpc) - posted by "leaf-potato (via GitHub)" <gi...@apache.org> on 2023/07/16 08:59:57 UTC, 5 replies.
- [brpc] branch release-1.6 created (now 81441a68) - posted by gu...@apache.org on 2023/07/17 01:57:31 UTC, 0 replies.
- [brpc] 01/01: Update version to 1.6.0 - posted by gu...@apache.org on 2023/07/17 01:57:32 UTC, 1 replies.
- Oncall report from Jul 10th to Jul 16th - posted by Shuai Liu <se...@apache.org> on 2023/07/17 02:40:52 UTC, 0 replies.
- [brpc] branch release-1.6 updated (81441a68 -> d2b73ec9) - posted by gu...@apache.org on 2023/07/17 11:32:03 UTC, 0 replies.
- Re: [I] 为什么代码方式关闭不了bvar sampling线程? (brpc) - posted by "leaf-potato (via GitHub)" <gi...@apache.org> on 2023/07/17 12:24:30 UTC, 0 replies.
- [brpc] annotated tag 1.6.0 updated (d2b73ec9 -> b5214388) - posted by gu...@apache.org on 2023/07/18 01:56:43 UTC, 0 replies.
- [PR] Fix duplicate content type (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/18 14:03:43 UTC, 3 replies.
- Re: [PR] Add Mysql Protocol (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/19 09:03:21 UTC, 0 replies.
- [PR] Replace invisible U+00a0 characters with spaces in doc (brpc) - posted by "leaf-potato (via GitHub)" <gi...@apache.org> on 2023/07/19 15:14:23 UTC, 2 replies.
- [I] 现在为什么不支持rdma多网卡 (brpc) - posted by "Jiaao-Bai (via GitHub)" <gi...@apache.org> on 2023/07/20 03:29:42 UTC, 4 replies.
- Re: [I] brpc死锁 (brpc) - posted by "dandyhuang (via GitHub)" <gi...@apache.org> on 2023/07/20 08:49:53 UTC, 4 replies.
- [PR] make bvar_max_dump_multi_dimension_metric_number modifiable (brpc) - posted by "lhsoft (via GitHub)" <gi...@apache.org> on 2023/07/20 11:18:29 UTC, 9 replies.
- [PR] execute_queue doc: support rvalue task (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/22 16:31:08 UTC, 0 replies.
- Re: [I] brpc redis客户端不支持空字符串 (brpc) - posted by "Huixxi (via GitHub)" <gi...@apache.org> on 2023/07/23 14:49:10 UTC, 0 replies.
- [PR] Fix unit test running error under arch64 (brpc) - posted by "leaf-potato (via GitHub)" <gi...@apache.org> on 2023/07/23 14:53:33 UTC, 3 replies.
- [PR] remove unnecessary libthriftnb (brpc) - posted by "day253 (via GitHub)" <gi...@apache.org> on 2023/07/23 16:14:21 UTC, 3 replies.
- [PR] fix `huge` rdma_recv_block_type unavailable issue. (brpc) - posted by "legionxiong (via GitHub)" <gi...@apache.org> on 2023/07/24 01:53:56 UTC, 2 replies.
- [VOTE] Release Apache bRPC 1.6.0 - posted by Guangming Chen <gu...@apache.org> on 2023/07/24 04:00:37 UTC, 5 replies.
- Re: [I] RDMA failure (brpc) - posted by "372046933 (via GitHub)" <gi...@apache.org> on 2023/07/24 06:56:47 UTC, 27 replies.
- Re: [PR] ExecuteQueue doc: support rvalue task (brpc) - posted by "serverglen (via GitHub)" <gi...@apache.org> on 2023/07/24 09:14:33 UTC, 1 replies.
- [brpc] branch master updated: Replace invisible U+00a0 characters with spaces in doc (#2320) - posted by se...@apache.org on 2023/07/24 09:14:51 UTC, 0 replies.
- Re: [I] _keytable_pool and _session_local_data_pool may cause memory leak. (brpc) - posted by "lhsoft (via GitHub)" <gi...@apache.org> on 2023/07/24 09:47:51 UTC, 3 replies.
- [brpc] branch master updated: ExecuteQueue doc: support rvalue task (#2323) - posted by gu...@apache.org on 2023/07/24 12:57:09 UTC, 0 replies.
- Re: [PR] Controller增加回调函数,用以支持在响应client之后,request/response析构之前执行一些自定义逻辑 (brpc) - posted by "yockie (via GitHub)" <gi...@apache.org> on 2023/07/24 15:14:20 UTC, 0 replies.
- [I] stream模式下,stream在没有处理rpc response的时候先关闭,导致cntl报错 (brpc) - posted by "pavel2003 (via GitHub)" <gi...@apache.org> on 2023/07/25 03:36:14 UTC, 0 replies.
- [brpc] branch master updated: Fix unit test running error under arch64 - posted by hu...@apache.org on 2023/07/25 06:19:40 UTC, 0 replies.
- [PR] response返回之后,request/response析构之前执行一些自定义逻辑 (brpc) - posted by "yockie (via GitHub)" <gi...@apache.org> on 2023/07/25 13:41:53 UTC, 0 replies.
- [PR] selective_channle支持返回response_attachment (brpc) - posted by "yockie (via GitHub)" <gi...@apache.org> on 2023/07/25 14:27:13 UTC, 3 replies.
- [brpc] branch master updated: make bvar_max_dump_multi_dimension_metric_number modifiable (#2322) - posted by ww...@apache.org on 2023/07/26 02:34:01 UTC, 0 replies.
- Re: [PR] send response之后,request/response对象析构之前执行一些自定义逻辑 (brpc) - posted by "wwbmmm (via GitHub)" <gi...@apache.org> on 2023/07/26 02:45:05 UTC, 4 replies.
- [GitHub] [brpc-website] Thunderbrook opened a new pull request, #154: add IOBuf - posted by "Thunderbrook (via GitHub)" <gi...@apache.org> on 2023/07/26 09:09:06 UTC, 0 replies.
- Re: [I] rpc半同步模式访问, 自定义retry policy, 偶发FATAL日志, A previous non-backed-up call responded (brpc) - posted by "sunhs (via GitHub)" <gi...@apache.org> on 2023/07/26 09:42:05 UTC, 0 replies.
- [brpc] branch master updated: remove unnecessary libthriftnb - posted by ja...@apache.org on 2023/07/27 04:42:01 UTC, 0 replies.
- [I] brpc 访问redis clsuter的slave节点问题 (brpc) - posted by "qqwangxiaow (via GitHub)" <gi...@apache.org> on 2023/07/27 08:24:14 UTC, 1 replies.
- [I] comile warning as error, -Waddress (brpc) - posted by "zhyq0520 (via GitHub)" <gi...@apache.org> on 2023/07/27 10:18:52 UTC, 3 replies.
- [I] brpc应该移除redis支持 (brpc) - posted by "xiedeacc (via GitHub)" <gi...@apache.org> on 2023/07/29 08:42:30 UTC, 1 replies.
- [PR] Support pthread mode for ExecutionQueue (brpc) - posted by "chenBright (via GitHub)" <gi...@apache.org> on 2023/07/29 10:20:22 UTC, 2 replies.
- [I] h2协议访问server,无法解析gzip数据 (brpc) - posted by "leaf-potato (via GitHub)" <gi...@apache.org> on 2023/07/30 09:49:05 UTC, 2 replies.
- [PR] fix normal h2 with gzip data (brpc) - posted by "leaf-potato (via GitHub)" <gi...@apache.org> on 2023/07/30 12:29:42 UTC, 1 replies.
- [GitHub] [brpc-website] Huixxi merged pull request #154: add IOBuf - posted by "Huixxi (via GitHub)" <gi...@apache.org> on 2023/07/30 14:44:58 UTC, 0 replies.
- Oncall report from Jul 17th to Jul 30th - posted by Xiguo Hu <hu...@apache.org> on 2023/07/30 14:47:16 UTC, 0 replies.
- [I] h2协议无法获取压缩方式 (brpc) - posted by "leaf-potato (via GitHub)" <gi...@apache.org> on 2023/07/31 10:05:38 UTC, 0 replies.