PakhomovAlexander commented on code in PR #1812:
URL: https://github.com/apache/ignite-3/pull/1812#discussion_r1143419002
##########
modules/cli/src/main/java/org/apache/ignite/internal/cli/commands/node/metric/NodeMetricDisableCommand.java:
##########
@@ -48,6 +49,7 @@ public Integer call() {
.output(spec.commandLine().getOut())
.errOutput(spec.commandLine().getErr())
.verbose(verbose)
+ .exceptionHandler(new
ClusterNotInitializedExceptionHandler("Cannot disable metrics", "cluster init"))
Review Comment:
Oh yes. Do you think we have to change it here to `ignite3 cluster init` or
create a ticket and apply a change everywhere?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]