summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_coordinator_service_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-151-7/+6
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+3
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-20/+23
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-3/+3
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-1/+1
* SERVER-71946 Add InterruptedDueToReplStateChange to the "cancellation" error ...Alex Li2023-02-031-6/+3
* SERVER-70115 Resharding Coordinator and Recipient Persist Invalid Start/End T...Adrian Gonzalez2023-01-171-0/+10
* SERVER-70746 Check for superfluous resharding operation before initializingAbdul Qadeer2022-11-091-7/+4
* SERVER-69756: Abort a resharding operation immediately.nandinibhartiyaMDB2022-10-121-0/+11
* SERVER-70250 Prevent race between pauseBeforeStateTransition and initializeCo...Abdul Qadeer2022-10-111-42/+48
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-201-9/+92
* Revert "SERVER-62720 Implement checkIfConflictsWithOtherInstances for Reshard...Abdul Qadeer2022-09-101-93/+9
* SERVER-68706 Global Index Cloner should wait for abort/commit from coordinatorRandolph Tan2022-09-091-19/+6
* SERVER-62720 Implement checkIfConflictsWithOtherInstances for ReshardingCoord...Abdul Qadeer2022-09-071-9/+95
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-3/+3
* SERVER-66595 remove calls to getGlobalServiceContext in POS derived classesTyler Brock2022-07-251-2/+7
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-3/+3
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-5/+1
* SERVER-50729 Wrap resharding_util in resharding namespaceAbdul Qadeer2022-06-141-5/+6
* SERVER-66422 Switch over to new resharding metricsRandolph Tan2022-06-071-25/+2
* SERVER-66565 Use hint with config.transactions partial index and allow creati...Jack Mulrow2022-05-251-0/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65302 Run `ReshardingCoordinatorServiceTest` with `wiredTiger`Gregory Noma2022-04-141-5/+0
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+4
* SERVER-64160 Drop deprecated field parsing support for collection typeTommaso Tocci2022-03-071-3/+2
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-021-1/+0
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-1/+1
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-1/+1
* SERVER-61444 Fix race in resharding coordinator service unit testBrett Nawrocki2022-02-081-16/+13
* SERVER-61444 Resharding coordinator state transactions now use w:1Brett Nawrocki2022-01-241-124/+118
* SERVER-62733 Move resharding_util.h/.cpp to db/s/reshardingKaloian Manassiev2022-01-201-1/+1
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-2/+3
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-111-4/+1
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-6/+4
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-251-1/+4
* SERVER-60378 Rewrite some sharding tests to avoid using chunk versions with T...Allison Easton2021-10-081-1/+1
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-28/+61
* SERVER-58980 remove kDone from the coordinatorStatesLuis Osta2021-09-141-22/+13
* SERVER-58433 Removing multi writes from multi statement transactions from Res...Luis Osta2021-08-301-0/+26
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-13/+6
* SERVER-59292 completion future can be set more than once because of WithAutom...Randolph Tan2021-08-241-0/+82
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+2
* SERVER-58082 Fail resharding operation if allowMigrations has already been se...Randolph Tan2021-08-201-0/+36
* SERVER-58989 Make timestamp required in DatabaseVersionBase IDLAllison Easton2021-08-161-1/+1
* SERVER-58781 ReshardingCoordinatorObserver should not fulfill promises when s...Matt Walak2021-08-101-0/+58
* SERVER-54023 Remove stale TODO comments in resharding codeBlake Oler2021-08-051-2/+0
* SERVER-58592 Make sure to clear resharding metrics after reshard collection c...Randolph Tan2021-08-021-0/+26
* SERVER-58304 Make 'metrics' field in resharding documents optionaljannaerin2021-07-081-2/+1