summaryrefslogtreecommitdiff
path: root/src/mongo/db/serverless
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-203-4/+4
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-12/+10
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+5
* Revert "SERVER-65315 Enforce mutual exclusion between serverless operations"Sviatlana Zuiko2022-09-169-602/+5
* SERVER-65315 Enforce mutual exclusion between serverless operationsMatt Broadstone2022-09-159-5/+602
* SERVER-69227 Reenable shard split performance test with improvementsMatt Broadstone2022-09-121-23/+0
* SERVER-67893 Add _shardsvrDropGlobalIndex commandYu Jin Kang Park2022-09-081-0/+4
* SERVER-69483 Merge db_raii and catalog_raii into shard_roleKaloian Manassiev2022-09-081-1/+1
* SERVER-67894 Add _shardsvrInsertGlobalIndexKey commandJosef Ahmad2022-09-061-0/+6
* SERVER-65337 set minThreads to 0: TenantMigrationDonorService, TenantMigratio...Adityavardhan Agrawal2022-08-311-1/+4
* SERVER-69262 Unconditionally retry stepup and no-op write commandsMatt Broadstone2022-08-311-26/+11
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+4
* SERVER-69197 Clear lastCommitted and currentCommitted on splitMatt Broadstone2022-08-295-77/+73
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-1/+0
* SERVER-69158 Donor waits for majority no-op write on recipient primaryMatt Broadstone2022-08-262-38/+94
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-264-10/+6
* SERVER-68964 Reset lastCommitted to blockTimestamp after splitMatt Broadstone2022-08-259-61/+69
* SERVER-68958 Monitor recipient nodes for highest lastAppliedOpTimeMatt Broadstone2022-08-255-173/+154
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-234-12/+24
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-1/+1
* SERVER-68814 Use auto&& in split observer range-based for loopsDidier Nadeau2022-08-191-3/+3
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-2/+2
* SERVER-67373 Remove shard split document within the run method rather than us...Didier Nadeau2022-08-184-73/+102
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-163-3/+3
* SERVER-64616: Install recipient access blocker when applying "create" entryChristopher Caplinger2022-08-043-29/+12
* SERVER-68263 Do not remove blockers when deleting an aborted shard split stat...Didier Nadeau2022-07-272-5/+125
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-274-13/+13
* SERVER-68194 Acquire lock after operation context creation to avoid deadlockDidier Nadeau2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-263-9/+5
* SERVER-68181 Fix: operator<< on ostream not ostringstreamBilly Donahue2022-07-201-2/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+2
* SERVER-67278 Write kAborted to disk when shard split cannot proceed due to an...Didier Nadeau2022-07-152-14/+21
* SERVER-67794 Reuse abortReason from shard split document when it existsDidier Nadeau2022-07-122-1/+8
* SERVER-67956 Write update to blockTimestamp at the reserved opslotMatt Broadstone2022-07-121-22/+55
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-2/+2
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-082-3/+3
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-062-5/+3
* SERVER-67531 Improve recipient cleanup logic for shard splitmathisbessamdb2022-07-051-7/+30
* SERVER-67013 checkIfOptionsConflict is now in PrimaryOnlyService::InstanceAlex Li2022-07-013-13/+13
* SERVER-67281 add OpObserver::onBatchedWriteStart() and onBatchedWriteAbort()Benety Goh2022-06-281-0/+4
* SERVER-67502 move write_ops library from mongo/db to mongo/db/ops/Benety Goh2022-06-241-0/+1
* 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