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 2020/10/14 14:45:45 UTC

[GitHub] [ignite] sanpwc commented on a change in pull request #8351: IGNITE-10837 Add ips of baseline nodes to control.sh --baseline

sanpwc commented on a change in pull request #8351:
URL: https://github.com/apache/ignite/pull/8351#discussion_r504737853



##########
File path: modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/BaselineCommand.java
##########
@@ -54,6 +62,11 @@
     /** Arguments. */
     private BaselineArguments baselineArgs;
 
+    /**
+     * Use verbose mode for command output
+     */
+    private @NotNull boolean verbose = false;

Review comment:
       Seems that there's no sense in @NotNull for primitive fields.




----------------------------------------------------------------
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.

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