You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/01 15:07:00 UTC

[jira] [Commented] (GEODE-8558) Pulse query is bypassing the QueryResultSetLimit MBean parameter if there is a newline after query or sql comments before the query line

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

ASF GitHub Bot commented on GEODE-8558:
---------------------------------------

jinmeiliao merged pull request #5571:
URL: https://github.com/apache/geode/pull/5571


   


----------------------------------------------------------------
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:
users@infra.apache.org


> 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)