summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_oplog_fetcher_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-101-4/+0
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-1/+4
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-16/+32
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-1/+1
* SERVER-68215 MongoDSessionCatalog constructor accepts MongoDSessionCatalogTra...Benety Goh2022-08-251-1/+5
* SERVER-68215 make MongoDSessionCatalog a decoration on ServiceContextBenety Goh2022-08-231-1/+3
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-5/+3
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-141-1/+2
* SERVER-67085 Rename ReshardingMetricsNew to ReshardingMetricsRandolph Tan2022-06-081-9/+8
* SERVER-66422 Switch over to new resharding metricsRandolph Tan2022-06-071-14/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* 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-1/+11
* 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/+70
* SERVER-58219 Investigate ViewCatalog::reload() lock acquisitionDan Larkin-York2021-08-161-0/+1
* SERVER-59074 Do not acquire storage tickets just to set/wait on oplog visibilityGregory Wlodarek2021-08-101-43/+52
* SERVER-59114 Retry in ReshardingOplogFetcher on Interruption errors.Max Hirschhorn2021-08-051-0/+41
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-7/+96
* SERVER-57478 Remove code related to local.system.resharding.slimOplogForGraph...Haley Connelly2021-06-171-6/+0
* SERVER-57153 Support co-existing donors/recipients in resharding metricsBlake Oler2021-06-011-3/+3
* SERVER-56739 Rewrite resharding metrics duration component to allow for resum...Blake Oler2021-05-201-1/+1
* SERVER-56644 Create oplog views for resharding and tenant migration on startupCheahuychou Mao2021-05-101-0/+6
* SERVER-47123 remove AutoGetOrCreateDb from non-catalog unit testsBenety Goh2021-04-281-2/+3
* SERVER-55322 Integrate CancelableOperationContext into ReshardingOplogFetcherjannaerin2021-04-081-5/+23
* SERVER-54229: Resharding metrics output from the currentOp commandKshitij Gupta2021-03-231-1/+2
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-03-171-1/+1
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-2/+5
* SERVER-53910 report resharding_oplog_{fetcher,applier} oplog entry countBilly Donahue2021-02-221-15/+36
* SERVER-53519 Remove special handling for MinKey chunk owning donor shard from...YuhongZhang982021-02-091-4/+0
* Revert "SERVER-50656 Add cancellation support to WaitForMajorityService"George Wangensteen2021-02-041-1/+1
* SERVER-50656 Add cancellation support to WaitForMajorityServiceGeorge Wangensteen2021-02-041-1/+1
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-4/+2
* SERVER-52795 Resharding donors write final oplog entry upon entering the prep...LaMont Nelson2020-12-231-3/+1
* SERVER-52594 Apply oplog entries as part of resharding.Max Hirschhorn2020-12-031-0/+73
* SERVER-51245 Use ThreadClient with launchAsync().Max Hirschhorn2020-11-271-3/+3
* SERVER-51245 Fix compile on Windows DEBUG.Max Hirschhorn2020-11-261-3/+6
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-0/+417
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-251-417/+0
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-0/+417