summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_oplog_fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-0/+13
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-13/+0
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-0/+13
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-13/+0
* SERVER-73078 Implement MovePrimaryMetricsBrett Nawrocki2023-03-141-3/+4
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+13
* SERVER-73081 Implement MovePrimaryCumulativeMetricsBrett Nawrocki2023-03-041-1/+1
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+1
* SERVER-67618 Remove usage of ErrorCategory::Interruption in ShardingAbdul Qadeer2022-08-221-6/+0
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-2/+3
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-9/+6
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-141-5/+5
* SERVER-67085 Rename ReshardingMetricsNew to ReshardingMetricsRandolph Tan2022-06-081-5/+5
* SERVER-66422 Switch over to new resharding metricsRandolph Tan2022-06-071-15/+5
* SERVER-62552 Cluster internal oplog buffer collectionsLouis Williams2022-06-071-1/+7
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64388 Track and Report New Recipient Latency Fields in ServerStatusRandolph Tan2022-04-291-5/+18
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-64376 Add Parity Recipient Applying Fields in CurrentOpBrett Nawrocki2022-04-211-0/+7
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+1
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-60774 Early exit in ReshardingOplogFetcher if final op fetched.Max Hirschhorn2021-10-201-0/+16
* SERVER-59811 Fix afterClusterTime in ReshardingOplogFetcher.Max Hirschhorn2021-09-071-1/+5
* SERVER-59114 Retry in ReshardingOplogFetcher on Interruption errors.Max Hirschhorn2021-08-051-1/+5
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-3/+48
* SERVER-57478 Remove code related to local.system.resharding.slimOplogForGraph...Haley Connelly2021-06-171-2/+0
* SERVER-57303 Create transaction history iterator stage for ReshardingBernard Gorman2021-06-041-0/+4
* SERVER-47123 remove sharding (and resharding) references to AutoGetOrCreateDbBenety Goh2021-04-291-2/+3
* SERVER-55322 Integrate CancelableOperationContext into ReshardingOplogFetcherjannaerin2021-04-081-21/+31
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+4
* 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-2/+2
* SERVER-53931 Use cancelationTokens for resharding recipient replication compo...Haley Connelly2021-03-151-18/+7
* SERVER-53910 report resharding_oplog_{fetcher,applier} oplog entry countBilly Donahue2021-02-221-7/+10
* SERVER-53519 Remove special handling for MinKey chunk owning donor shard from...YuhongZhang982021-02-091-4/+1
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-1/+3
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-5/+5
* SERVER-53108 Move batching logic into ReshardingDonorOplogIterator.Max Hirschhorn2020-12-241-36/+55
* SERVER-53265 Use "nearest" readPreference in ReshardingOplogFetcherBlake Oler2020-12-101-12/+19
* SERVER-52594 Apply oplog entries as part of resharding.Max Hirschhorn2020-12-031-2/+50
* SERVER-52593 Fetch oplog entries as part of resharding.Max Hirschhorn2020-12-021-9/+18
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-111/+120
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-251-120/+111
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-111/+120
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51272: Run resharding oplog fetching after receiving the fetchTimestamp.Daniel Gottlieb2020-10-191-8/+146
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-011-0/+110