You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Lars Volker (JIRA)" <ji...@apache.org> on 2019/07/21 23:45:00 UTC

[jira] [Resolved] (IMPALA-8610) Log rotation can fail gerrit-verify-dryrun/ubuntu-16.04-from-scratch jobs

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

Lars Volker resolved IMPALA-8610.
---------------------------------
       Resolution: Fixed
    Fix Version/s: Not Applicable

It seems that my change to the configuration was sufficient, at least we haven't seen this again since then.

> Log rotation can fail gerrit-verify-dryrun/ubuntu-16.04-from-scratch jobs
> -------------------------------------------------------------------------
>
>                 Key: IMPALA-8610
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8610
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure, Jenkins
>            Reporter: Lars Volker
>            Assignee: Lars Volker
>            Priority: Critical
>             Fix For: Not Applicable
>
>
> It seems that otherwise successful runs of {{ubuntu-16.04-from-scratch}} can fail at the end when copying log files in the end. If the impalads are still running, they can rotate a logfile while {{cp}} tries to copy it, which results in output like this ([affected job|https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/6027/console]):
> {noformat}
> 00:24:28 + cp -r -L /home/ubuntu/Impala/logs /home/ubuntu/Impala/logs_static
> 00:24:37 cp: cannot stat '/home/ubuntu/Impala/logs/cluster/impalad.ip-172-31-19-200.ubuntu.log.WARNING.20190601-072315.102026': No such file or directory
> 00:24:37 cp: cannot stat '/home/ubuntu/Impala/logs/cluster/impalad.ip-172-31-19-200.ubuntu.log.WARNING.20190601-072304.100810': No such file or directory
> 00:24:37 cp: cannot stat '/home/ubuntu/Impala/logs/cluster/impalad.ip-172-31-19-200.ubuntu.log.WARNING.20190601-072315.102023': No such file or directory
> {noformat}
> Note that the script is currently configured in Jenkins to run in a shell with {{-e}} and that a successful run contains additional lines after the {{cp}} command:
> {noformat}
> 04:16:18 + cp -r -L /home/ubuntu/Impala/logs /home/ubuntu/Impala/logs_static
> 04:16:21 + rm -f /tmp/git-err-ksiZp.log
> {noformat}
> As a fix we should kill all daemons before copying the files.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)