[ 
https://issues.apache.org/jira/browse/YARN-8617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570205#comment-16570205
 ] 

Bibin A Chundatt commented on YARN-8617:
----------------------------------------

[~Prabhu Joseph]

For IndexFileFormat the rolling is based in size 

{code}
  @Private
  @VisibleForTesting
  public long getRollOverLogMaxSize(Configuration conf) {
    return 1024L * 1024 * 1024 * conf.getInt(
        LOG_ROLL_OVER_MAX_FILE_SIZE_GB, 10);
  }
{code}

> Aggregated Application Logs accumulates for long running jobs
> -------------------------------------------------------------
>
>                 Key: YARN-8617
>                 URL: https://issues.apache.org/jira/browse/YARN-8617
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: log-aggregation
>    Affects Versions: 2.7.4
>            Reporter: Prabhu Joseph
>            Priority: Major
>
> Currently AggregationDeletionService will delete older aggregated log files 
> once when they are complete. This will cause logs to accumulate for Long 
> Running Jobs like Llap, Spark Streaming.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to