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 1b88cac40b2 Merge remote-tracking branch 'upstream/master' into
IGNITE-17177_inc_snapshots
add 97639944bc1 IGNITE-18377 Sql statistics become broken after node
restart with enabled persistence - Fixes #10441.
add 232df17802b IGNITE-18404 Stop CDC consumer in shutdown hook (#10450)
add 61dcd83a606 IGNITE-18401 SQL Calcite: Fix numeric literal
deserialization - Fixes #10447.
add ee851e0b597 IGNITE-18436 Skip deleting files on client nodes after
snapshot failed (#10454)
new 8e94c73b6f0 Merge branch 'master' into IGNITE-17177_inc_snapshots
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../query/calcite/externalize/RelJson.java | 3 +
.../query/calcite/planner/PlannerTest.java | 216 +++++----------------
.../org/apache/ignite/internal/cdc/CdcMain.java | 18 +-
.../processors/cache/GridCacheAdapter.java | 15 +-
.../cache/IgniteCacheOffheapManager.java | 4 +-
.../cache/IgniteCacheOffheapManagerImpl.java | 2 +-
.../snapshot/IgniteSnapshotManager.java | 2 +-
.../startup/cmdline/CdcCommandLineStartup.java | 4 -
.../ignite/cdc/CdcNonDefaultWorkDirTest.java | 2 +-
.../snapshot/IgniteClusterSnapshotSelfTest.java | 33 ++++
.../IgniteServiceConfigVariationsFullApiTest.java | 9 +-
.../junits/common/GridCommonAbstractTest.java | 8 +-
.../processors/query/h2/opt/GridH2Table.java | 20 +-
.../processors/query/h2/opt/TableStatistics.java | 18 +-
.../query/SqlQueriesTopologyMappingTest.java | 101 +++++++++-
15 files changed, 233 insertions(+), 222 deletions(-)