-
I build brpc(https://github.com/apache/brpc) and meet the following when It link protobuf:
```
/root/cpp_proj/brpc-compile/protobuf/src/google/protobuf/generated_message_tctable_lite.cc:1419: unde…
-
**Describe the bug (描述bug)**
编译报错,protoc版本不合适
按照文档,make后出现,可能是protoc版本的问题,但是文档中没有指明合适的版本,我的protoc版本应该是5.28.3,自己在另一台ubuntu22上也是出现同样的问题,另一台Ubuntu的protoc版本为3.20.3,我在两台电脑都出现了同样的问题,那感觉其他人在首次编译brpc大概率也会出现…
FHBOL updated
2 hours ago
-
Hi all,
This is Qianxin CodeSafe Team, we found a suspicious issue, at
https://github.com/apache/brpc/blob/5cdf22f158722b3b11c7eabb7632690d719ccc4b/src/bthread/task_group.cpp#L230
which is allocati…
-
内部推广不多哇,都没看到相关文档。
可以看成是brpc(bthread)folly(graph)abseil(container) 三个的组合吗
-
Hi all,
This is Qianxin CodeSafe Team, we found a suspicious issue, at
https://github.com/apache/brpc/blob/5cdf22f158722b3b11c7eabb7632690d719ccc4b/tools/parallel_http/parallel_http.cpp#L210
which …
-
版本:v1.1.2
架构:arm64
现象:
在 3 个节点组成的 group 里,在运行一段时间(1天或者2天)后,其中一个 follower 的 index 落后 leader 且不再更新
初步调查结果:
1. 出现问题后,leader 只会发送 heartbeat 给对应的 follower,而不再发送带有日志的 AppendEntries rpc
2. 通过添加日志发现…
-
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
brpc 中的很多超时和唤醒逻辑都使用了墙上时钟,在系统时钟跳变时会产生很多问题。
比如以下代码:
请求超时时间:https://github.com/apache/brpc/blob/master/src/brpc/channel.cpp#L552
…
-
RT。
-
问题描述:遇到了和 #23 描述的情况,当客户端发起顺序/并发写请求时报错
问题复现:
```
启动3节点raft-server:
1. git clone https://github.com/wenweihu86/raft-java
2. cd raft-java/raft-java-example && sh deploy.sh
```
使用如下代码测试写功能会报错:
```…
-
com.baidu.brpc.exceptions.RpcException: com.baidu.brpc.exceptions.RpcException: channel pool make new object failed, active=0,idle=0,server=127.0.0.1:8055, ex=connection timed out: /127.0.0.1:8055
Xugcs updated
4 months ago