File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -1477,6 +1477,9 @@ metrics
1477
1477
.. code-block:: javascript
1478
1478
1479
1479
metrics : {
1480
+ abortExpiredTransactions: {
1481
+ passes: <integer>
1482
+ },
1480
1483
apiVersions: {
1481
1484
<appName1>: <string>,
1482
1485
<appName2>: <string>,
@@ -1724,6 +1727,19 @@ metrics
1724
1727
A document that returns various statistics that reflect the current
1725
1728
use and state of a running :binary:`~bin.mongod` instance.
1726
1729
1730
+ .. serverstatus:: metrics.abortExpiredTransactions
1731
+
1732
+ Document that returns statistics on the current state of the
1733
+ ``abortExpiredTransactions`` thread.
1734
+
1735
+ .. serverstatus:: metrics.abortExpiredTransactions.passes
1736
+
1737
+ Indicates the number of successful passes aborting transactions
1738
+ older than the :parameter:`transactionLifetimeLimitSeconds` parameter.
1739
+
1740
+ If the ``passes`` value stops incrementing, it indicates that the
1741
+ ``abortExpiredTransactions`` thread may be stuck.
1742
+
1727
1743
.. serverstatus:: metrics.aggStageCounters
1728
1744
1729
1745
A document that reports on the use of
You can’t perform that action at this time.
0 commit comments