@GossiTheDog it would be great to add note that you don’t have to upgrade right now.
Disabling zlib for network compression in enough to mitigate
Either:
a) Restart mongod/mongos with option --networkMessageCompressors=snappy,zstd
(omit zstd on 3.6 and 4.0)
b) Disable in mongod.conf and restart
net:compression:
# (omit `zstd` on 3.6 and 4.0)
compressors: snappy,zstd
And then plan upgrade after holidays