You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/08/11 15:22:56 UTC

[GitHub] [ignite-3] PakhomovAlexander commented on a diff in pull request #986: IGNITE-17349 Add common UI components

PakhomovAlexander commented on code in PR #986:
URL: https://github.com/apache/ignite-3/pull/986#discussion_r943617744


##########
modules/cli/src/main/java/org/apache/ignite/cli/commands/cluster/status/ClusterStatusReplSubCommand.java:
##########
@@ -58,7 +60,7 @@ public void run() {
         } else if (session.isConnectedToNode()) {
             inputUrl = session.nodeUrl();
         } else {
-            spec.commandLine().getErr().println("You are not connected to node. Run 'connect' command or use '--cluster-url' option.");
+            spec.commandLine().getErr().println(CONNECT_OR_USE_CLUSTER_URL_MESSAGE.render());

Review Comment:
   Agreed, but I think this is out of the scope of this ticket.



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org