Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-38240 Added storage statistics information into the slowop log messages. | nehakhatri5 | 2018-12-28 | 1 | -3/+5 |
| | |||||
* | SERVER-36501 serverStatus support for prepared transactions | Jason Chan | 2018-11-01 | 1 | -3/+6 |
| | |||||
* | SERVER-35811 pin stable timestamp behind oldest uncommitted timestamp | Pavi Vetriselvan | 2018-10-30 | 1 | -9/+18 |
| | |||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -8/+10 |
| | |||||
* | SERVER-36697 Utilize TickSource for transactions timing metrics | William Schultz | 2018-10-02 | 1 | -8/+9 |
| | | | | | | | | | This patch converts the existing transactions diagnostics timing related metrics to use a TickSource to record transaction durations. The TickSource is a high precision, mock-able time source for measuring the passage of time. This patch also converts the existing unit tests to use a mock TickSource, which allows the tests to fully virtualize time, making them much faster and less flaky. | ||||
* | SERVER-35873 Maintain oldest prepareTimestamp | Pavi Vetriselvan | 2018-09-20 | 1 | -3/+16 |
| | |||||
* | SERVER-36685 Make transaction statistics accessible without ↵ | Matthew Russotto | 2018-08-22 | 1 | -6/+16 |
| | | | | TransactionParticipant mutex. | ||||
* | SERVER-36201 Refactor transactions metrics tracking code into ↵ | jinichu | 2018-08-17 | 1 | -0/+112 |
TransactionMetricsObserver |