[ 
https://issues.apache.org/jira/browse/IGNITE-8077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444192#comment-16444192
 ] 

Anton Kalashnikov commented on IGNITE-8077:
-------------------------------------------

UPsource - [https://reviews.ignite.apache.org/ignite/review/IGNT-CR-578]

> Implement new JMX metrics for transactions
> ------------------------------------------
>
>                 Key: IGNITE-8077
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8077
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Dmitriy Govorukhin
>            Assignee: Anton Kalashnikov
>            Priority: Major
>              Labels: iep-6
>             Fix For: 2.5
>
>
> These additional metrics should be implemented to monitor transactions.
> {code}
> class TransactionsMXbean{
> /** The number of transactions which was commited. */
> long getTxCommited();
> /** The number of transactions which was rollbacked. */
> long getTxRolledBack();
> /** The number of transactions holding at least one key lock. */
> long getTxHoldingLock();
> /** The number of keys locked on the node. */
> long getLockedKeys();
> /** The number of transactions for which node is the initiator. */
> int getOwnerTxs();
> }
> {code}
> For more details see in IgniteTxAdapter and IgniteTxManager.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to