summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless/shard_split_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77125 Avoid unnecessary construction of NamespaceString on collection ...Jordi Serra Torrens2023-05-161-3/+3
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-3/+3
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-5/+19
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-251-5/+11
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-70570 Require exactly three recipient nodes for shard splitMatt Broadstone2022-10-181-2/+2
* SERVER-69908 fix clang_tidy on enterprise-rhel80-dynamic-clang-tidy-v4Trevor Guidry2022-09-221-1/+1
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-291-5/+3
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-251-9/+13
* SERVER-68958 Monitor recipient nodes for highest lastAppliedOpTimeMatt Broadstone2022-08-251-8/+37
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-4/+2
* SERVER-66705 Move aborting index builds out of critical sectionDidier Nadeau2022-06-151-3/+3
* SERVER-66706 Mark shard split recipient nodes as hiddenDidier Nadeau2022-06-031-3/+13
* SERVER-64939 Send replSetStepUp command to recipient nodeDidier Nadeau2022-05-131-5/+5
* SERVER-64823 removing recipientTag from recipient node configsmathisbessamdb2022-05-121-1/+6
* SERVER-66235 Clear sync source following a shard split reconfigDidier Nadeau2022-05-101-2/+10
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65218 Run `ShardSplitDonorServiceTest` with `wiredTiger`Gregory Noma2022-04-181-34/+0
* SERVER-64083 Add a missing step to create tenant migration access blockers fo...mathisbessamdb2022-04-061-1/+1
* SERVER-64661 Fix validation on shutdown failing due to a re routing issue.mathisbessamdb2022-03-251-5/+9
* SERVER-63959 Donor validates recipient nodes before starting shard split oper...mathisbessamdb2022-03-241-0/+61
* SERVER-64420 Fix split acceptance to successfully complete split operationDidier Nadeau2022-03-141-0/+29
* SERVER-63090 Recipient garbarge collects itself on primary step upmathisbessamdb2022-03-091-2/+32
* SERVER-63091 Donor applies splitConfig before waiting for acceptanceDidier Nadeau2022-03-031-2/+6
* SERVER-62366 Add forgetShardSplit commandmathisbessamdb2022-02-171-13/+101
* SERVER-62482 Build recipient connection string from tag/set nameMatt Broadstone2022-02-041-0/+120