summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-153-10/+18
* SERVER-76715 Log WriteConflictException reason in writeConflictRetry()Gregory Wlodarek2023-05-052-5/+12
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-053-9/+10
* SERVER-76822 Hold bucket mutex when accessing lock head for checking conflict...Gregory Noma2023-05-044-15/+10
* SERVER-76775 Replace `iasserted` with `throw` in `throwWriteConflictException`Amirsaman Memaripour2023-05-041-9/+18
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-1/+1
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-262-4/+3
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-3/+0
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-0/+3
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-255-72/+111
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-3/+0
* SERVER-75908 Disable execution control if user manually set concurrencyPavi Vetriselvan2023-04-242-0/+2
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-173-94/+150
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-2/+1
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-6/+6
* SERVER-76012 Rename kNone option for storageEngineConcurrencyAdjustmentAlgori...Pavi Vetriselvan2023-04-141-1/+1
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-126-39/+356
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-056-356/+39
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-046-39/+356
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+1
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-302-7/+3
* SERVER-75205 Fix deadlock involving FCV lockMatt Kneiser2023-03-291-2/+12
* SERVER-72440 Deprioritize unbounded user collection scansGregory Noma2023-03-281-1/+0
* SERVER-74778 Refactor and improve performance of PriorityTicketHolderLouis Williams2023-03-281-8/+1
* SERVER-75116: Avoid building the same ResourceId objectColin Stolley2023-03-241-1/+2
* SERVER-74959 Ignore max lock timeout for ticket acquisitionGregory Noma2023-03-236-34/+118
* SERVER-74569 Start with number of CPU cores for throughput probingGregory Noma2023-03-161-0/+2
* SERVER-74864 Remove `OperationContext*` from `TicketHolder::resize`Gregory Noma2023-03-151-5/+2
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-132-3/+7
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-133-32/+32
* SERVER-73908: Remove unneeded reset calls.Colin Stolley2023-03-023-16/+3
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-263-4/+1
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
* SERVER-73892 Disallow includes to start with third_partyDaniel Moody2023-02-181-1/+1
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-171-0/+47
* Revert "SERVER-73307 Ensure CurOpStack always has access to its OperationCont...liubov.molchanova2023-02-151-47/+0
* SERVER-73307 Ensure CurOpStack always has access to its OperationContext (#10...Patrick Freed2023-02-151-0/+47
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-112-15/+16
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-085-83/+181
* SERVER-73312 Task for storage engine concurrency adjustmentGregory Noma2023-01-261-0/+3
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-2/+2
* SERVER-72719 Reduce Immediate Priority admission statistics trackingHaley Connelly2023-01-161-1/+1
* SERVER-72072 Integrate TicketBroker with PriorityTicketHolderJordi Olivares Provencio2023-01-161-0/+19
* SERVER-70467 Forbid manual RESOURCE_MUTEX creationDaniel Gómez Ferro2023-01-164-65/+78
* SERVER-72574 Dump lock manager before RSTL timeout for stepdownGregory Noma2023-01-106-17/+38
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-0/+8
* SERVER-72087 Avoid recording flow control wait time when there is no waitMatthew Russotto2022-12-151-25/+29
* SERVER-71750 Revert writeConflictRetry refactor into handleWriteConflictExcep...Yu Jin Kang Park2022-12-022-17/+10
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-252-25/+26
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2022-11-214-6/+77