summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-65925 Reshard commit and abort should check for transient errors when ...Randolph Tan2022-05-182-4/+21
* SERVER-64395 Write Minimal JavaScript Integration Test to Ensure ReshardingMe...Randolph Tan2022-05-173-0/+12
* SERVER-66472 Pull the collection generation out of ChunkVersionKaloian Manassiev2022-05-171-16/+39
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-1/+1
* SERVER-64319 Fix the name hiding issue for usages of ShardingCatalogManager::...Allison Easton2022-05-101-12/+15
* SERVER-66296 ReshardingOplogBatchApplier and ReshardingTxnCloner should wait ...Cheahuychou Mao2022-05-105-66/+327
* SERVER-64377 Restore parity resharding recipient applying fieldsBrett Nawrocki2022-05-075-11/+99
* SERVER-65664 Provide more specific types for cache alignment needsAndrew Morrow2022-05-061-4/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0645-45/+135
* SERVER-64385 Track and Report Parity Recipient Fields in ServerStatusRandolph Tan2022-05-054-5/+18
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-042-3/+0
* SERVER-64389 Track and Report New Recipient State and Misc. Fields in ServerS...Randolph Tan2022-05-041-0/+51
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-042-3/+2
* SERVER-64387 Track and Report New Donor Fields in ServerStatusRandolph Tan2022-05-032-12/+55
* SERVER-64375 Restore parity resharding recipient copying fieldsBrett Nawrocki2022-04-2911-48/+390
* SERVER-64388 Track and Report New Recipient Latency Fields in ServerStatusRandolph Tan2022-04-296-8/+39
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-3/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-2811-11/+8
* SERVER-65895 Also create applier metrics for donor shards with no progress do...Randolph Tan2022-04-272-25/+89
* SERVER-63003: Fix the name hiding issue in the Resharding Coordinator ServicenandinibhartiyaMDB2022-04-261-5/+4
* SERVER-64386 Track and Report New Coordinator Fields in ServerStatusRandolph Tan2022-04-221-0/+62
* SERVER-64379 Implement restoration of countWritesToStashCollectionsRandolph Tan2022-04-227-8/+28
* SERVER-65895 Also create applier metrics for donor shards with no progress do...Randolph Tan2022-04-221-2/+14
* SERVER-64376 Add Parity Recipient Applying Fields in CurrentOpBrett Nawrocki2022-04-2115-51/+147