-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Sharding 2020-09-07
-
14
The _vectorClockPersist command should be blacklisted from fuzzers in order to avoid failures: it's wrong to invoke it arbitrarily and with random parameters.
Repurpose: if called in non-sharded nodes, the command currently leads to a crash because the Grid executor pool is not initialized. It should be checked the cluster role before invoking the persisting procedure.