[ https://issues.apache.org/jira/browse/GEODE-8558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205595#comment-17205595 ]
ASF subversion and git services commented on GEODE-8558: -------------------------------------------------------- Commit 2485e57707d8f4535bbf9a3e5f5926a26421ca20 in geode's branch refs/heads/develop from Jinmei Liao [ https://gitbox.apache.org/repos/asf?p=geode.git;h=2485e57 ] GEODE-8558: query input by users should trim newlines and comments. (#5571) > 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 > > 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)