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 "Steve Loughran (JIRA)" <ji...@apache.org> on 2014/11/12 14:59:35 UTC

[jira] [Resolved] (YARN-1111) NM containerlogs servlet can't handle logs of more than a GB

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

Steve Loughran resolved YARN-1111.
----------------------------------
       Resolution: Won't Fix
    Fix Version/s: 2.6.0

With YARN-2468 handling rolling logs, apps don't generate logs this big, provided they set up their logging properly.

Tagging as wontfix unless someone really, really wants to do it

> NM containerlogs servlet can't handle logs of more than a GB
> ------------------------------------------------------------
>
>                 Key: YARN-1111
>                 URL: https://issues.apache.org/jira/browse/YARN-1111
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: nodemanager
>    Affects Versions: 2.1.0-beta
>         Environment: Long-lived service generating lots of log data from HBase running in debug level
>            Reporter: Steve Loughran
>            Priority: Minor
>             Fix For: 2.6.0
>
>
> If a container is set up to log stdout to a file, the container log servlet will list the file
> {code}
> err.txt : Total file length is 551 bytes.
> out.txt : Total file length is 1572099246 bytes.
> {code}
> If you actually click on out.txt then the tail logic takes a *very* long time to react. There is also the question of what will happen if the log fills up that volume



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)