This is an automated email from the ASF dual-hosted git repository.
timoninmaxim pushed a change to branch IGNITE-17177_inc_snapshots
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 54c3ecd24bb IGNITE-17614 Restoring incremental snapshots (#10506)
add 5eafb08c3b7 IGNITE-18724 Fixed broken JavaDoc because of incorrect
CFG_VIEW link. (#10519)
add c6e825249e3 IGNITE-18713 Fixed task options are not applied if placed
before withExecutor modifier. (#10517)
add fe920299f0a IGNITE-18726 Fixed state-changed message on same cluster
state. (#10522)
add ad7151b30e2 IGNITE-18217 Enable JMX metrics exporter by default
(#10511)
add 3de1dc44f53 IGNITE-18725 Fix skips criteria check after first IN
clause (#10520)
add 6cd8e90a919 Merge branch 'master' into IGNITE-17177_inc_snapshots
No new revisions were added by this update.
Summary of changes:
.../apache/ignite/snippets/ConfiguringMetrics.java | 20 ++++-
.../monitoring-metrics/new-metrics-system.adoc | 19 ++++-
.../commandline/ClusterStateChangeCommand.java | 10 ++-
.../apache/ignite/util/GridCommandHandlerTest.java | 9 +-
.../org/apache/ignite/IgniteSystemProperties.java | 2 +-
.../org/apache/ignite/cdc/CdcConfiguration.java | 7 +-
.../ignite/configuration/IgniteConfiguration.java | 7 +-
.../apache/ignite/internal/IgniteComputeImpl.java | 45 +++++-----
.../org/apache/ignite/internal/IgnitionEx.java | 15 ++--
.../query/index/IndexQueryCriteriaClosure.java | 22 ++---
.../org/apache/ignite/internal/cdc/CdcMain.java | 7 ++
.../processors/task/TaskExecutionOptions.java | 19 +++++
.../spi/metric/jmx/JmxMetricExporterSpi.java | 9 +-
.../org/apache/ignite/cdc/AbstractCdcTest.java | 2 -
.../org/apache/ignite/internal/GridMBeansTest.java | 3 -
.../ignite/internal/metric/JmxExporterSpiTest.java | 99 +++++++++++++++++++++-
.../GridTransactionsSystemUserTimeMetricsTest.java | 3 -
.../snapshot/IgniteSnapshotMXBeanTest.java | 4 +-
.../IgniteComputeCustomExecutorSelfTest.java | 46 ++++++++++
.../processors/service/GridServiceMetricsTest.java | 12 ---
.../cache/query/IndexQueryInCriterionTest.java | 53 ++++++++++--
.../snapshot/IgniteClusterSnapshotMetricsTest.java | 4 +-
22 files changed, 329 insertions(+), 88 deletions(-)