diff options
author | Dianna Hohensee <dianna.hohensee@mongodb.com> | 2023-04-18 14:54:50 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-04-18 16:46:48 +0000 |
commit | 54bf6d0378feeb4e2bf2d8a775415370feae62e6 (patch) | |
tree | 965604153bd879b6537891d3bdfdf76289faad92 /src/mongo/db/SConscript | |
parent | 2377f4bcec57245ef02d8ab60261435e9ce0a500 (diff) | |
download | mongo-54bf6d0378feeb4e2bf2d8a775415370feae62e6.tar.gz |
SERVER-70444 Interrupt the FSyncThread directly from the mongod shutdown task
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index 82737ca855e..b5b4ed75aa9 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -2381,6 +2381,7 @@ env.Library( 'catalog/health_log', 'catalog/health_log_interface', 'commands/mongod', + 'commands/mongod_fsync', 'commands/test_commands', 'concurrency/flow_control_ticketholder', 'concurrency/lock_manager', |