summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35796 Change invariant in ChunkSplitStateDriver::_getWritesTracker to ...Matthew Saltz2018-06-283-51/+45
* SERVER-35723 Make the collection critical section into an RAII classjannaerin2018-06-284-17/+44
* SERVER-33417 Add logging back into migration destination managerSarah Zhou2018-06-281-1/+7
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-272-122/+85
* SERVER-35745 _getNextSessionMods doesn't include oplogReplay flag to query ne...Randolph Tan2018-06-261-3/+8
* SERVER-35792 Make ChunkSplitStateDriver::prepareSplit atomically swap bytes w...Matthew Saltz2018-06-261-2/+2
* SERVER-35791 Fix InitiateSplitLeavesBytesWrittenUnchanged test in ChunkSplitS...Matthew Saltz2018-06-261-4/+9
* SERVER-35773 Remove references to the CatalogCache from MetadataManagerKaloian Manassiev2018-06-266-66/+60
* SERVER-35734 Integrate new ChunkWritesTracker and ChunkSplitStateDriver with ...Matthew Saltz2018-06-257-28/+423
* SERVER-35676 Handle integer overflow when validating numInitialChunksCheahuychou Mao2018-06-251-1/+2
* SERVER-35760 Add status check in addShardMatthew Saltz2018-06-221-2/+5
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-2213-72/+61
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-226-64/+21
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-211-5/+1
* Revert "SERVER-35612 Implement ChunkWritesTracker with unit tests, make Chunk...Matthew Saltz2018-06-211-1/+5
* SERVER-35612 Implement ChunkWritesTracker with unit tests, make ChunkInfo use itMatthew Saltz2018-06-211-5/+1
* SERVER-35392 Remove FCV logic concerning chunk history and afterClusterTimeBlake Oler2018-06-203-220/+27
* SERVER-35691 Merge the stale_config library together with common_sKaloian Manassiev2018-06-203-3/+1
* SERVER-35711 Remove unused anonymous function getPersistedMaxDbVersion() from...Esha Maharishi2018-06-201-24/+0
* SERVER-34470 Make DatabaseVersion non-optional in CachedDatabaseInfoBlake Oler2018-06-201-4/+3
* SERVER-34470 Make DatabaseVersion non-optional on the config server's Databas...Blake Oler2018-06-203-19/+24
* SERVER-35609 Create initial chunk on primaryShardjannaerin2018-06-201-2/+7
* SERVER-34470 Remove FCV checks related to database versioningBlake Oler2018-06-192-31/+2
* SERVER-35653: This reverts SERVER-31768jannaerin2018-06-182-85/+44
* SERVER-34447 Basic cleanup of trySplittingMatthew Saltz2018-06-181-31/+14
* SERVER-33417 Replace custom majority write catchup with Replication-designed ...Sarah Zhou2018-06-151-21/+2
* SERVER-34285 Remove FCV 3.6 switch logic in movePrimaryBlake Oler2018-06-152-211/+10
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-1/+2
* SERVER-35486 Create _addShard command on shard to drive shard initializationMatthew Saltz2018-06-1315-322/+498
* SERVER-33237 Range deleter query plan once per batch.Kevin Pulo2018-06-133-16/+34
* SERVER-32198 Retry on StaleShardVersion errors during collection dropKaloian Manassiev2018-06-121-33/+48
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-7/+5
* SERVER-34072 config.databases writes with new version field should take the g...Esha Maharishi2018-06-116-107/+143
* SERVER-35497 Remove usages of OldClient(Write)Context from the MigrationDesti...Kaloian Manassiev2018-06-081-49/+61
* SERVER-35497 Use more uasserts in the configsvr commandsKaloian Manassiev2018-06-0812-66/+49
* SERVER-35209 Remove the CollectionMetadata::getDifferentChunk code and its us...Sarah Zhou2018-06-083-53/+0
* SERVER-35209 Remove unused controlChunk parameter in _configsvrCommitChunkMig...Sarah Zhou2018-06-072-18/+3
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-1/+2
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-073-19/+1
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-062-12/+36
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-065-5/+5
* SERVER-34159: Redact MigrationDestinationManager messagesSpencer Jackson2018-06-054-55/+56
* SERVER-33954 Modified getCollectionRoutingInfoWithRefresh to refresh twice if...Matthew Saltz2018-06-055-11/+27
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-306-23/+23
* SERVER-33639 Protect against distlock acquisition timeout at createDatabase timejannaerin2018-05-251-2/+2
* SERVER-34893 Make the config server determine the control chunk on migration ...Randolph Tan2018-05-244-26/+65
* SERVER-32198 Move the sessions collection namespace constant to NamespaceStringKaloian Manassiev2018-05-242-7/+4
* SERVER-34632 Rename `struct dbTask` to DBTaskKaloian Manassiev2018-05-242-40/+40
* SERVER-34632 Use alias for the callback of CatalogCacheLoader::getChunksSinceKaloian Manassiev2018-05-247-72/+47
* SERVER-33934 Protect against distlock acquisition timeout at createCollection...jannaerin2018-05-232-0/+11