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/03/03 12:50:43 UTC

[ignite] branch master updated (1f238846c8b -> e220e8006e4)

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

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


    from 1f238846c8b IGNITE-18936 [ducktests] Fix parsing of the control.sh baseline command output and store JVM error file (#10575)
     add e220e8006e4 IGNITE-18546 Add cache clear command to control.sh (#10577)

No new revisions were added by this update.

Summary of changes:
 docs/_docs/tools/control-script.adoc               |  24 +++++
 .../internal/commandline/cache/CacheClear.java     | 108 +++++++++++++++++++++
 .../commandline/cache/CacheCommandList.java        |   5 +
 .../commandline/cache/CacheSubcommands.java        |   7 +-
 .../util/GridCommandHandlerClusterByClassTest.java |  93 ++++++++++++++++++
 .../internal/processors/cache/ClearCachesTask.java |  81 ++++++++++++++++
 .../cache/ClearCachesTaskArg.java}                 |  44 ++++-----
 .../cache/ClearCachesTaskResult.java}              |  53 +++++-----
 ...mandHandlerClusterByClassTest_cache_help.output |   6 ++
 ...dlerClusterByClassWithSSLTest_cache_help.output |   6 ++
 10 files changed, 373 insertions(+), 54 deletions(-)
 create mode 100644 modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/cache/CacheClear.java
 create mode 100644 modules/core/src/main/java/org/apache/ignite/internal/processors/cache/ClearCachesTask.java
 copy modules/core/src/main/java/org/apache/ignite/internal/{visor/tx/VisorTxTaskResult.java => processors/cache/ClearCachesTaskArg.java} (70%)
 copy modules/core/src/main/java/org/apache/ignite/internal/{visor/tx/VisorTxTaskResult.java => processors/cache/ClearCachesTaskResult.java} (59%)