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 @@ -1581,6 +1581,9 @@ metrics
1581
1581
.. code-block:: javascript
1582
1582
1583
1583
metrics : {
1584
+ abortExpiredTransactions: {
1585
+ passes: <integer>
1586
+ },
1584
1587
apiVersions: {
1585
1588
<appName1>: <string>,
1586
1589
<appName2>: <string>,
@@ -1839,6 +1842,19 @@ metrics
1839
1842
A document that returns various statistics that reflect the current
1840
1843
use and state of a running :binary:`~bin.mongod` instance.
1841
1844
1845
+ .. serverstatus:: metrics.abortExpiredTransactions
1846
+
1847
+ Document that returns statistics on the current state of the
1848
+ ``abortExpiredTransactions`` thread.
1849
+
1850
+ .. serverstatus:: metrics.abortExpiredTransactions.passes
1851
+
1852
+ Indicates the number of successful passes aborting transactions
1853
+ older than the :parameter:`transactionLifetimeLimitSeconds` parameter.
1854
+
1855
+ If the ``passes`` value stops incrementing, it indicates that the
1856
+ ``abortExpiredTransactions`` thread may be stuck.
1857
+
1842
1858
.. serverstatus:: metrics.aggStageCounters
1843
1859
1844
1860
A document that reports on the use of
You can’t perform that action at this time.
0 commit comments