summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49086 follow-up: exclude system unsharded collections from MovePrimary...Misha Tyulenev2020-07-101-0/+4
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-092-3/+3
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-092-7/+8
* SERVER-48740 Modify ChunkMap to use std::vector internallyAlex Taskov2020-07-081-2/+3
* SERVER-49316 Unbreak dynamic buildSpencer T Brody2020-07-081-0/+4
* SERVER-49316 Move wait_for_majority_service to its own librarySpencer T Brody2020-07-0711-580/+8
* SERVER-49086 fail with MovePrimaryInProgress for insert update and delete com...Misha Tyulenev2020-07-061-3/+32
* SERVER-49295 Add upsert parameter to PersistentTaskStore updatePierlauro Sciarelli2020-07-031-3/+12
* SERVER-49295 Add upsert parameter to PersistentTaskStore updatePierlauro Sciarelli2020-07-022-2/+45
* SERVER-48468 Update sharding architecture guide for quiesce modeTess Avitabile2020-07-011-0/+1
* SERVER-49151 Fix malformed LOGV2 and assertion IDsAmirsaman Memaripour2020-07-012-9/+9
* SERVER-48679 flushRoutingTableCacheUpdates should block on critical section w...Luis Osta2020-07-012-1/+4
* SERVER-47406 Implement the persistence and tracking of topologyTimeKevin Pulo2020-07-016-36/+350
* SERVER-49087 add support for testing MovePrimaryInProgressMisha Tyulenev2020-06-301-0/+14
* SERVER-48988 Added test to check that multiple SSV on the same collection do ...Marcos José Grillo Ramírez2020-06-301-0/+6
* SERVER-34061 Stop preemptively loading sharded collections when loading a dat...Tommaso Tocci2020-06-301-6/+1
* SERVER-47521 Remove getCollectionDescription_DEPRECATED functionPierlauro Sciarelli2020-06-305-21/+0
* SERVER-48531: 3 way deadlock can happen between chunk splitter, prepared tran...Kshitij Gupta2020-06-301-0/+2
* SERVER-47532 ShardServerProcessInterface: Convert usage of getCollectionDescr...Haley Connelly2020-06-294-48/+31
* SERVER-47251 Add the "The historical routing table" section to the sharding a...Cheahuychou Mao2020-06-291-9/+33
* SERVER-48566 Shard loader in primary nodes blindly read the version of config...Randolph Tan2020-06-291-7/+14
* SERVER-43633 TODOs prohibit user writes to system.viewsPierlauro Sciarelli2020-06-272-0/+3
* SERVER-49009 SetShardVersion must not call forceShardFilteringMetadataRefreshPierlauro Sciarelli2020-06-271-4/+9
* SERVER-48174 Add log component and LOGV2 messages in server to measure latenc...Allison Easton2020-06-252-0/+40
* SERVER-48927 Provide term to ReplicaSetAwareService onStepUp methodsSpencer T Brody2020-06-242-4/+4
* SERVER-48924 Move ReplicaSetAwareService into repl directory and namespaceSpencer T Brody2020-06-242-2/+2
* SERVER-47967 Create a link from the logical session cache section to the defi...Esha Maharishi2020-06-241-15/+21
* SERVER-47244 Add the Auto-splitting section to the sharding arch guideHaley Connelly2020-06-241-0/+82
* SERVER-48326 Complete TODO listed in SERVER-47701Pierlauro Sciarelli2020-06-232-19/+18
* SERVER-48211: Fix incorrect usage of ChunkRangeKshitij Gupta2020-06-231-2/+2
* SERVER-48994 LogTransactionOperationsForShardingHandler must use Uninterrupti...Pierlauro Sciarelli2020-06-231-3/+3
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-2133-126/+1325
* SERVER-48883 Range deletion recovery can invalidate migration recovery on ste...Pierlauro Sciarelli2020-06-191-54/+24
* SERVER-47411 SetShardVersion returns no error message if metadata refresh failsAllison Easton2020-06-181-2/+1
* SERVER-48231 Delete dead code in MigrationDestinationManagerAllison Easton2020-06-181-62/+0
* SERVER-48654 TransactionCoordinatorMetricsTest should install mock tick sourc...Luis Osta2020-06-181-3/+2
* SERVER-47411 SetShardVersion returns no error message if metadata refresh failsAllison Easton2020-06-181-0/+1
* SERVER-47982 Change the shard version update procedure of the migration sourc...Marcos José Grillo Ramírez2020-06-175-108/+97
* SERVER-48902 Fix typos in sharding arch guideEsha Maharishi2020-06-161-3/+3
* SERVER-48424 Add the "Sharding component initialization and shutdown" section...Alex Taskov2020-06-161-2/+48
* SERVER-47982 Remove refreshFilteringMetadataUntilSuccess from migration recoveryMarcos José Grillo Ramírez2020-06-163-17/+89
* SERVER-48783 Critical section should not be entered when performing a shard v...Pierlauro Sciarelli2020-06-161-5/+4
* SERVER-48775 Run dos2unix on two sharding test files with CRLF line endingsKaloian Manassiev2020-06-152-2090/+2090
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-1529-42/+682
* SERVER-48783 Critical section should not be entered when performing a shard v...Pierlauro Sciarelli2020-06-153-12/+8
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-156-71/+55
* SERVER-48394 Operations on views should not reach onShardVersionMismatchPierlauro Sciarelli2020-06-112-9/+13
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-114-8/+6
* SERVER-48683 VectorClockConfigServerTest should use DistLockManagerMockKevin Pulo2020-06-112-0/+11
* SERVER-46726 Using testing proctor to control diagnosticsAmirsaman Memaripour2020-06-103-2/+1