-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
v4.4
-
STM 2020-06-29
-
50
-
3
The "shutdown_mongod" action runs the {shutdown: 1, force: true} command and then (on Linux) waits for psutil to say no processes with the name "mongod" exist. The wait_for_mongod_shutdown() function then sleeps an arbitrary extra 5 seconds in order to wait for any pending I/O to finish. It possible for 5 seconds to not be long enough where a file will disappear when running rsync or the mongod process will fail to start.
- is related to
-
WT-6412 Fix extended stalls being seen during MongoDB performance testing
- Closed
-
SERVER-35506 The Powercycle wait_for_mongod_shutdown function should ensure the mongod process is no longer running
- Closed