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 2023/02/16 09:27:51 UTC

[ignite] branch IGNITE-17177_inc_snapshots updated (b8b4d802c65 -> ea61edf3511)

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 b8b4d802c65 Merge branch 'master' into IGNITE-17177_inc_snapshots
     add ab278862bd3 IGNITE-18783 Fix DistributedProcess hangs on AssertionError (#10537)
     add ea61edf3511 Merge remote-tracking branch 'upstream/master' into IGNITE-17177_inc_snapshots

No new revisions were added by this update.

Summary of changes:
 .../managers/encryption/GridEncryptionManager.java |   8 +-
 .../managers/encryption/GroupKeyChangeProcess.java |   6 +-
 .../snapshot/IgniteSnapshotManager.java            |   4 +-
 .../snapshot/SnapshotRestoreProcess.java           |  20 +--
 .../util/distributed/DistributedProcess.java       |  55 ++++---
 .../internal/util/distributed/FullMessage.java     |   6 +-
 .../util/distributed/SingleNodeMessage.java        |   6 +-
 .../util/DistributedProcessErrorHandlingTest.java  | 169 +++++++++++++++++++++
 .../ignite/testsuites/IgniteUtilSelfTestSuite.java |   2 +
 9 files changed, 231 insertions(+), 45 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/internal/util/DistributedProcessErrorHandlingTest.java