andrey-kuznetsov commented on a change in pull request #7566: IGNITE-12832 Add 
user attributes support to control.sh
URL: https://github.com/apache/ignite/pull/7566#discussion_r397918403
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/commandline/CommonArgParser.java
 ##########
 @@ -310,20 +333,36 @@ ConnectionAndSslParameters 
parseAndValidate(Iterator<String> rawArgIter) {
 
                         break;
 
+                    case CMD_USER_ATTR:
+                        userAttrStr = argIter.nextArg("Expected user attribute 
string.");
+
+                        break;
+
+                    case CMD_USER_ATTR_PATH:
+                        userAttrPath = argIter.nextArg("Expected user 
attribute file.");
 
 Review comment:
   ```suggestion
                           userAttrPath = argIter.nextArg("Expected user 
attributes file.");
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to