You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ti...@apache.org on 2022/12/21 13:31:10 UTC

[ignite] branch IGNITE-17177_inc_snapshots updated (1b88cac40b2 -> 8e94c73b6f0)

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(-)


[ignite] 01/01: Merge branch 'master' into IGNITE-17177_inc_snapshots

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

timoninmaxim pushed a commit to branch IGNITE-17177_inc_snapshots
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 8e94c73b6f04defb187af759a062030459c3bb76
Merge: 1b88cac40b2 ee851e0b597
Author: Maksim Timonin <ti...@gmail.com>
AuthorDate: Wed Dec 21 16:30:44 2022 +0300

    Merge branch 'master' into IGNITE-17177_inc_snapshots

 .../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(-)