summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_donor_oplog_iterator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-141-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63444 Make retryable findAndModify executed in internal transactions r...Cheahuychou Mao2022-03-091-161/+0
* 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-12/+5
* SERVER-60774 Check every op in ReshardingDonorOplogIterator for final.Max Hirschhorn2021-10-181-0/+35
* SERVER-59849 Add test to verify behavior of ReshardingOplogFetcher wh…Randolph Tan2021-10-041-0/+54
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-0/+37
* SERVER-56334 Make resharding server parameters configurable at runtimejannaerin2021-05-051-1/+1
* SERVER-55323 Integrate CancelableOperationContext into ReshardingDonorOplogIt...jannaerin2021-04-091-19/+39
* SERVER-55070 Separate OpTime and WallTime in IDL, aviod parsing entire oplog ...Wenbin Zhu2021-03-311-1/+2
* SERVER-52770 Add abortReshardCollection command for users to cancel the resha...Blake Oler2021-03-291-1/+4
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-53931 Use cancelationTokens for resharding recipient replication compo...Haley Connelly2021-03-151-1/+3
* SERVER-53386 Allow unittests to explicitly set feature flags for certain testsPierlauro Sciarelli2021-03-061-16/+2
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-5/+3
* SERVER-49904 Add pre-image and post-image oplog entries to OplogEntry.Max Hirschhorn2020-12-241-5/+116
* SERVER-53108 Move batching logic into ReshardingDonorOplogIterator.Max Hirschhorn2020-12-241-36/+132
* SERVER-52795 Resharding donors write final oplog entry upon entering the prep...LaMont Nelson2020-12-231-3/+2
* SERVER-52594 Apply oplog entries as part of resharding.Max Hirschhorn2020-12-031-3/+10
* SERVER-50118 Create oplog buffer iterator for reshardingRandolph Tan2020-09-291-0/+193