You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2019/12/26 07:06:36 UTC

[ignite] branch ignite-12458 updated (292b070 -> 3b9aad8)

This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a change to branch ignite-12458
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 292b070  wip
     add 23b3804  IGNITE-11923: Migrate IgniteMXBean to the new metrics framework (#7107)
     add 3425c8c  IGNITE-12371 Add an explicit method for starting client nodes to GridAbstractTest - Fixes #7196.
     add 3b9aad8  Merge remote-tracking branch 'origin/master' into ignite-12458

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/internal/IgniteKernal.java   | 112 ++++++++-
 .../processors/metric/GridMetricManager.java       |   3 +
 .../org/apache/ignite/mxbean/IgniteMXBean.java     | 261 ++++++++++++++++++---
 .../ignite/internal/metric/JmxExporterSpiTest.java |  74 ++++++
 .../testframework/junits/GridAbstractTest.java     |  17 ++
 5 files changed, 424 insertions(+), 43 deletions(-)