summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-75137 Remove unimplemented tasserts from serialization functions with ...Davis Haupt2023-03-232-8/+0
* SERVER-75196 Wait with Cancellation in MovePrimaryDonorBrett Nawrocki2023-03-231-1/+4
* SERVER-75166 Update TODOs referencing SERVER-66261Amirsaman Memaripour2023-03-234-4/+4
* SERVER-73960 Make config server always insert the shard identity document whe...Randolph Tan2023-03-231-0/+1
* SERVER-75086 Increase throttling time for auto-merger to 15 secs and auto-mer...Pierlauro Sciarelli2023-03-235-37/+77
* SERVER-74566 Use ShardLocal in more places that may have relied on itJack Mulrow2023-03-2316-82/+228
* SERVER-73929 Improve the resilient movePrimary's error handlingAntonio Fuschetto2023-03-232-32/+132
* SERVER-73756 Use ScopedAcquisition in the drop indexes commandKaloian Manassiev2023-03-231-1/+0
* SERVER-72895 Implement shardKey index check in checkConsistencyMetadata commandtoto2023-03-232-17/+78
* SERVER-68670 Collecting balancing stats must not impact scalabilitySilvia Surroca2023-03-238-50/+454
* SERVER-75035 Create cluster parameter for detecting second shard in clusterAllison Easton2023-03-232-0/+58
* SERVER-75128 checkMetadataConsistency looses collection catalog snapshotTommaso Tocci2023-03-231-17/+11
* SERVER-72996 Ignore NamespaceExists status when QE compact creates the ECOC c...Erwin Pe2023-03-221-5/+14
* SERVER-74828 Ensure parseResourcePattern creates NamespaceString with tenantIdjannaerin2023-03-221-1/+1
* SERVER-66996 Log warnings when ReplicaSetAwareServices and PrimaryOnlyService...Kaitlin Mahar2023-03-229-0/+28
* Revert "SERVER-68670 Collecting balancing stats must not impact scalability"Silvia Surroca2023-03-228-368/+43
* SERVER-74693 Introduce a section on chunk migration to the new Arch GuideAllison Easton2023-03-222-0/+77
* SERVER-73960 Support for catalog shard configuration for catalog cache loaderRandolph Tan2023-03-224-6/+197
* SERVER-73066 Implement kBlockingWrites Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-213-25/+178
* SERVER-75029 Move the helper for validating collection options against the pr...Cheahuychou Mao2023-03-213-8/+79
* SERVER-75027 Refactor helpers in analyze_shard_key_util_role.cppCheahuychou Mao2023-03-212-2/+2
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-218-98/+115
* SERVER-71915: In catalog shard mode, there is a race between Query Analysis S...wenqinYe2023-03-211-3/+1
* SERVER-65322 Get rid of legacy `moveChunk` path once NOMAS milestone 1 is com...Pierlauro Sciarelli2023-03-2117-1311/+40
* SERVER-74200 Implement the 2-phase oplog notification in CreateCollectionCoo...Enrico2023-03-212-8/+25
* SERVER-73383 Defragmentation may start over right after finishingSilvia Surroca2023-03-215-105/+191
* SERVER-68670 Collecting balancing stats must not impact scalabilitySilvia Surroca2023-03-218-43/+368
* SERVER-75030 Disallow configureQueryAnalyzer command on multi-tenant replica setCheahuychou Mao2023-03-212-2/+10
* SERVER-73065 Implement kWaitingToBlockWrites Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-204-5/+119
* Revert "SERVER-68633 Add a check to ensure that new config server collections...Shin Yee Tan2023-03-202-110/+1
* SERVER-74774 Make analyzeShardKey command handle the case where the fast data...Cheahuychou Mao2023-03-201-26/+66
* SERVER-68633 Add a check to ensure that new config server collections are add...Shin Yee Tan2023-03-202-1/+110
* SERVER-74746 Get rid of the PeriodicBalancerConfigRefresherPierlauro Sciarelli2023-03-204-211/+0
* SERVER-74720 The default 'shardingStatistics' serverStatus section takes locksPol Pinol Castuera2023-03-201-1/+1
* SERVER-74740 Introduce a section on the balancer to the new Arch GuideAllison Easton2023-03-202-0/+96
* SERVER-74691 Introduce a section on versioning protocols to the new Arch GuideAllison Easton2023-03-202-0/+86
* SERVER-74872 Auto-merger must keep on issuing requests as long as there are m...Pierlauro Sciarelli2023-03-172-16/+112
* SERVER-74842 collStats must never return a negative number of orphansSilvia Surroca2023-03-171-1/+3
* SERVER-74978 Use insert statement to persist placement info on chunk migratio...Paolo Polato2023-03-171-24/+8
* SERVER-74744 Update the new Sharding Arch Guide acronyms and TOCKaloian Manassiev2023-03-177-57/+90
* SERVER-73063 Implement kCloning Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-173-98/+440
* SERVER-71013 Enable auto-merger feature flagPierlauro Sciarelli2023-03-161-2/+0
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-168-28/+24
* SERVER-74449 Abort ongoin migrations on single phase buildsMarcos José Grillo Ramirez2023-03-162-1/+9
* SERVER-74776 Use several `ExecutorFuture` rather than future chain in `mergeA...Pierlauro Sciarelli2023-03-161-23/+18
* SERVER-74721 Enable CheckMetadataConsistency hook on kill primary and stepdow...Tommaso Tocci2023-03-161-1/+1
* SERVER-73062 Implement kInitializing Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-1616-100/+559
* SERVER-74667 Use lock-free read approch for checkMetadataConsistency commandTommaso Tocci2023-03-161-16/+27
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-152-2/+2
* SERVER-66652 Remove NoMoreAutoSplitter feature flagPierlauro Sciarelli2023-03-1513-1166/+7