summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-3052-242/+213
|
* SERVER-56579 Enable feature flags for PM-2290Jack Mulrow2023-03-303-11/+18
|
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-3041-96/+207
| | | | | | | | This reverts commit 9f2867c9da77e2d64df3852f7d4578f10e6f0817. Revert "SERVER-75352 OplogBatcher's ReplBatcher thread should be unkillable" This reverts commit 26266d5b736f90961a328399dea5d299cd407ab2.
* SERVER-75426 Revert changes to LOG_DEBUG lines in SERVER-74485mathisbessamdb2023-03-301-1/+1
|
* SERVER-75111 Query sampling should store the "let" field for each read queryCheahuychou Mao2023-03-305-73/+172
|
* SERVER-73756 Use ScopedAcquisition in the drop indexes commandKaloian Manassiev2023-03-301-1/+0
|
* SERVER-75082 Make balancer migrations throttling configurableSilvia Surroca2023-03-302-9/+15
|
* SERVER-73976 Optimize databases retrieval in CheckMetdataConsistency commandTommaso Tocci2023-03-301-26/+42
|
* SERVER-75305 Rename "HiddenUnshardedCollection" inconsistency to ↵Pol Pinol Castuera2023-03-301-4/+4
| | | | "MisplacedCollection"
* SERVER-72700 SERVER-74913 Refactor and integrate movePrimary recipient cmdsAbdul Qadeer2023-03-3010-116/+180
|
* SERVER-75434 Stop reporting last shard key index is multikey as inconsistencyTommaso Tocci2023-03-291-19/+0
|
* SERVER-75021 Coverity analysis defect 135525: Dereference null return valueAntonio Fuschetto2023-03-291-2/+3
|
* SERVER-73067 Implement kAborted Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-293-338/+731
|
* SERVER-75261 Added accounting for array element overhead for ↵Mindaugas Malinauskas2023-03-291-3/+3
| | | | "listCollections", "listIndexes", "_shardsvrCheckMetadataConsistencyParticipant" commands
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-2925-33/+43
|
* SERVER-72488 Support admin database in ↵Jack Mulrow2023-03-291-2/+1
| | | | DatabaseShardingState::assertIsPrimaryShardForDb
* SERVER-75317 Skip index check on shard that does not own chunksTommaso Tocci2023-03-291-8/+67
|
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from ↵Pierlauro Sciarelli2023-03-2925-60/+25
| | | | chunk manager and shard collection type
* SERVER-75431 Get rid or fix best effort check for primary db on rename path ↵Pierlauro Sciarelli2023-03-291-3/+0
| | | | in sharded clusters
* SERVER-74880 movePrimary participant waits for critical section to completeAntonio Fuschetto2023-03-291-0/+21
|
* SERVER-74692 Introduce a section on DDL operations to the new Arch GuideAllison Easton2023-03-292-0/+63
|
* SERVER-71962 Support a catalog shard enabled config server in setFCVJack Mulrow2023-03-291-0/+6
|
* SERVER-74647 Retry create resharding state machine on interruptBrett Nawrocki2023-03-291-12/+29
|
* SERVER-73069 SERVER-73070 SERVER-75100 Implement kAborted & kDone states for ↵Abdul Qadeer2023-03-297-155/+1031
| | | | 7.0.0
* SERVER-74079 Implement hidden collections cluster level checkTommaso Tocci2023-03-293-10/+100
|
* SERVER-75385 Clean up code from earlier catalog shard designJack Mulrow2023-03-291-13/+4
|
* SERVER-74679: Disallow renameCollection via mongos on config server when ↵wenqinYe2023-03-281-0/+9
| | | | catalog shard is enabled
* SERVER-75312 Make sure analyzeShardKey command can handle queries with $expr ↵Cheahuychou Mao2023-03-283-184/+204
| | | | equality
* SERVER-74485 Always include tenant in db name attributes in log linesmathisbessamdb2023-03-287-24/+24
|
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-2813-16/+40
|
* SERVER-75085: Add catalog shard transition command actions to clusterManager ↵wenqinYe2023-03-272-4/+3
| | | | role
* Revert "SERVER-74487 Always include tenant in db name attributes in error ↵Sviatlana Zuiko2023-03-274-16/+11
| | | | | | messages" This reverts commit 08a15c3313eaa0335e5567000ff187fbb81f8668.
* SERVER-74695 Improve the readability of the movePrimary's cloning phaseAntonio Fuschetto2023-03-272-43/+59
|
* SERVER-73391 Add recoverable critical section to drop database commandMarcos José Grillo Ramirez2023-03-272-12/+46
|
* SERVER-75165 checkMetadataConsistency improperly access sharded coll infoPol Pinol Castuera2023-03-271-4/+2
|
* SERVER-75053 Add KeyPattern to RangeDeletionTask during migration commitAllison Easton2023-03-274-0/+37
|
* SERVER-74169 Adding a mutex lock to fix data raceKruti Shah2023-03-271-0/+2
|
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-254-11/+16
|
* SERVER-75143 Make analyzeShardKey command calculate read and write ↵Cheahuychou Mao2023-03-256-51/+106
| | | | distribution when it runs on a mongod in a standalone replica set
* Revert "SERVER-73756 Use ScopedAcquisition in the drop indexes command"Sviatlana Zuiko2023-03-241-0/+1
| | | | This reverts commit a5cec90dee294411d98149e4242858dc5f3e712f.
* SERVER-72936 Implement v2 changes to Queryable Encryption CompactErwin Pe2023-03-242-2/+10
|
* SERVER-71755 Modify enableSharding and addShard to support database ↵Paolo Polato2023-03-2411-310/+394
| | | | placement history
* SERVER-74065 Support query sampling on replica setsCheahuychou Mao2023-03-243-28/+101
|
* SERVER-74672 Add separate feature flag to run transition to and from catalog ↵Jack Mulrow2023-03-242-2/+9
| | | | shard mode commands
* SERVER-75032 Support _refreshQueryAnalyzerConfiguration command on ↵Cheahuychou Mao2023-03-244-15/+66
| | | | standalone replica sets
* SERVER-75031 Make configureQueryAnalyzer command on standalone replica set ↵Cheahuychou Mao2023-03-241-22/+19
| | | | persist the configuration
* SERVER-73064 Implement kPrepared Phase for MovePrimaryDonorServiceBrett Nawrocki2023-03-245-76/+299
|
* SERVER-74338 Add concurrency workload that runs configureQueryAnalyzer and ↵Cheahuychou Mao2023-03-232-2/+3
| | | | analyzeShardKey commands
* SERVER-74459: Reword shard identity startup logs to apply to a config serverwenqinYe2023-03-231-10/+12
|
* SERVER-75137 Remove unimplemented tasserts from serialization functions with ↵Davis Haupt2023-03-232-8/+0
| | | | no literals to redact