Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-12766

dump_breakpad_symbols.py should have an option to keep going on error

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 4.4.0
    • None
    • Infrastructure
    • None
    • ghx-label-2

    Description

      Prior to going parallel in IMPALA-11511, the dump_breakpad_symbols.py logic kept going through the list of binaries even if one failed:

        for binary in enumerate_binaries(args):
          if not process_binary(dump_syms, binary, args.dest_dir):
            status = 1

      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.

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            joemcdonnell Joe McDonnell

            Dates

              Created:
              Updated:

              Slack

                Issue deployment