You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Stephan Erb (JIRA)" <ji...@apache.org> on 2017/02/01 07:54:53 UTC

[jira] [Updated] (AURORA-1878) Increased executor logs can lead to task's running out of disk space

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

Stephan Erb updated AURORA-1878:
--------------------------------
    Fix Version/s: 0.17.0

> Increased executor logs can lead to task's running out of disk space
> --------------------------------------------------------------------
>
>                 Key: AURORA-1878
>                 URL: https://issues.apache.org/jira/browse/AURORA-1878
>             Project: Aurora
>          Issue Type: Task
>          Components: Executor
>            Reporter: Joshua Cohen
>            Assignee: Joshua Cohen
>             Fix For: 0.17.0
>
>
> After the health check for updates patch, this log statement is being emitted once every 500ms: https://github.com/apache/aurora/commit/2992c8b4#diff-6d60c873330419a828fb992f46d53372R121
> This is due to this [code|https://github.com/apache/aurora/blob/master/src/main/python/apache/aurora/executor/common/status_checker.py#L120-L124]:
> {code}
>         if status_result is not None:
>           log.info('%s reported %s' % (status_checker.__class__.__name__, status_result))
> {code}
> Previously, {{status_result}} would be {{None}} unless the status checker had a terminal event. Now, {{status_result}} will always be set, but we only consider the {{status_result}} to be terminal if the {{status}} is not {{TASK_STARTING}} or {{TASK_RUNNING}}. So, for the healthy case, we log that the task is {{TASK_RUNNING}} every 500ms.
> !https://frinkiac.com/meme/S10E02/818984.jpg?b64lines=IFRISVMgV0lMTCBTT1VORCBFVkVSWQogVEhSRUUgU0VDT05EUyBVTkxFU1MKIFNPTUVUSElORyBJU04nVCBPS0FZIQ==!



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)