summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/transaction_coordinator_catalog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-60323 Make coordinator shard support re-committing aborted prepared ↵Cheahuychou Mao2021-10-151-9/+10
| | | | transactions
* SERVER-60589 Make TransactionCoordinatorCatalog's ↵Jonathan Lee2021-10-141-2/+4
| | | | FilterVisitor/FilterPredicate support txnRetryCounter
* SERVER-60323 Make TransactionCoordinatorCatalog support txnRetryCounterCheahuychou Mao2021-10-131-48/+104
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMatthew Saltz2020-03-311-9/+18
|
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-11/+22
|
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-10/+10
|
* SERVER-42809 report metrics for the transaction coordinators in curop commandLamont Nelson2019-09-051-0/+16
|
* SERVER-42772 Return transaction commit decision from onCompletion future in ↵Matthew Saltz2019-08-211-2/+5
| | | | TransactionCoordinator
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
|
* SERVER-40220 Remove sendCoordinateCommitToConfigServer and ↵Jack Mulrow2019-04-231-31/+0
| | | | doNotForgetCoordinator failpoints
* SERVER-40554 Get rid of 'lazy' transaction coordinator destructionKaloian Manassiev2019-04-151-22/+0
| | | | | And also bound the lifetime of `prepareScheduler` to only until the collect lambda is signaled.
* SERVER-40297 Make the TransactionCoordinator entirely futures-basedKaloian Manassiev2019-04-031-1/+1
|
* SERVER-40297 Move the TransactionCoordinator data structures to a separate fileKaloian Manassiev2019-04-011-3/+0
|
* SERVER-40223 Ensure that the TransactionCoordinator will always complete if ↵Kaloian Manassiev2019-03-211-11/+17
| | | | its scheduler is shut down
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ↵Kaloian Manassiev2019-03-211-7/+7
| | | | | | a coordinator decision ... instead of the TaskExecutor
* SERVER-37972 Create suite for running multi shard jscore with sharded ↵Randolph Tan2019-02-281-2/+1
| | | | transactions with kill
* SERVER-38522/SERVER-38715 Make all TransactionCoordinator tasks interruptibleKaloian Manassiev2019-02-221-40/+73
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-121-0/+237