-
settings show target.max-string-summary-length
target.max-string-summary-length (int) = 10000
p sql
(const std::string &) "select id,occured_cnt from event_info where event_id = 'xxxxxxxx' and vers…
-
Looking at Wekka's Mecca I see they also use Edge Trigger mode of epoll but do not care to remember short-reads/short-writes. Indeed only streaming protocols stand to slightly benefit from that, such …
-
I think signal handler is here.
```golang
for s := range h.signals {
switch s {
case unix.SIGWINCH:
// Ignore errors resizing, as above.
_ = tty.resiz…
-
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
在云存储场景中,随着 RDMA 的广泛使用,现有开源 brpc 的性能出现了明显的瓶颈:1)采用 completion channel + epoll 接收消息,不仅引入中断开销,还产生更多内核态切换;2)brpc 采用的 bthread 线程模型也具有较高的…
-
### Describe the bug
we are randomly experiencing logread 100% cpu usage:
logread forwards msgs to remote syslog:
```
/sbin/logd -S 64
/sbin/logread -f -h my-hostname -r 192.168.0.1 514 -…
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://githu…
-
```
related information:
boost version = 1.39.0
$ uname -a
Linux breeze.localdomain 2.6.30-std-def-alt15 #1 SMP Mon Dec 14 08:46:35
UTC 2009 x86_64 GNU/Linux
also
https://bugs.launchpad.net/qbittorre…
-
for the query counting distinct 10 billion data.
like below:
`
SELECT *
FROM
(SELECT fdate as a_ds,
count(distinct(userid)) as index_0_7366
FROM
(SELECT t1.fdate as fdate…
-
Using version gRPC 1.52.1
When looking at the transport attributes, from a ServerInterceptor, on a Netty Server, with a KQueue (or Epoll) channel, I see the following:
```
{io.grpc.internal.Grp…
-
### Describe the bug
quarkus-websockets client is unable to connect to the server endpoint when running tests with `quarkus.vertx.prefer-native-transport` set to `true`. `java.io.InterruptedIOExcepti…