summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66705 Move aborting index builds out of critical sectionDidier Nadeau2022-06-158-344/+415
* SERVER-66704 use primaryToken for committed state doc transitionmathisbessamdb2022-06-082-25/+57
* SERVER-66855 Reject setFCV when a split config is installedMatt Broadstone2022-06-063-8/+27
* SERVER-66706 Mark shard split recipient nodes as hiddenDidier Nadeau2022-06-033-19/+40
* SERVER-66921 Track basic statistics on shard split operationsMatt Broadstone2022-06-025-27/+186
* SERVER-66058 Only start shard split components in serverless modeMatt Broadstone2022-05-312-3/+14
* SERVER-66862 Fix non-determinism in shard_split_startup_recovery_aborted.jsDidier Nadeau2022-05-311-4/+8
* SERVER-66832 Ensure split config is removed after any decisionMatt Broadstone2022-05-312-14/+13
* SERVER-62367 Add javascript test to compare shard split performance to moveChunkDidier Nadeau2022-05-271-0/+4
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-8/+8
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-3/+3
* SERVER-65730 Remove the split config at the end of a shard splitDidier Nadeau2022-05-183-5/+104
* SERVER-65076 Add stepdown passthrough suites for shard splitMatt Broadstone2022-05-183-68/+42
* SERVER-64631 Abort index builds when starting a shard split operationmathisbessamdb2022-05-173-0/+34
* SERVER-64939 Send replSetStepUp command to recipient nodeDidier Nadeau2022-05-136-79/+414
* SERVER-64823 removing recipientTag from recipient node configsmathisbessamdb2022-05-122-6/+14
* SERVER-66349 Cancel abortSource when aborting a shard split due to an errorDidier Nadeau2022-05-122-4/+64
* SERVER-66338 Skip blocking steps if split config already appliedMatt Broadstone2022-05-112-30/+44
* SERVER-64906 Copy applicable Tenant Migration jstests to shard splitmathisbessamdb2022-05-101-2/+49
* SERVER-66326 Simplify cancellation and abort flow in shard splitMatt Broadstone2022-05-102-101/+76
* SERVER-66235 Clear sync source following a shard split reconfigDidier Nadeau2022-05-103-11/+53
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-062-3/+5
* SERVER-66004 Improve shard split state transition loggingMatt Broadstone2022-05-043-98/+92
* SERVER-66141 Remove access blockers on recipientConfig installationMatt Broadstone2022-05-043-65/+14
* SERVER-64315 Re-enable caching of SBE plans when there is a single query solu...David Storch2022-05-041-2/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-283-2/+4
* SERVER-65218 Run `ShardSplitDonorServiceTest` with `wiredTiger`Gregory Noma2022-04-183-58/+53
* SERVER-63092 Improve split test library and add tests for writeDidier Nadeau2022-04-122-6/+13
* SERVER-62363 Prevent multiple shard split concurrent operationsmathisbessamdb2022-04-072-1/+28
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+4
* SERVER-64083 Add a missing step to create tenant migration access blockers fo...mathisbessamdb2022-04-063-4/+29
* SERVER-65059 Store recipient connection string in state documentMatt Broadstone2022-04-024-213/+240
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-1/+2
* SERVER-64661 Fix validation on shutdown failing due to a re routing issue.mathisbessamdb2022-03-253-7/+17
* SERVER-63959 Donor validates recipient nodes before starting shard split oper...mathisbessamdb2022-03-245-3/+192
* SERVER-63047 Make delete batches fully transactionalJosef Ahmad2022-03-241-0/+2
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-4/+16
* SERVER-64641 Shutdown listeners upon completion of recipient future in shard ...Didier Nadeau2022-03-221-2/+10
* SERVER-64638 Enable failpoint to fix race condition in DeleteStateDocMarkedGa...Didier Nadeau2022-03-181-0/+4
* SERVER-63652 Shard split insert document in blocking stateDidier Nadeau2022-03-185-228/+254
* SERVER-64452 Fix failure in StepUpWithkCommitted testDidier Nadeau2022-03-152-60/+91
* SERVER-64420 Fix split acceptance to successfully complete split operationDidier Nadeau2022-03-145-120/+167
* SERVER-64434 fixing heap use after free when deleting state documentmathisbessamdb2022-03-142-13/+12
* SERVER-64411 Fixing head use after free by anchoring the local instance so it...mathisbessamdb2022-03-102-6/+6
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-102-0/+3
* SERVER-63090 Recipient garbarge collects itself on primary step upmathisbessamdb2022-03-096-7/+217
* SERVER-62346 Apply recipient config when heartbeat presents a splitConfigDidier Nadeau2022-03-041-1/+14
* 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