summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-10-081-1/+22
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-286-6/+6
* SERVER-30841 Lower the amount of metadata refresh loggingCheahuychou Mao2018-09-071-23/+27
* SERVER-35092 do not wait for majority dummy write when writing config metadat...Misha Tyulenev2018-08-211-7/+0
* SERVER-27725 Use batch insert when migrating chunksCheahuychou Mao2018-08-083-55/+52
* SERVER-36232 Fix an error in the loop which would have caused extra retry and...Kaloian Manassiev2018-07-261-1/+1
* SERVER-36232 Ensure chunk migration commit and the subsequent refresh are cau...Kaloian Manassiev2018-07-251-36/+49
* SERVER-36132 Invariant that chunk migration is actually reflected in the meta...Kaloian Manassiev2018-07-251-0/+17
* SERVER-35658 Check for rollback at end of each session migration batchMatthew Saltz2018-07-244-20/+62
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-231-1/+2
* SERVER-35795 do not allow sessions with FCV 3.4Misha Tyulenev2018-07-191-1/+2
* SERVER-33237 Range deleter query plan once per batch.Kevin Pulo2018-07-113-16/+34
* SERVER-35745 _getNextSessionMods doesn't include oplogReplay flag to query ne...Randolph Tan2018-06-261-3/+8
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-06-201-1/+6
* SERVER-34159: Redact MigrationDestinationManager messagesSpencer Jackson2018-06-184-59/+61
* SERVER-34773 Use kSessionsNamespaceString instead of its constituent StringDa...Kaloian Manassiev2018-06-011-4/+3
* SERVER-35006 do not reset KeysCollectionManagerMisha Tyulenev2018-06-011-1/+1
* SERVER-33639 Protect against distlock acquisition timeout at createDatabase timejannaerin2018-05-231-0/+3
* SERVER-34683 drop config.system.sessions on downgrade to 3.4Misha Tyulenev2018-05-092-3/+3
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-05-011-8/+0
* SERVER-32677 Prevent sessions periodic refresh from prematurely accessing sha...Blake Oler2018-05-011-1/+8
* Revert "SERVER-32677 Fix segmentation fault when converting a replica set to ...Blake Oler2018-05-011-17/+1
* SERVER-34571 Ensure _deleteNotifyExec in MigrationChunkClonerSourceLegacy alw...Matthew Saltz2018-04-231-3/+7
* SERVER-33766 Ensure secondaries always invalidate their in-memory routing tab...jannaerin2018-04-235-36/+15
* SERVER-34586 Avoid possible double mutex acquisition in ShardServerCatalogCac...Kaloian Manassiev2018-04-231-13/+12
* SERVER-34508 Prevent race condition in Migration Destination Manager from swa...Blake Oler2018-04-171-0/+2
* SERVER-32776 ReplicationProcess::getRollbackID() no longer reads from storage...Benety Goh2018-03-281-5/+2
* SERVER-33971 Generate session sentinel oplog entry with wall clock timeJack Mulrow2018-03-212-3/+8
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-204-29/+238
* SERVER-16802 SERVER-28981 Balancer consider shards and collections in random ...Kevin Pulo2018-03-197-11/+73
* SERVER-29807 Make CollectionRangeDeleter wait for w:majority after each rangeKevin Pulo2018-03-191-46/+54
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-03-1610-42/+250
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-153-11/+7
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-153-0/+3
* SERVER-32886 Remove unnecessary sleeps during chunk migrationjannaerin2018-03-084-14/+42
* SERVER-32677 Fix segmentation fault when converting a replica set to a replic...Blake Oler2018-02-281-1/+17
* Revert "SERVER-32677 Fix segmentation fault when converting a replica set to ...r3.6.3-rc1r3.6.3Blake Oler2018-02-161-17/+1
* SERVER-31979 Include chunk migration statistics in moveChunk.commit in changelogjannaerin2018-02-075-8/+18
* SERVER-32677 Fix segmentation fault when converting a replica set to a replic...Blake Oler2018-02-061-1/+17
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-02-052-3/+7
* SERVER-32593 Stepdown after failed moveChunk commit shouldn't crash source sh...Jack Mulrow2018-01-311-0/+20
* SERVER-32592 Ignore stepdown errors in MigrationSourceManager::cleanupOnErrorJack Mulrow2018-01-311-1/+6
* SERVER-32901 Pull the CollectionShardingState map out of ShardingStateKaloian Manassiev2018-01-305-55/+69
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-165-120/+182
* SERVER-32554 Ensure migration cloner is cancelled in cleanupJack Mulrow2018-01-151-4/+4
* SERVER-31911 make UUID constructor privateGeert Bosch2018-01-102-2/+4
* SERVER-31982 check for write concern errors in migration commit responseDianna Hohensee2018-01-021-3/+7
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-2910-30/+21
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-292-5/+5
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-2825-130/+112