summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64103 adding feature flag check to prevent createStateDocumentTTLIndex...mathisbessamdb2022-03-032-20/+3
* SERVER-63091 Donor applies splitConfig before waiting for acceptanceDidier Nadeau2022-03-038-18/+151
* SERVER-64004 removing TimeoutAbortsAwaitReplication due to race condition an...mathisbessamdb2022-02-281-44/+0
* SERVER-62366 Add forgetShardSplit commandmathisbessamdb2022-02-1710-84/+657
* SERVER-62819 Donor waits for recipient to reach blockTimestampMatt Broadstone2022-02-167-185/+163
* SERVER-63393 Minimize locking in shard split observer and tenant migration bl...Didier Nadeau2022-02-091-9/+9
* SERVER-62482 Build recipient connection string from tag/set nameMatt Broadstone2022-02-0414-317/+561
* SERVER-62365 Support a timeout for the shard split operationDidier Nadeau2022-02-023-14/+64
* SERVER-62954 make some library dependencies in shard_split_donor_service privateBenety Goh2022-01-251-3/+3
* SERVER-62784 change dynamic cast to static castAndrew Witten2022-01-252-6/+4
* SERVER-61772 Implement tenant access blocker for shard splitDidier Nadeau2022-01-2111-80/+1361
* SERVER-62079 removes rsm scanningDavis Haupt2022-01-191-12/+0
* SERVER-62018 ReplSetConfig supports an optional splitConfig subdocumentmathisbessamdb2022-01-141-0/+91
* SERVER-61425 Add validation of replica set name update following shard splitDidier Nadeau2022-01-115-8/+346
* SERVER-61713 Accept a list of tenant ids in commitShardSplit and fix test fa...Didier Nadeau2021-12-025-7/+55
* Revert "SERVER-61713 Implement donortStartSplit and add support for multiple ...Uladzimir Makouski2021-12-015-55/+7
* SERVER-61713 Implement donortStartSplit and add support for multiple tenant idsDidier Nadeau2021-11-305-7/+55
* SERVER-61729 Rename TenantSplit to ShardSplitDidier Nadeau2021-11-307-176/+115
* SERVER-60987 Add comment to primary-only-service instances that don't utilize...Didier Nadeau2021-11-151-0/+1
* SERVER-60865 Implement DonorAbortSplit commandDidier Nadeau2021-11-156-19/+700
* SERVER-60990 Split instance conflict check from PrimaryOnlyService::construct...Didier Nadeau2021-11-112-5/+5
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-092-0/+52
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Gregory Wlodarek2021-11-042-52/+0
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-11-022-0/+52
* Revert "SERVER-59495 Donor and recipient tenant migration state machines will...Suganthi Mani2021-10-252-52/+0
* SERVER-60752 PrimaryOnlyService conflict detection APIA. Jesse Jiryu Davis2021-10-252-2/+7
* SERVER-59495 Donor and recipient tenant migration state machines will persist...Suganthi Mani2021-10-232-0/+52
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-211-0/+13
* Revert "SERVER-60579 - Adding a feature flag for shard split"Daniel Gottlieb2021-10-212-15/+0
* SERVER-60579 - Adding a feature flag for shard splitmathisbessamdb2021-10-202-0/+15
* SERVER-60482 tenant_split_commands is missing dep on auth libraryMatt Broadstone2021-10-071-0/+1
* SERVER-59679 Provide a skeleton implementation for slice splitMatt Broadstone2021-09-216-0/+527