summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32027 Fix unit-tests which rely on having a valid wallclock timeKaloian Manassiev2017-11-204-83/+65
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-172-3/+12
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-113-19/+17
* SERVER-31848 Lower the range deleter log verbosityKaloian Manassiev2017-11-091-1/+1
* SERVER-31848 Cleanup CollectionRangeDeleterKaloian Manassiev2017-11-0910-276/+307
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-0810-61/+166
* SERVER-31723 limit mongod sharding exec pool to 1Jason Carey2017-11-071-1/+4
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-072-461/+633
* SERVER-31356 SessionCatalogMigrationSource no longer mutates OplogEntry after...Benety Goh2017-11-071-9/+41
* SERVER-30632 Always check that there are shards when sharding collectionRandolph Tan2017-11-061-3/+4
* SERVER-31667 ChunkSplitter is not active and should not log to the userDianna Hohensee2017-11-031-4/+5
* SERVER-31485 Race between move chunks and dropIndex may lead to IndexNotFound...Esha Maharishi2017-11-031-74/+63
* SERVER-31446 _getNextSessionMods can get stuck in a write conflict retry loopRandolph Tan2017-11-021-4/+9
* SERVER-31566 Handle truncated oplog at session load timeKaloian Manassiev2017-10-301-15/+18
* SERVER-31566 Pull the session transaction fetch logic into a separate functionKaloian Manassiev2017-10-301-7/+7
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-262-46/+71
* SERVER-14601 Use proper error codes for NotMaster errorsSpencer T Brody2017-10-261-1/+1
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-1/+2
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-252-5/+56
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-252-56/+5
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-252-5/+56
* Revert "SERVER-31678 Thread through the operation wall-clock time for oplog e...Judah Schvimer2017-10-252-56/+5
* Revert "SERVER-31281 Use separate wallclock time to track the last use of a t...Judah Schvimer2017-10-251-43/+45
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-1/+1
* SERVER-31281 Use separate wallclock time to track the last use of a transactionKaloian Manassiev2017-10-251-45/+43
* SERVER-31678 Thread through the operation wall-clock time for oplog entriesKaloian Manassiev2017-10-252-5/+56
* SERVER-30880 Handle migration of sessions with incomplete historyRandolph Tan2017-10-257-52/+398
* SERVER-31448 SessionCatalogMigrationDestinationTest with calls to returnOplog...r3.6.0-rc1Randolph Tan2017-10-231-87/+31
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-202-3/+3
* SERVER-31644 Rename the per-shard filtering information cache collections to ...Kaloian Manassiev2017-10-201-1/+1
* SERVER-31428 avoid redundant concurrent generation of new chunkMapsKevin Pulo2017-10-201-15/+42
* SERVER-31521 Make OperationContextGroup have a non-sticky interrupt and updat...Dianna Hohensee2017-10-192-5/+25
* SERVER-19919 Remove the 250000 document limit for migrationRandolph Tan2017-10-191-2/+1
* SERVER-31347 Remove SessionCatalogMigrationDestination::waitUntilReadyToCommi...Randolph Tan2017-10-193-15/+0
* SERVER-31585 Remove unused PeriodicBalancerSettingsRefresherDianna Hohensee2017-10-181-0/+1
* SERVER-31091 Make Balancer::joinCurrentRound obey the OperationContext deadlineKaloian Manassiev2017-10-182-3/+5
* SERVER-31524 make all metadata commands wait for majority writeConcern when r...Esha Maharishi2017-10-176-22/+46
* SERVER-31191 Plumb Collection UUIDs through catalog cacheNathan Myers2017-10-1710-63/+58
* SERVER-31564 remove extra read of config.databases from _configsvrMovePrimaryEsha Maharishi2017-10-161-9/+3
* SERVER-30733 make distlocks hierarchical for metadata commands on databases a...Esha Maharishi2017-10-124-35/+45
* SERVER-31008 Make trying to move the primary shard to the current primary not...Esha Maharishi2017-10-121-3/+25
* Revert "SERVER-30534 Create a _configsvrDropCollection command"Esha Maharishi2017-10-112-145/+0
* SERVER-31494 move distlock acquisition in movePrimary to before reading the d...Esha Maharishi2017-10-101-10/+10
* SERVER-31184 Cleanup usages of global service context objectsKaloian Manassiev2017-10-101-40/+30
* SERVER-31231 prevent addShard and shardCollection from running concurrently w...Esha Maharishi2017-10-092-0/+10
* SERVER-30793 merge setFeatureCompatibilityVersion and _configsvrSetFeatureCom...Esha Maharishi2017-10-092-164/+0
* SERVER-31030 Make sure that _getNextSessionMods will only contain oplog entri...Randolph Tan2017-10-076-57/+164
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-064-9/+4
* SERVER-31030 Use full OpTime instead of just Timestamps to refer to oplog ent...Randolph Tan2017-10-0410-267/+311
* SERVER-31367 Ignore _getNextSessionMods CommandNotFound errorsRandolph Tan2017-10-041-0/+7