summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/shutdown_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63198 Prevent shutdown command from hangingDaniel Morilha2022-04-111-3/+3
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-1/+1
* SERVER-54366 Wait for node to start stepdown before killing shutdown operatio...Ali Mir2021-02-081-0/+6
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-35443 Update help text for shutdown commands and increase freeze timeTess Avitabile2020-05-111-7/+11
* SERVER-46951 Implement quiesce mode on mongodTess Avitabile2020-04-271-0/+9
* SERVER-47190: Shutdown command with force:true should ignore all stepdown errorsLingzhi Deng2020-04-221-8/+32
* SERVER-46954 Make shutdown command on mongos accept timeoutSecsPavi Vetriselvan2020-04-151-16/+2
* SERVER-46948 Increase shutdown timeoutSecs on mongodTess Avitabile2020-04-021-1/+1
* SERVER-43988 shutdown with {force: false} should refuse to shut down the serv...Benety Goh2020-01-201-5/+8
* SERVER-43988 shutdown with {force: false} lists active index buildsBenety Goh2020-01-191-0/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35870 Make ReplicationCoordinator::stepDown report errors via exceptionsSpencer T Brody2018-09-241-4/+7
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+77