summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_transactions_metrics.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-53609 Filter out serverStatus.transactions.lastCommittedTransaction ↵Jason Chan2021-01-081-1/+2
| | | | from FTDC
* SERVER-40372 Track transaction sizeTess Avitabile2019-11-011-0/+10
|
* SERVER-40337: Remove oldestOpenUnpreparedReadTimestamp from ↵Lingzhi Deng2019-04-091-8/+1
| | | | | | serverStatus.transactions This reverts most of the work done in 3bb72042c29ceac96ec628ee643cbc4db8e982ab
* SERVER-40018 Remove ServerTransactionMetrics::getOldestActiveOpTime and ↵Samy Lanka2019-04-031-42/+0
| | | | supporting datastructures
* Revert "SERVER-35811 disallow committing at the prepareTimestamp and pin ↵Pavi Vetriselvan2019-04-011-56/+6
| | | | | | stable TS before oldest uncommitted TS" This reverts commit b58420e57a2149c350ebf82815fe708850402296 and 33ac1afd4079e04d12554f9b79d1ab07426caf59.
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* 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-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-10/+10
|
* SERVER-36493 invalidate in-memory state of prepared txns on repl rollbackPavi Vetriselvan2018-12-101-0/+8
|
* SERVER-35713 Add oldestOpenReadTimestamp to serverStatus outputJason Chan2018-11-301-1/+8
|
* SERVER-38108 ServerTransactionMetrics should synchronizePavi Vetriselvan2018-11-291-4/+13
|
* SERVER-36501 Add 'currentPrepared' metric to serverStatusJason Chan2018-11-061-0/+7
|
* SERVER-36501 serverStatus support for prepared transactionsJason Chan2018-11-011-0/+27
|
* SERVER-35811 pin stable timestamp behind oldest uncommitted timestampPavi Vetriselvan2018-10-301-14/+55
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-35873 Maintain oldest prepareTimestampPavi Vetriselvan2018-09-201-0/+30
|
* initial reviewNathan Louie2018-06-251-6/+4
|
* added to classNathan Louie2018-06-251-0/+16
|
* SERVER-35149 Track total number of open transactions in ↵Nathan Louie2018-06-181-0/+7
| | | | ServerTransactionsMetrics
* SERVER-35147 Track total number of committed and aborted transactions inNathan Louie2018-06-151-0/+12
| | | | ServerTransactionsMetrics
* SERVER-35146 Track total number of started transactionsNathan Louie2018-06-141-0/+5
|
* SERVER-35129 Create a ServerTransactionsMetrics class and store it as a ↵Nathan Louie2018-06-081-0/+57
decoration on the ServiceContext