You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Jason Lowe (JIRA)" <ji...@apache.org> on 2017/07/10 20:01:00 UTC

[jira] [Updated] (YARN-6797) TimelineWriter does not fully consume the POST response

     [ https://issues.apache.org/jira/browse/YARN-6797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Lowe updated YARN-6797:
-----------------------------
    Summary: TimelineWriter does not fully consume the POST response  (was: TimelineWriter does not fully consume the post response)

This becomes particularly problematic when the writer is communicating to the timeline server via HTTPS.  The lack of reuse causes each new HTTP client to renegotiate the SSL connection, and Jetty rejects the renegotiate and closes the connection.  The end result is that each posting of a timeline entity requires a new socket connection.

> TimelineWriter does not fully consume the POST response
> -------------------------------------------------------
>
>                 Key: YARN-6797
>                 URL: https://issues.apache.org/jira/browse/YARN-6797
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: timelineclient
>    Affects Versions: 2.8.1
>            Reporter: Jason Lowe
>            Assignee: Jason Lowe
>
> TimelineWriter does not fully consume the response to the POST request, and that ends up preventing the HTTP client from being reused for the next write of an entity.



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

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