-
The prefect worker on Guerin sometimes crashes for kind of opaque reasons- I'd love to get more insight into why this happens and figure out how to prevent the error, automatically restart it, or othe…
-
### Report
The backup fail on version 1.15 and mysql 8.0
### More about the problem
```
│ xtrabackup +++ sort -r …
sekot updated
1 month ago
-
```
WSGIConnection tries to set TCP flags despite socket family. So, when using
AF_UNIX it raising "error: [Errno 95] Operation not supported"
http://code.google.com/p/cogen/source/browse/trunk/cog…
-
Write is probably nVersion or nServices or both from main.cpp:4292:
```
vRecv >> pfrom->nVersion >> pfrom->nServices >> nTime >> addrMe;
```
I tried to make these atomic, but it failed to c…
-
Is it possible to use unix socket location instead of TCP IP address? For example: `/var/run/memcached.sock`
And how to use it inside `Client.create()` ?
-
### Your Feature Request
I'd very much like to see `option icmpcheck` in the haproxy base version.
### What are you trying to do?
For metrics purposes I'd like to be able to determine backend statu…
-
This client has hard coded socket connections to socket.AF_UNIX. This prevents the client from making a tcp connection.
Are there plans to support connections over tcp?
Perhaps making this para…
-
View details in Rollbar: [https://app.rollbar.com/a/ualbertalib/fix/item/pushmi_pullyu/126](https://app.rollbar.com/a/ualbertalib/fix/item/pushmi_pullyu/126)
```
Errno::ETIMEDOUT: Connection timed o…
-
Split from #18588. The existing DNS stub resolver uses per-query DNS transport that would cause socket descriptor exhaustion. It might be better to have some mechanism for DNS transport to reduce the…
-
The follow dummy program is used to illustrate the issue. There are two interfaces on my device (Raspberry Pi): tun0 connecting to a VPN server and eth0 connecting to LAN.
I created a packet sender…