summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_donor_oplog_iterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+1
* SERVER-60774 Early exit in ReshardingOplogFetcher if final op fetched.Max Hirschhorn2021-10-201-7/+8
* SERVER-60774 Check every op in ReshardingDonorOplogIterator for final.Max Hirschhorn2021-10-181-0/+10
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-59775 Make ReshardingDonorOplogIterator safe to run as secondary.Max Hirschhorn2021-09-071-0/+10
* SERVER-57653 Dispose Pipeline in ReshardingDonorOplogIterator on error.Max Hirschhorn2021-06-141-9/+6
* SERVER-56438 Add ReshardingDonorOplogIterator::dispose() method.Max Hirschhorn2021-05-121-2/+10
* SERVER-56334 Make resharding server parameters configurable at runtimejannaerin2021-05-051-2/+2
* SERVER-56437 Always detach Pipeline from OperationContext.Max Hirschhorn2021-04-291-2/+6
* SERVER-55323 Integrate CancelableOperationContext into ReshardingDonorOplogIt...jannaerin2021-04-091-21/+10
* SERVER-55356: Increase introspection on resharding_collection_cloner.js failu...Daniel Gottlieb2021-03-241-1/+1
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-53931 Use cancelationTokens for resharding recipient replication compo...Haley Connelly2021-03-151-3/+9
* SERVER-49904 Add pre-image and post-image oplog entries to OplogEntry.Max Hirschhorn2020-12-241-20/+72
* SERVER-53108 Move batching logic into ReshardingDonorOplogIterator.Max Hirschhorn2020-12-241-61/+127
* SERVER-52594 Apply oplog entries as part of resharding.Max Hirschhorn2020-12-031-3/+7
* SERVER-51272: Run resharding oplog fetching after receiving the fetchTimestamp.Daniel Gottlieb2020-10-191-25/+0
* SERVER-50118 Create oplog buffer iterator for reshardingRandolph Tan2020-09-291-0/+159