-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
ALL
-
200
Our logic atop ASIO handles interruptions during reads/writes from TLS sockets (e.g. see here), however, it bubbles up interruptions during TLS handshake. This would result in closing both ingress and egress sessions, while we should be able to retry the system call and complete the handshake, thus saving the underlying socket. This was surfaced by SERVER-96106 and as part of injecting interruption signals into database threads.
- related to
-
SERVER-96106 Add EINTR/SIGUSR2 tests to config fuzzer
- Closed