[
https://issues.apache.org/jira/browse/IMPALA-337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788199#comment-16788199
]
Joe McDonnell commented on IMPALA-337:
--------------------------------------
In order to support the Chromium tracing, the Impala webserver needs to support
POSTs.
Kudu already implemented this functionality, and it is easy to enable for
Impala. In order to add a corresponding backend test in webserver-test.cc, we
need test support for POST, which doesn't exist in the current
webserver-test.cc. Kudu uses libcurl, which brings other benefits (like being
able to do a GET using ssl). For this approach, curl would need to be added to
the native toolchain.
> Update Impala debug webserver to accept HTTP POST requests
> ----------------------------------------------------------
>
> Key: IMPALA-337
> URL: https://issues.apache.org/jira/browse/IMPALA-337
> Project: IMPALA
> Issue Type: Task
> Components: Distributed Exec
> Affects Versions: Impala 1.1
> Reporter: Lenni Kuff
> Priority: Minor
>
> The Impala debug webserver doesn't currently handle HTTP POST requests. It
> appears the requested handler is being called, but the request is being
> treated as a GET. It would be useful to update the webserver to accept both
> GET and POST commands.
> This is something that is required if we want to have Impala to provide
> automatic symbol resolution for remote profiling of the process.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]