-
### Issue Type
Others
### Source
binary
### Secretflow Version
0.8
### OS Platform and Distribution
Linux
### Python version
3.8
### Bazel version
_No response_
### GCC/Compiler version
_…
-
**Describe the bug (描述bug)**
bvar::Collector::run_dump_thread coredump
**To Reproduce (复现方法)**
**Expected behavior (期望行为)**
**Versions (各种版本)**
OS: CentOS Linux release 8.1.1911 (Core)
…
-
**Describe the bug (描述bug)**
brpc的大神们, 你们好;
最近使用brpc thrift-client 同步调用的功能, 服务A(暂时这么称呼)上线后, 发现:当下游的thrift 服务(暂时称作服务B)只要有一个节点出现重启或者down掉的时候 , 服务A的latency迅速飚高,但仍然可用; 我自己通过观察后和试验后, 认为是task_control 线程组 …
-
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
The issue is somewhat similiar to https://github.com/apache/incubator-brpc/issues/1404 . Because mysql client may block the whol…
-
通过kusciaAPI跑一个psi求交任务的日志如下,想通过日志统计下求交任务的时长,但是日志里面的时间线感觉有些乱,希望大佬们解答
任务开始时间--2023-12-06T20:30:51.412754209
任务结束时间--2023-12-06T20:31:10.204837077
几个疑问如下:
1、这样的日志是哪里的代码打出来的,查了secretflow里面的psi.py没有找到…
-
**stream模式下传输文件,报错W0420 21:01:29.515434 1297 src/brpc/stream.cpp:282] Fail to write to _fake_socket, Invalid argument
F0420 21:01:29.516066 1297 client.cpp:231] Check failed: 0 == brpc::StreamWrite…
-
**Describe the bug (描述bug)**
======= Backtrace: =========
/lib64/libc.so.6(+0x75e5e)[0x7f41f7f4be5e]
/lib64/libc.so.6(+0x78cad)[0x7f41f7f4ecad]
/usr/lib64/libjansson.so.4(json_delete+0x59)[0x7f4…
-
协议采用 "h2:grpc"
client发送的请求体超过1M,即可复现
**Versions (各种版本)**
OS:macos
Compiler:Apple clang version 13.0.0 (clang-1300.0.29.30)
brpc:1.3.0
protobuf:3.19.4
-
## Feature request
Support openEuler 22.03 os
-
如题,这是由brpc来保证,还是说pb来保证?另外,是如何保证的呢,对整个pb字节数组进行crc吗?