Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Security 2021-09-20
Description
For example, if I want to disable mirrored reads, I'd like to execute the following command in mongosh:
db.adminCommand( {
|
setParameter: 1,
|
mirrorReads: { samplingRate: 0 }
|
} )
|
However, this will lead to an error since the sampling rate is not a double.