[ https://issues.apache.org/jira/browse/GEODE-8112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108639#comment-17108639 ]
ASF GitHub Bot commented on GEODE-8112: --------------------------------------- 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: us...@infra.apache.org > Need to add a member option in query command > -------------------------------------------- > > Key: GEODE-8112 > URL: https://issues.apache.org/jira/browse/GEODE-8112 > Project: Geode > Issue Type: Bug > Components: gfsh, querying > Reporter: Eric Shu > Assignee: Eric Shu > Priority: Major > Labels: caching-applications > > When gfsh query running on replicate proxy region, it will return 0 results > as no data stored on the proxy region. > To help solving this issue, gfsh querying can add a member option so that > query can route to a particular data host member to get the needed results. > User can use "describe region" to find out which data host, then use it in > the query. -- This message was sent by Atlassian Jira (v8.3.4#803005)