Mongo Shell exits with
InvalidOptions: ERROR: Cannot specify different network message compressors in connection URI and as a command-line option
when using 'compressors' URI parameter, unless --networkMessageCompressors is given at the same time with same value.
I was able to reproduce this issue using shell 4.1.9, 4.1.13 and 4.2.0 but not 4.1.7. After quickly going through the commits between r4.1.7 and r4.1.9, I guess this is possibly related to 2c0bebbfe5.
- is caused by
-
SERVER-38503 Omitting --networkMessageCompressors argument is not an error
- Closed