You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Andrew Sherman (Jira)" <ji...@apache.org> on 2021/11/05 17:15:00 UTC

[jira] [Created] (IMPALA-11007) Webserver should not log errors when handling HTTP HEAD

Andrew Sherman created IMPALA-11007:
---------------------------------------

             Summary: Webserver should not log errors when handling HTTP HEAD 
                 Key: IMPALA-11007
                 URL: https://issues.apache.org/jira/browse/IMPALA-11007
             Project: IMPALA
          Issue Type: Bug
            Reporter: Andrew Sherman
            Assignee: Andrew Sherman


If you send a HEAD request  to Impala's webserver, for  example
{code}
curl -I http://localhost:25000/metrics
{code}
then the logs will contain scary messages:
{code}
I1025 10:39:52.337021 3578299 webserver.cc:591] Webserver: error reading: Connection reset by peer
{code}
This does not happen with 
{code}
curl http://localhost:25000/metrics
{code}

Fix this by making the Impala webserver not send any content in replies to a HEAD message



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org