You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ip...@apache.org on 2020/03/06 08:45:28 UTC

[ignite] branch master updated (e94df82 -> 51ef799)

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

ipavlukhin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from e94df82  IGNITE-12748 Export scheduling is moved to onContextInitialized in PushMetricsExporterAdapter
     add 51ef799  IGNITE-12549 Fix query mapping on REPLICATED cache during rebalance (#7277)

No new revisions were added by this update.

Summary of changes:
 .../processors/cache/IgniteCacheProxyImpl.java     |   5 +-
 .../cache/query/GridCacheQueryAdapter.java         |  27 +-
 .../query/ScanQueriesTopologyMappingTest.java      | 275 +++++++++++++++++++++
 .../ignite/testsuites/IgniteCacheTestSuite4.java   |   2 +
 4 files changed, 302 insertions(+), 7 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/processors/query/ScanQueriesTopologyMappingTest.java