jinmeiliao commented on code in PR #7629:
URL: https://github.com/apache/geode/pull/7629#discussion_r865101775


##########
geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/commands/CreateIndexCommand.java:
##########
@@ -96,7 +96,7 @@ public ResultModel createIndex(@CliOption(key = 
CliStrings.CREATE_INDEX__NAME, m
             .createError("Region " + regionName + " does not exist in some of 
the groups.");
       }
       if (groups == null) {

Review Comment:
   I would recommend putting the determination of member for the partition 
region here.



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

Reply via email to