-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
-
ALL
-
v8.0
-
Programmability 2024-06-10, Programmability 2024-06-24
-
200
The reactor member of NetworkInterfaceTL is the executor of last resort for a bunch of GuaranteedExecutor work that's scheduled by NetworkInterface TL. Once you shut down the reactor, it starts failing work as it schedules it. Failing a GuaranteedExecutor causes the server to abort.
Fixing this requires a more thorough drain in NetworkInterfaceTL::shutdown().
Work item for BF-33527.
- is related to
-
SERVER-92134 Refactor NetworkInterfaceTL shutdown logic
- Closed
- related to
-
SERVER-91729 Put the CommandState drain in NetworkInterfaceTL::shutdown() slightly later
- Closed
-
SERVER-91943 Block and drain connection sends in NetworkInterfaceTL::shutdown()
- Closed