summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless/shard_split_donor_service.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-251-2/+2
* SERVER-68958 Monitor recipient nodes for highest lastAppliedOpTimeMatt Broadstone2022-08-251-6/+9
* SERVER-67373 Remove shard split document within the run method rather than us...Didier Nadeau2022-08-181-4/+12
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-011-1/+1
* SERVER-66705 Move aborting index builds out of critical sectionDidier Nadeau2022-06-151-8/+9
* SERVER-66704 use primaryToken for committed state doc transitionmathisbessamdb2022-06-081-2/+5
* SERVER-66855 Reject setFCV when a split config is installedMatt Broadstone2022-06-061-0/+2
* SERVER-66921 Track basic statistics on shard split operationsMatt Broadstone2022-06-021-1/+1
* SERVER-66832 Ensure split config is removed after any decisionMatt Broadstone2022-05-311-1/+1
* SERVER-65730 Remove the split config at the end of a shard splitDidier Nadeau2022-05-181-0/+3
* SERVER-64631 Abort index builds when starting a shard split operationmathisbessamdb2022-05-171-0/+2
* SERVER-64939 Send replSetStepUp command to recipient nodeDidier Nadeau2022-05-131-2/+2
* SERVER-66338 Skip blocking steps if split config already appliedMatt Broadstone2022-05-111-0/+2
* SERVER-66004 Improve shard split state transition loggingMatt Broadstone2022-05-041-6/+7
* SERVER-62363 Prevent multiple shard split concurrent operationsmathisbessamdb2022-04-071-1/+6
* SERVER-65059 Store recipient connection string in state documentMatt Broadstone2022-04-021-29/+24
* SERVER-63652 Shard split insert document in blocking stateDidier Nadeau2022-03-181-10/+0
* SERVER-64420 Fix split acceptance to successfully complete split operationDidier Nadeau2022-03-141-8/+8
* SERVER-64434 fixing heap use after free when deleting state documentmathisbessamdb2022-03-141-2/+2
* SERVER-63090 Recipient garbarge collects itself on primary step upmathisbessamdb2022-03-091-0/+7
* SERVER-63091 Donor applies splitConfig before waiting for acceptanceDidier Nadeau2022-03-031-0/+3
* SERVER-62366 Add forgetShardSplit commandmathisbessamdb2022-02-171-3/+39
* SERVER-62819 Donor waits for recipient to reach blockTimestampMatt Broadstone2022-02-161-4/+12
* SERVER-62482 Build recipient connection string from tag/set nameMatt Broadstone2022-02-041-4/+7
* SERVER-62365 Support a timeout for the shard split operationDidier Nadeau2022-02-021-0/+3
* SERVER-61772 Implement tenant access blocker for shard splitDidier Nadeau2022-01-211-1/+5
* SERVER-61425 Add validation of replica set name update following shard splitDidier Nadeau2022-01-111-0/+24
* SERVER-61713 Accept a list of tenant ids in commitShardSplit and fix test fa...Didier Nadeau2021-12-021-0/+2
* Revert "SERVER-61713 Implement donortStartSplit and add support for multiple ...Uladzimir Makouski2021-12-011-2/+0
* SERVER-61713 Implement donortStartSplit and add support for multiple tenant idsDidier Nadeau2021-11-301-0/+2
* SERVER-61729 Rename TenantSplit to ShardSplitDidier Nadeau2021-11-301-0/+152