You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/09/22 08:18:35 UTC

[ignite] branch master updated (c68a398 -> a07ae80)

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

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


    from c68a398  IGNITE-13439 Printing detailed classpath slowdowns node initialization - Fixes #8246.
     add a07ae80  IGNITE-13422 Parameter to explicitly enable experimental commands added (#8233)

No new revisions were added by this update.

Summary of changes:
 .../ignite/internal/commandline/Command.java       |  9 ----
 .../internal/commandline/CommandHandler.java       | 41 +++++++++++++--
 .../internal/commandline/CommonArgParser.java      | 20 ++++++++
 .../commandline/TracingConfigurationCommand.java   | 60 +++++++++-------------
 .../ignite/internal/commandline/WalCommands.java   | 36 +++++--------
 .../internal/commandline/meta/MetadataCommand.java | 14 +----
 .../meta/subcommands/MetadataHelpCommand.java      |  5 --
 .../util/GridCommandHandlerClusterByClassTest.java |  5 +-
 .../org/apache/ignite/IgniteSystemProperties.java  |  6 ++-
 ...mandHandlerClusterByClassTest_cache_help.output |  2 +-
 ...ridCommandHandlerClusterByClassTest_help.output |  2 +-
 ...dlerClusterByClassWithSSLTest_cache_help.output |  2 +-
 ...andHandlerClusterByClassWithSSLTest_help.output |  2 +-
 13 files changed, 104 insertions(+), 100 deletions(-)