You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2022/09/08 21:48:00 UTC

[jira] [Created] (IMPALA-11570) bin/jenkins/finalize.sh should tolerate errors in subcommands like dmesg

Joe McDonnell created IMPALA-11570:
--------------------------------------

             Summary: bin/jenkins/finalize.sh should tolerate errors in subcommands like dmesg
                 Key: IMPALA-11570
                 URL: https://issues.apache.org/jira/browse/IMPALA-11570
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 4.2.0
            Reporter: Joe McDonnell
            Assignee: Joe McDonnell


bin/jenkins/finalize.sh does a variety of diagnostic things like resolving minidumps and dumping system information. If some permissions are missing, dmesg can fail, and that will cause finalize.sh to exit early. In this case, minidumps won't get resolved.

finalize.sh should be resilient to failures in any individual command, so that it continues with as much diagnosis as it can. A failing dmesg is not worth failing over.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)