summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_data_replication.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67085 Rename ReshardingMetricsNew to ReshardingMetricsRandolph Tan2022-06-081-7/+7
* SERVER-66422 Switch over to new resharding metricsRandolph Tan2022-06-071-15/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64376 Add Parity Recipient Applying Fields in CurrentOpBrett Nawrocki2022-04-211-2/+5
* SERVER-64374 Add parity $currentOp resharding recipient copying fieldsBrett Nawrocki2022-04-181-2/+5
* SERVER-63623 Implemented Basic Global Index Metrics Restoration For CrudOp Me...Randolph Tan2022-04-181-7/+8
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-0/+1
* SERVER-63622 Created & Integrated In-Memory Only CrudOps Metrics For Global I...Luis Osta2022-03-021-1/+5
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+1
* SERVER-61633 Join _oplogFetcherExecutor in resharding recipient at exit.Max Hirschhorn2021-11-191-0/+4
* SERVER-60774 Early exit in ReshardingOplogFetcher if final op fetched.Max Hirschhorn2021-10-201-5/+16
* SERVER-31540 Get rid of boost::optional<UUID> from sharding codeKaloian Manassiev2021-10-201-1/+1
* SERVER-58702 Remove outdated comment from ReshardingDataReplication.Max Hirschhorn2021-07-211-4/+4
* SERVER-56438 Add ReshardingDonorOplogIterator::dispose() method.Max Hirschhorn2021-05-121-3/+9
* SERVER-55678 Use sleepUntil() rather than sleepFor() to schedule the Reshardi...Jamie Anderson2021-05-051-4/+4
* SERVER-51741 Remove ReshardingOplogApplier::applyUntilCloneFinishedTs().Max Hirschhorn2021-04-261-64/+16
* SERVER-55288 Move recipient helpers into resharding_data_replication.Max Hirschhorn2021-04-091-17/+59
* SERVER-55385 Use common executor to apply oplog entries in resharding.Max Hirschhorn2021-04-091-38/+8
* SERVER-55323 Integrate CancelableOperationContext into ReshardingOplogApplierjannaerin2021-04-081-8/+12
* SERVER-55214 Make resharding recipient shards use fetchTimestamp from each do...Randolph Tan2021-04-081-33/+36
* SERVER-55322 Integrate CancelableOperationContext into ReshardingOplogFetcherjannaerin2021-04-081-3/+5
* SERVER-55813 Fix quiescing future chain in ReshardingDataReplication.Max Hirschhorn2021-04-081-101/+67
* SERVER-55321 Integrate CancelableOperationContext into ReshardingTxnClonerjannaerin2021-04-071-4/+9
* SERVER-55723 Quiesce before fulfilling in ReshardingDataReplication.Max Hirschhorn2021-04-011-5/+12
* SERVER-55289 Create ReshardingDataReplication class.Max Hirschhorn2021-03-311-0/+501