-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Sharding EMEA 2023-01-23
In all stepdowns suites logs are polluted with the following error message:
assert.soonNoExcept caught exception, exception: Error: couldn't open file /data/db/job0/resmoke/idle_ack
Usually around 10 times.
This is caused by this logic in the resmoke runner that waits for the stepdown thread to be ready. This is achieved by attempting to repeatedly open the idle_ack file, that will fail until the stepdown thread will be ready and will create it.
I believe all these error messages in the logs could be confusing and they do not really have much value since this error is expected.
- is caused by
-
SERVER-41096 ContinuousStepdown thread and resmoke runner do not synchronize properly on the "stepdown permitted file" and "stepping down file"
- Closed
- is related to
-
SERVER-48438 Include file name in open file assertion messages
- Closed