summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-65382 Don't use clientReadable in AutoSplitVector when reordering shar...Jordi Serra Torrens2022-08-162-8/+17
* SERVER-67049: Feature flag check for global index server statusnandinibhartiyaMDB2022-08-151-2/+3
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-1516-50/+39
* SERVER-68708 Stop acquiring dist locks for chunk migrationsTommaso Tocci2022-08-126-273/+10
* SERVER-67385 Range deletion tasks on primary must not be scheduled before ong...Pierlauro Sciarelli2022-08-123-9/+64
* SERVER-68485 Merge and Split commands should not use the CSR to check the sha...Allison Easton2022-08-128-171/+328
* SERVER-68778 Range deleter observers must ignore "not yet initialized" except...Pierlauro Sciarelli2022-08-121-4/+27
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-118-23/+8
* SERVER-68630 Review serialization mechanisms of clearJumboFlag commandTommaso Tocci2022-08-111-10/+0
* SERVER-68552 Add unit test checking range deleter observer's handling of pend...Silvia Surroca2022-08-111-12/+26
* SERVER-67820 SEPTransactionClient::runCRUDOp should inspect writeError from r...Sanika Phanse2022-08-101-5/+2
* SERVER-68625 Initialize local catalog metadata in range deleter service test ...Silvia Surroca2022-08-102-60/+87
* SERVER-68624 Refine checks performed in range deleter service observer testsSilvia Surroca2022-08-101-15/+95
* SERVER-68662 Introduce separate IDL types for the Shard Role's servicesKaloian Manassiev2022-08-108-48/+180
* SERVER-68592 Rename DDL lock managerTommaso Tocci2022-08-1015-100/+84
* SERVER-68479 collMod coordiantor V2 must block migration on bucket nssTommaso Tocci2022-08-102-9/+23
* SERVER-68626 Use feature flag to enable either the range deleter service or t...Pierlauro Sciarelli2022-08-104-11/+36
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-1017-24/+24
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-0935-7350/+47
* SERVER-68384 Drain all DDL coordinators before downgrading to FCV 6.0Tommaso Tocci2022-08-092-11/+29
* SERVER-68628 Refresh routing info on primary during resharding.Max Hirschhorn2022-08-084-0/+28
* SERVER-67710 Complete TODO listed in SERVER-64865Allison Easton2022-08-081-1/+0
* SERVER-68603 Temporarily disable `TaskWaitingForOngoingQueriesInvalidatedOnSt...Pierlauro Sciarelli2022-08-051-22/+0
* SERVER-67617 Stop using ErrorCategory::Interruption in Replicationseanzimm2022-08-051-1/+1
* SERVER-68456 Implement a `dumpState` method within the range deleter serviceSilvia Surroca2022-08-053-0/+63
* SERVER-68553 Add local DDL lock acquisition reasonTommaso Tocci2022-08-056-19/+48
* Revert "SERVER-68456 Implement a `dumpState` method within the range deleter ...Max Hirschhorn2022-08-043-60/+0
* SERVER-67299: Dropping shard key index fails if only multikey index leftnandinibhartiyaMDB2022-08-041-1/+1
* SERVER-68495 Update resharded zones after kCommitting transition.Max Hirschhorn2022-08-043-29/+32
* SERVER-68511 MovePrimary update of `config.databases` entry must use dotted f...Pierlauro Sciarelli2022-08-041-20/+39
* SERVER-68456 Implement a `dumpState` method within the range deleter serviceSilvia Surroca2022-08-043-0/+60
* SERVER-68491 Get rid of the `forEachOrphanedRange` functionSilvia Surroca2022-08-041-45/+0
* SERVER-67849 Implement a range deleter service observerSilvia Surroca2022-08-047-64/+625
* SERVER-68513 The _configsvrRunRestore command should restore databases with u...Gregory Wlodarek2022-08-031-5/+20
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-0310-33/+33
* SERVER-67492 Skip updating txn table for op=n when o2 is emptyAbdul Qadeer2022-08-021-3/+13
* SERVER-67119 Add sharding catalog global index API to create/remove a global ...Marcos José Grillo Ramirez2022-08-0211-23/+1557
* SERVER-68382 Range deleter service must offer a way to wait for overlapping r...Pierlauro Sciarelli2022-08-023-0/+235
* SERVER-67885 shardCollection with a mismatched UUID on a capped collection wi...Faustoleyva542022-08-011-2/+2
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-0136-53/+53
* SERVER-67909 Skip dropping a non-existent temp ECOC collection in the compact...Erwin Pe2022-08-011-1/+18
* SERVER-64346 Add block type and reason fields to _shardsvrParticipantBlock co...Marcos José Grillo Ramirez2022-08-012-8/+37
* SERVER-67796 Persist the result of doCompactOperation in the compaction coord...Erwin Pe2022-07-296-17/+56
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-295-7/+9
* SERVER-67636 Associate range deleter service lifetime to step-up/step-downPierlauro Sciarelli2022-07-293-66/+226
* SERVER-67555 Implement the global index fetcher agg pipelineRandolph Tan2022-07-294-0/+816
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-2914-49/+52
* SERVER-67725 check uuid consistency over all participants for renameCollectionEnrico Golfieri2022-07-293-2/+120
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-298-10/+0
* SERVER-67112 Create ReshardingCumulativeMetrics subclassBrett Nawrocki2022-07-2817-1153/+1345