[
https://issues.apache.org/jira/browse/AURORA-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zameer Manji updated AURORA-1317:
---------------------------------
Fix Version/s: 0.10.0
> Allow an external log rotation process to truncate stdout and stderr
> --------------------------------------------------------------------
>
> Key: AURORA-1317
> URL: https://issues.apache.org/jira/browse/AURORA-1317
> Project: Aurora
> Issue Type: Story
> Reporter: Kevin Sweeney
> Assignee: Kevin Sweeney
> Priority: Minor
> Fix For: 0.10.0
>
>
> Right now the executor opens stdout and stderr in "w" mode instead of "a"
> mode. This means it retains a file pointer with a position in it that will
> create a sparse file if something writes to it after an external process
> truncates the file. Using "a" mode instead would allow an external process
> (such as a log rotation program) to rotate this log.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)