Files
tromcho.net/src/client
Vitaliy Filippov 44c895dc30 Fix clients possibly not destroyed after being switched to RDMA
It could in theory lead to hung operations on RDMA client disconnections.

Workflow (probable):
* OSD switches an outbound connection to PEER_RDMA and removes the FD from epoll
* But a receive request in io_uring is still active
* Receive response is never handled, refs remains > 0
* The connection is dropped, but osd_client_t is not destroyed because refs > 0
* Outbound ops are not canceled, suboperations hang, primary operations hang too
2026-03-17 01:04:17 +03:00
..
2025-08-24 16:55:58 +03:00
2024-05-15 11:06:01 +03:00
2026-02-17 02:35:46 +03:00
2026-02-17 02:35:46 +03:00
2026-03-02 01:46:17 +03:00
2026-03-02 01:46:17 +03:00
2024-05-15 11:06:01 +03:00
2025-11-04 15:39:10 +03:00
2026-03-07 13:54:44 +03:00