-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:Ubuntu 20.04 8核16G
- 版本号/Version:Paddle:2.4.2 PaddleOCR:release/2.6
- 运行指令/Com…
-
查阅了大量资料无果,只能求助社区,请问这种场景是否支持:
通过curl发送一个二进制流(
-
在demo里,std::thread使用hdfsBuilderConnect、hdfsExists正常。
在brpc服务中,直接在init里初始化fs=hdfsBuilderConnect,调用fs->hdfsExists,服务正常。
在brpc服务中,init里初始化fs=hdfsBuilderConnect,发起请求,调用fs->hdfsExists,服务core掉。
怀疑是bthr…
-
**Describe the bug (描述bug)**
![图片](https://user-images.githubusercontent.com/11407488/115195205-0c763c00-a121-11eb-9ab2-05b91db5fb1e.png)
**To Reproduce (复现方法)**
**Expected behavior (期望行为)*…
-
在ParallelChannel里,发送HTTP请求的时候,抓包发现uri并没有发送过去。
初步看好像是ApplyClientSettings(settings)这个函数里没设置URI,所以在发送sub channel的时候,在ParallelChannel里设置的很多header信息丢失了。
代码如下:
brpc::Controller cntl;
cntl.http_reque…
-
spu版本: 0.3.2b12
运行脚本 example/python/psi/unbalanced_psi.py
环境:centOS7.9
目前出现2个问题
1. broadcast_result 设置为True时,receiver_rank一方有正常的交集,另一方显示交集为0
2. 某些情况下出现如下bug:
![image](https://user-images…
-
使用cmake动态依赖brpc,编译显示正常,但是运行的时候报错:
![image](https://user-images.githubusercontent.com/29573385/79290344-718bc600-7efe-11ea-9948-909a47874238.png)
nm查看libbrpc.so是有这个符号的
![image](https://user-images…
-
### Steps to reproduce the behavior (Required)
1. start a `minikube` cluster
2. deploy with `demo.yaml` provided in this issue report. It creates deployments and services and adds the be to th…
-
### Issue Type
Bug
### Modules Involved
SPU runtime
### Have you reproduced the bug with SPU HEAD?
Yes
### Installation Kind
source
### SPU Version
latest
### OS Platform and Distribution
_…
-
**Describe the bug (描述bug)**
brpc服务端函数内部使用已经被释放的内存时,asan 无法显示内存释放的完整堆栈
**To Reproduce (复现方法)**
brpc 服务端函数如下
```
void HandlerServiceImpl::IndexReadMap(google::protobuf::RpcController* cntl_base,…