[
https://issues.apache.org/jira/browse/GEODE-8558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17298397#comment-17298397
]
ASF subversion and git services commented on GEODE-8558:
--------------------------------------------------------
Commit 1edd5d3822eafb5c71d9fb2115c9b48a7d289ff6 in geode's branch
refs/heads/support/1.12 from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1edd5d3 ]
GEODE-8558: query input by users should trim newlines and comments. (#5571)
(cherry picked from commit 2485e57707d8f4535bbf9a3e5f5926a26421ca20)
> Pulse query is bypassing the QueryResultSetLimit MBean parameter if there is
> a newline after query or sql comments before the query line
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-8558
> URL: https://issues.apache.org/jira/browse/GEODE-8558
> Project: Geode
> Issue Type: Bug
> Components: querying
> Affects Versions: 1.13.0
> Reporter: Jinmei Liao
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0
>
>
> Setting the JVM MBean attribute QueryResultSetLimit to limit the query result
> set (e.g. 2 here with my small local cluster) and it seems working, however,
> in the pulse query textbox, if you have a carriage-return/newline after query
> line or let's say a commented text/query before the actual query, it's
> returning all the entries and the setting is not effective anymore. And if
> this could also affect the queries running with commented text coming from
> function execution.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)