You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jacob S. Barrett (JIRA)" <ji...@apache.org> on 2017/09/14 22:07:00 UTC

[jira] [Commented] (GEODE-2578) Query string limited to 64 KiB

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

Jacob S. Barrett commented on GEODE-2578:
-----------------------------------------

[~PivotalSarge] The function docs never got updated to match the changes.

> Query string limited to 64 KiB
> ------------------------------
>
>                 Key: GEODE-2578
>                 URL: https://issues.apache.org/jira/browse/GEODE-2578
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Michael Dodge
>            Assignee: Michael Dodge
>
> The serialization of query strings uses a 16-bit unsigned integer to represent the length of the query string. Query strings with more than 65535 characters are silently truncated. Use of a 32-bit unsigned integer to represent the length would greatly increase the size of query strings that may be used.



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