You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/04/27 20:58:54 UTC

[ignite] branch ignite-2.8.1 updated (02b0439 -> 1065d35)

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

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


    from 02b0439  IGNITE-12790 Introduce distributed SQL configuration and ability to disable SQL functions. (#7593)
     add d42fadc  IGNITE-12788 Adds cluster fully rebalanced state metric. (#7561)
     add 1065d35  IGNITE-12894 Fixes conflicts with ignite-2.8.1 branch.

No new revisions were added by this update.

Summary of changes:
 .../cache/GridCachePartitionExchangeManager.java   |  17 ++
 .../preloader/GridDhtPartitionsExchangeFuture.java |   7 +-
 .../processors/metric/GridMetricManager.java       |   6 +
 .../spi/discovery/ClusterRebalancedMetricTest.java | 191 +++++++++++++++++++++
 .../ignite/testsuites/IgniteUtilSelfTestSuite.java |   2 +
 5 files changed, 221 insertions(+), 2 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/spi/discovery/ClusterRebalancedMetricTest.java