Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-8077

Implement new JMX metrics for transactions

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.5
    • None

    Description

      These additional metrics should be implemented to monitor transactions.

      class TransactionMetricsMxBean{
      /** The number of transactions which were committed. */
      long getTransactionsCommittedNumber();
      /** The number of transactions which was rollbacked. */
      long getTransactionsRolledBackNumber();
      /** The number of transactions holding at least one key lock. */
      long getTransactionsHoldingLockNumber();
      /** The number of keys locked on the node. */
      long getLockedKeysNumber();
      /** The number of transactions for which node is the initiator. */
      int getOwnerTransactionsNumber();
      }
      

      For more details see in IgniteTxAdapter and IgniteTxManager.

      Attachments

        Issue Links

          Activity

            People

              akalashnikov Anton Kalashnikov
              DmitriyGovorukhin Dmitriy Govorukhin
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: