summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_futures_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-1/+1
* SERVER-51417: targeted fault injection to reproduce non retriable error when ...Andrew Shuvalov2021-03-111-0/+21
* SERVER-51296 Add cancelation support to RemoteCommandTargeterMatthew Saltz2020-12-221-1/+1
* SERVER-51247 Remove blocking call from AsyncWorkScheduler::_targetHostAsync()Amirsaman Memaripour2020-12-091-5/+8
* SERVER-51070 Move the ConfigServer ShardId constant to be under ShardIdKaloian Manassiev2020-12-031-1/+1
* SERVER-48254: Revert "SERVER-43442 Remove blocking call from AsyncWorkSchedul...Spencer T Brody2020-09-301-7/+5
* SERVER-48978 Futurize handleRequestAndrew Chen2020-07-301-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-43442 Remove blocking call from AsyncWorkScheduler host targettingSpencer T Brody2020-04-091-5/+7
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-311-3/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-8/+8
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-4/+4
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-08-221-5/+13
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40202 TransactionCoordinator should update replica set monitors based ...Jack Mulrow2019-04-101-6/+20
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-3/+10
* SERVER-40297 Make all TransactionCoordinatorDriver methods free functionsKaloian Manassiev2019-04-011-1/+1
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-19/+25
* SERVER-40054 Always signal the AsyncWorkScheduler's `_allListsEmptyCV` condit...Kaloian Manassiev2019-03-121-3/+0
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+2
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-221-5/+15
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-0/+236