davebarnes97 commented on a change in pull request #5102:
URL: https://github.com/apache/geode/pull/5102#discussion_r426033111
##########
File path:
geode-core/src/main/java/org/apache/geode/management/internal/i18n/CliStrings.java
##########
@@ -1823,6 +1823,8 @@
"Cannot find regions <{0}> in any of the members";
public static final String QUERY__MSG__NOT_SUPPORTED_ON_MEMBERS =
CliStrings.QUERY
+ " command should be used only from shell. Use QueryService API for
running query inside Geode VMs";
+ public static final String QUERY__MEMBER__HELP =
+ "Name/Id of a member which hosts the regions to be queried.";
Review comment:
+1
----------------------------------------------------------------
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:
[email protected]