summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-295-18/+11
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-1/+0
* SERVER-34145 Add stub methods for persisting DB version on primaryjannaerin2018-03-296-0/+30
* SERVER-34099 Clear config version cache on rollback if neededJudah Schvimer2018-03-284-1/+126
* SERVER-25276 Write config connection string and shard name to minOpTime recov...Jack Mulrow2018-03-281-3/+18
* SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualifiedBilly Donahue2018-03-2714-14/+14
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-277-18/+64
* SERVER-33889 Split dcommands and core into libraries for embedded vs standalo...Henrik Edin2018-03-232-5/+10
* SERVER-33463 Make onCannotImplicitlyCreateCollection noexceptRandolph Tan2018-03-224-10/+188
* SERVER-33332 mongos create command should preserve wtimeout option given by userRandolph Tan2018-03-211-1/+4
* SERVER-33971 Generate session sentinel oplog entry with wall clock timeJack Mulrow2018-03-212-3/+8
* SERVER-33306 SERVER-33307 SERVER-33308 Add prepareTransaction command stub. A...Louis Williams2018-03-212-0/+4
* SERVER-33768 Create a movePrimary critical section on the donor shard (with r...Blake Oler2018-03-202-1/+64
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+1
* SERVER-33206 Create MovePrimarySourceManager and add clone commandBlake Oler2018-03-195-0/+337
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-1/+0
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-164-29/+238
* Revert "SERVER-32885 Overlap chunk clone application on the donor with fetchi...Blake Oler2018-03-164-238/+29
* SERVER-32885 Overlap chunk clone application on the donor with fetching docum...Blake Oler2018-03-164-29/+238
* SERVER-16802 SERVER-28981 Balancer consider shards and collections in random ...Kevin Pulo2018-03-167-17/+77
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-8/+0
* SERVER-33586 Add _cloneCatalogData commandBlake Oler2018-03-152-0/+142
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-2/+1
* SERVER-33586 Move getAllShardedCollectionsForDb to the CatalogClientBlake Oler2018-03-144-37/+4
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-1410-31/+339
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-1410-339/+31
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-1410-31/+339
* SERVER-29908 Move the migration critical section out of MigrationSourceManagerKaloian Manassiev2018-03-1311-115/+244
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-1316-220/+112
* SERVER-33795 remove backwards compatible distlock from sharding catalog commandsEsha Maharishi2018-03-124-32/+6
* SERVER-33098 Make shards check the client's databaseVersion and throw StaleDb...Esha Maharishi2018-03-122-6/+29
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-123-9/+6
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-123-0/+3
* SERVER-32198 Make ShardedConnectionInfo::getVersion return boost::optionalKaloian Manassiev2018-03-095-29/+31
* SERVER-24635 remove fassertStatusOKBenety Goh2018-03-081-3/+2
* SERVER-32886 Remove unneccessary sleeps in chunk migrationjannaerin2018-03-082-2/+2
* SERVER-33454 Remove the 'chunks map' from CollectionMetadataMartin Neupauer2018-03-074-34/+20
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-0714-668/+919
* SERVER-33097 Make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-072-31/+77
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-073-13/+12
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-071-1/+2
* SERVER-33232 _configCreateCollection should properly wait for write concernRandolph Tan2018-03-061-0/+7
* SERVER-33516 Make _configsvrCreateCollection take the db distlock to prevent ...jannaerin2018-03-061-1/+13
* SERVER-33668 Get rid of OperationShardingState::unsetShardVersion()Esha Maharishi2018-03-062-22/+0
* SERVER-29908 Move ChunkSplitter to the `sharding_runtime_d` libraryKaloian Manassiev2018-03-058-77/+66
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-022-6/+6
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-0227-28/+28
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-023-10/+6
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-023-3/+3
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-023-3/+3