You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jared Stewart (JIRA)" <ji...@apache.org> on 2017/08/10 17:08:00 UTC

[jira] [Commented] (GEODE-3425) Remove AppCollectionLimit GFSH environment variable

    [ https://issues.apache.org/jira/browse/GEODE-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16121921#comment-16121921 ] 

Jared Stewart commented on GEODE-3425:
--------------------------------------

[~karensmolermiller] Here's the current (outdated) help text for query: 
{noformat}
  public static final String QUERY__HELP =
      "Run the specified OQL query as a single quoted string and display the results in one or more pages."
          + " Limit will default to the value stored in the \"" + Gfsh.ENV_APP_FETCH_SIZE
          + "\" variable." + " Page size will default to the value stored in the \""
          + Gfsh.ENV_APP_COLLECTION_LIMIT + "\" variable.";
{noformat}

Could you suggest a new help text that reflects the updated query command?

> Remove AppCollectionLimit GFSH environment variable
> ---------------------------------------------------
>
>                 Key: GEODE-3425
>                 URL: https://issues.apache.org/jira/browse/GEODE-3425
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Jared Stewart
>
> ENV_APP_COLLECTION_LIMIT and DEFAULT_APP_COLLECTION_LIMIT are no longer used and should be removed.  The Query__HELP help text also needs to be updated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)