You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2020/05/21 16:19:57 UTC

[ignite] branch master updated (bf965ae -> 60485b1)

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

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


    from bf965ae  ignite-2.8.1 Release Notes fixes. (#7832)
     add 60485b1  IGNITE-12961: Add snapshot create command to control.sh (#7787)

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/commandline/CommandList.java   |   6 +-
 .../commandline/snapshot/SnapshotCommand.java      | 100 +++++++++++++++++++++
 .../SnapshotSubcommand.java}                       |  25 +++---
 .../snapshot/IgniteSnapshotManager.java            |   5 +-
 .../persistence/snapshot/SnapshotMXBeanImpl.java   |  10 ++-
 .../VisorSnapshotCreateTask.java}                  |  35 ++++----
 .../main/resources/META-INF/classnames.properties  |   2 +
 .../commandline/CommandHandlerParsingTest.java     |   3 +-
 .../snapshot/AbstractSnapshotSelfTest.java         |   2 -
 .../apache/ignite/util/GridCommandHandlerTest.java |  57 +++++++++++-
 ...ridCommandHandlerClusterByClassTest_help.output |   6 ++
 ...andHandlerClusterByClassWithSSLTest_help.output |   6 ++
 12 files changed, 214 insertions(+), 43 deletions(-)
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotCommand.java
 copy modules/core/src/main/java/org/apache/ignite/internal/commandline/{encryption/EncryptionSubcommand.java => snapshot/SnapshotSubcommand.java} (67%)
 copy modules/core/src/main/java/org/apache/ignite/internal/visor/{encryption/VisorChangeMasterKeyTask.java => snapshot/VisorSnapshotCreateTask.java} (60%)