-
### Observed behavior
```
[root@dhcp35-30 ~]# glustercli volume list
+--------------------------------------+------+-----------------------+---------+-----------+--------+
| …
-
Hi !
I have a simple NodeJS web-server http://localhost:5000 which receive a "GET / " and "POST / " requests.
NGINX with Quiche connected to him by "proxy_pass" :
```
location / {
proxy_pass…
-
The [cluster example](https://github.com/travisjeffery/jocko/tree/master/examples/cluster#start-the-nodes) uses command line flags which are no longer valid:
* Error: unknown flag: `--debug`
* Err…
-
I am trying to achieve “It allows latency-sensitive programs to run in a hot-loop pinned to a thread on an isolated core in order to achieve low latency and jitter.”.
Usually I do this by calling …
-
## Output of `haproxy -vv` and `uname -a`
```
haproxy -vv
HA-Proxy version 2.0.1-1~bpo9+1 2019/06/27 - https://haproxy.org/
Build options :
TARGET = linux-glibc
CPU = generic
CC …
-
1. What did you do? If possible, provide a simple script for reproducing the error.
发生问题的场景是:在微信小程序手机端使用mqtt.js连接swoole websocket服务器,发送连接报文时卡住,卡在MQTT那个位置,等到前端关闭连接,才会一起收到数据。通过Nginx代理swoole可以正常接收。已排除…
-
### Detailed Description of the Problem
We are trying to deploy HAProxy into our environment. We have a script that does some 600k api calls during approximately 24 hours. During that time, when hapr…
-
I've recently incorporated Pistache into my code. However, I notice that on destruction of the HTTP endpoint, I get a warning of a detected race condition from the google thread sanitizer, e.g.:
WA…
-
Hello. We're experiencing problem while trying to upgrade from obsolete Minio version (2020-08-27) to newest one (2024-08-26).
Getting following logs running new version on same storage data (ext4): …
-
# Issue description
When I run the libzmq test suite, many tests (such as test_reqrep_tcp.exe) abort with an assertion in epoll.cpp. I eventually tracked this down to a bind() call in ip.cpp failing …