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 2024/01/29 17:59:00 UTC

[jira] [Created] (IMPALA-12766) dump_breakpad_symbols.py should have an option to keep going on error

Joe McDonnell created IMPALA-12766:
--------------------------------------

             Summary: dump_breakpad_symbols.py should have an option to keep going on error
                 Key: IMPALA-12766
                 URL: https://issues.apache.org/jira/browse/IMPALA-12766
             Project: IMPALA
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: Impala 4.4.0
            Reporter: Joe McDonnell


Prior to going parallel in IMPALA-11511, the dump_breakpad_symbols.py logic kept going through the list of binaries even if one failed:
{noformat}
  for binary in enumerate_binaries(args):
    if not process_binary(dump_syms, binary, args.dest_dir):
      status = 1{noformat}
IMPALA-11511 changed this to bail out if any dump_syms invocation failed. It might be useful to have a flag to allow the old behavior of continue past errors from dump_syms.



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