-
Type: Task
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
Sharding 2020-04-06
-
9
This is necessary to diagnose the linked BF.
We can signal to the test runner that we want to increase verbosity with the following:
Passing a flag to indicate that we want to increase logging in the workload's setup function, and indicate that we want to reset in the teardown function.
And then we can apply the command to each node via thesehttps://github.com/mongodb/mongo/blob/d436c1ef262ac8caa9d59406448d41e426134533/jstests/concurrency/fsm_libs/cluster.js#L275-L280 executeOnXNode functions.
The tricky part of the ticket is figuring out how to pipe this notion through the various parts of the FSM runner.