This is an automated email from the ASF dual-hosted git repository.
nizhikov pushed a change to branch IGNITE-15629
in repository https://gitbox.apache.org/repos/asf/ignite.git
from 912b21f3cc1 Merge branch 'master' into IGNITE-15629
add 08069c3b525 IGNITE-15629 Cache reset_lost_partitions command
implemented (#10743)
No new revisions were added by this update.
Summary of changes:
.../ignite/internal/commandline/OutputFormat.java | 66 ------------------
.../commandline/cache/CacheSubcommands.java | 3 +-
.../commandline/cache/ResetLostPartitions.java | 79 ----------------------
.../util/GridCommandHandlerClusterByClassTest.java | 4 +-
.../CacheResetLostPartitionsTask.java | 49 +++++++-------
.../CacheResetLostPartitionsTaskArg.java | 72 --------------------
.../CacheResetLostPartitionsTaskResult.java | 8 +--
.../internal/management/cache/CacheCommand.java | 1 +
.../management/cache/CacheListCommand.java | 6 +-
.../CacheResetLostPartitionsCommand.java} | 25 +++----
...ava => CacheResetLostPartitionsCommandArg.java} | 6 +-
...mandHandlerClusterByClassTest_cache_help.output | 4 +-
12 files changed, 58 insertions(+), 265 deletions(-)
delete mode 100644
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/OutputFormat.java
delete mode 100644
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/cache/ResetLostPartitions.java
delete mode 100644
modules/core/src/main/java/org/apache/ignite/internal/commandline/cache/reset_lost_partitions/CacheResetLostPartitionsTaskArg.java
copy
modules/core/src/main/java/org/apache/ignite/internal/management/{ShutdownPolicyCommand.java
=> cache/CacheResetLostPartitionsCommand.java} (57%)
copy
modules/core/src/main/java/org/apache/ignite/internal/management/cache/{CacheClearCommandArg.java
=> CacheResetLostPartitionsCommandArg.java} (89%)