-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Service Arch 2023-08-21
-
59
The current implementation of AsioGRPCTransportLayerManagerTest shuts down the transport layer before shutting down the service entry point, which causes an invalid memory access during cleanup of the asio sessions. We should ensure the sessions are cleaned up before shutting down the transport layer to fix this.
- related to
-
SERVER-61095 Improve transport_layer_asio_test.cpp
- Closed