This bug affects 3.2.7 and master. It leads to a primary and secondary having different collection validation rules:
----
Collection info for primary
----
[
{
"name" : "collmod",
"options" : {
"validator" : {
"a" : {
"$eq" : "z"
}
},
"validationLevel" : "off",
"validationAction" : "error"
}
}
]
----
Collection info for secondary
----
[
{
"name" : "collmod",
"options" : {
"validator" : {
"a" : {
"$eq" : "z"
}
},
"validationLevel" : "strict",
"validationAction" : "error"
}
}
]
- related to
-
SERVER-25196 collMod should support writeConcern
-
- Closed
-