-
Type: Task
-
Resolution: Unresolved
-
Priority: Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: Testing
Description
On Node 16 (Gallium) Zstd and Snappy are having some effect on client.close(), specifically Socket.end that prevents it from calling the callback. This times out very early on where we close the first client opened for the testConfigBeforeHook
- This first began for snappy here jun 15th, (was working here jun 14th)
- Failure for zstd here jun 15th (was working here jun 14th)
Mysteries
- Why does this only affect node 16?
- Why does it relate to compression being enabled? socket.end is a node API
- Can we verify MongoDB is sending FINACK?
AC
- Unskip running zstd and snappy on gallium
- Debug the reason why socket.end hangs when compression is enabled
- Consider not awaiting the result of end? - Needs investigation