[
https://issues.apache.org/jira/browse/PHOENIX-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser resolved PHOENIX-2350.
---------------------------------
Resolution: Duplicate
CALCITE-936 has been incorporated since Apache Phoenix 4.7.0 (via PHOENIX-2359).
The solution is to stop using an HTTP header to send data, and use the POST
body.
> Support query larger than 8192 via query server
> -----------------------------------------------
>
> Key: PHOENIX-2350
> URL: https://issues.apache.org/jira/browse/PHOENIX-2350
> Project: Phoenix
> Issue Type: Wish
> Reporter: Roman Rogozhnikov
> Assignee: Josh Elser
> Priority: Critical
> Labels: queryserver
>
> I wish to configure requestHeaderSize property for query server to sent
> larger queries.
> Сurrently query server log warning and don't execute the query:
> 2015-10-22 12:59:49,027 WARN org.eclipse.jetty.http.HttpParser: Header is
> too large >8192
> I found the solution for normal jetty server
> (http://stackoverflow.com/a/25758901/5406473), but i don't understand how can
> I configure it in query server...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)