summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55766 Introduce an optimized "for restore" startup replication recover...Matthew Russotto2021-05-121-0/+5
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-301-1/+1
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-10-271-0/+4
* Revert "SERVER-43664 Speedup WiredTiger storage engine startup for many table...Gregory Wlodarek2020-10-121-4/+0
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-10-031-0/+4
* SERVER-47859 Add more logging to shutdownTaskTess Avitabile2020-07-211-0/+33
* SERVER-48229 Shutdown PeriodicShardedIndexConsistencyChecker after Replicatio...Cheahuychou Mao2020-06-221-5/+5
* SERVER-47190: Shutdown command with force:true should ignore all stepdown errorsLingzhi Deng2020-05-061-20/+7
* SERVER-45009: Run onStepdown on the TransactionCoordinatorService to prevent ...Lamont Nelson2020-04-291-0/+5
* SERVER-47475 Make PeriodicJob aware of cancelation at global shutdownAmirsaman Memaripour2020-04-221-5/+13
* SERVER-42525 Single-node replica sets shouldn't wait for electable caught up ...Mihai Andrei2020-04-091-11/+15
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2020-04-081-0/+4
* SERVER-45389 Add metrics tracking how often shards have inconsistent indexesCheahuychou Mao2020-03-271-0/+6
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2020-03-031-0/+5
* SERVER-44442 Allow queryableBackupMode to perform replication recoveryGregory Wlodarek2020-02-111-0/+21
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+2
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-07-251-10/+8
* SERVER-40785 Create WaitForMajorityService to allow waiting for write concern...Randolph Tan2019-07-171-0/+5
* SERVER-41560 default the snapshot window size to 0 when running with the WT i...Dianna Hohensee2019-07-091-1/+5
* Revert "SERVER-36956 SnapshotTooOld errors will always increase the snapshot ...Dianna Hohensee2019-07-091-1/+1
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-07-021-2/+11
* SERVER-41751 Stop Flow Control mechanism before PeriodicRunner shutdownMaria van Keulen2019-06-201-6/+6
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-191-0/+2
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-191-0/+2
* SERVER-41345 Do not Flow Control after ticket refresher has shut downMaria van Keulen2019-05-311-0/+7
* SERVER-39671: Added warnings for flags sslAllowInvalidCertificates and sslAll...Roxane2019-05-301-12/+0
* SERVER-40641 Ensure TTL delete in prepare conflict retry loop does not block ...Gregory Wlodarek2019-05-171-1/+1
* SERVER-36956 SnapshotTooOld errors will always increase the snapshot history ...Dianna2019-05-171-1/+1
* SERVER-41023 Move Storage Node Watchdog to communityMark Benvenuto2019-05-131-2/+4
* Revert "SERVER-41023 Move Storage Node Watchdog to community"Mark Benvenuto2019-05-131-4/+2
* SERVER-41023 Move Storage Node Watchdog to communityMark Benvenuto2019-05-131-2/+4
* SERVER-37837 Get rid of TransactionReaper (Part 1)Kaloian Manassiev2019-05-091-3/+11
* SERVER-40823 Enable Flow Control in testingMaria van Keulen2019-05-081-0/+5
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40932 Increase ServiceExecutor shutdown timeoutJonathan Reams2019-05-021-1/+1
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-261-1/+0
* SERVER-40335 Add waitForStepDownOnNonCommandShutdown parameterA. Jesse Jiryu Davis2019-04-151-1/+7
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-1/+0
* SERVER-40336 Use SecureRandom to seed the random number generator in replicat...Siyuan Zhou2019-04-081-1/+2
* SERVER-39679 Get oldest transaction time when snapshottingA. Jesse Jiryu Davis2019-03-211-2/+10
* SERVER-40126 Change openDb to throw exceptionDivjot Arora2019-03-181-19/+6
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+5
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-1/+24
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-1/+1
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-10/+4
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39525 move IndexBuildsCoordinator::shutdown() outside the RSTL lock, b...Dianna Hohensee2019-02-261-5/+4
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39290 Remove startup index recovery redundanciesGregory Wlodarek2019-01-301-3/+0