summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68628 Refresh routing info on primary during resharding.Max Hirschhorn2022-08-083-0/+24
* SERVER-68495 Update resharded zones after kCommitting transition.Max Hirschhorn2022-08-043-29/+32
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-0114-17/+17
* SERVER-67516 Change _dbName element on IDL defined commands to be DatabaseNam...Sophia Tan2022-07-292-2/+4
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-295-6/+0
* SERVER-67112 Create ReshardingCumulativeMetrics subclassBrett Nawrocki2022-07-288-36/+1130
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-2716-51/+52
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-2613-23/+22
* SERVER-68154 Race in destruction of Resharding metrics can lead to calling pu...Randolph Tan2022-07-262-1/+13
* SERVER-66595 remove calls to getGlobalServiceContext in POS derived classesTyler Brock2022-07-259-23/+67
* SERVER-67084 make setState in ReshardingMetrics privateTyler Brock2022-07-211-6/+6
* SERVER-68120: Convert ReshardingOplogApplierMetrics counters to atomicnandinibhartiyaMDB2022-07-202-19/+19
* SERVER-67108 Create Resharding Cumulative Metrics Field Name ProviderBrett Nawrocki2022-07-202-0/+279
* SERVER-61985 SERVER-67193 Make reshardingPauseCoordinatorBeforeCompletion fai...Abdul Qadeer2022-07-181-2/+9
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-153-3/+3
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-152-2/+6
* SERVER-67088: Create the FieldNameProvider classesnandinibhartiyaMDB2022-07-148-51/+182
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-2/+2
* SERVER-64393 Adapt ReshardingMetrics JS tests to C++ unit testsBrett Nawrocki2022-07-111-129/+187
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-0810-14/+14
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-063-3/+3
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-1/+1
* SERVER-67457 Wait for majority commit on completionAbdul Qadeer2022-07-061-2/+2
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-062-2/+2
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-013-0/+6
* SERVER-67089: Move resharding fields from ShardingDataTransformInstanceMetricsnandinibhartiyaMDB2022-07-013-6/+296
* Revert "SERVER-61985 Make reshardingPauseCoordinatorBeforeCompletion failpoin...auto-revert-processor2022-07-011-9/+2
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-302-9/+31
* SERVER-61985 Make reshardingPauseCoordinatorBeforeCompletion failpoint pause ...Abdul Qadeer2022-06-301-2/+9
* SERVER-58983 Reanimate ReshardingCollectionClonerTestBrett Nawrocki2022-06-291-0/+329
* SERVER-67281 add OpObserver::onBatchedWriteStart() and onBatchedWriteAbort()Benety Goh2022-06-281-0/+4
* SERVER-62375 Remove upgrade/downgrade code for internal txnsErin Liang2022-06-271-22/+11
* SERVER-67370 Destroy instance metrics object so it's lifetime will not be tie...Randolph Tan2022-06-233-5/+22
* SERVER-60531 Remove try-catch block for ShardsvrDropCollectionIfUUIDNotMatchi...Abdul Qadeer2022-06-221-24/+2
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-225-26/+11
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-216-44/+18
* SERVER-66869 Get rid of the multi DB locking capabilityKaloian Manassiev2022-06-202-6/+4
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-1426-148/+176
* SERVER-62415 Change Resharding State Machines to clear filtering metadata onl...Abdul Qadeer2022-06-1410-44/+111
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+0
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort co...Jack Mulrow2022-06-092-0/+30
* SERVER-66046: Abort resharding on recipient errorsnandinibhartiyaMDB2022-06-081-2/+15
* SERVER-67085 Rename ReshardingMetricsNew to ReshardingMetricsRandolph Tan2022-06-0828-280/+272
* SERVER-66422 Switch over to new resharding metricsRandolph Tan2022-06-0733-2703/+360
* SERVER-62552 Cluster internal oplog buffer collectionsLouis Williams2022-06-071-1/+7
* SERVER-63437 Expose all events on 'system.resharding' collections when 'showS...Bernard Gorman2022-05-272-2/+64
* SERVER-66709 remove createIndexOnConfig from Shard and its subclassesAndrew Shuvalov2022-05-261-2/+2
* SERVER-66565 Use hint with config.transactions partial index and allow creati...Jack Mulrow2022-05-254-0/+10
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-232-2/+2
* SERVER-65909 Make oplog and change stream formats of {op: "n"} events consistentArun Banala2022-05-235-26/+28