You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2023/12/15 04:04:00 UTC

[jira] [Assigned] (IMPALA-10048) Speed up dumping breadpad symbols in bin/jenkins/finalize.sh

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

Joe McDonnell reassigned IMPALA-10048:
--------------------------------------

    Assignee: Joe McDonnell

> Speed up dumping breadpad symbols in bin/jenkins/finalize.sh
> ------------------------------------------------------------
>
>                 Key: IMPALA-10048
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10048
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Infrastructure
>    Affects Versions: Impala 4.0.0
>            Reporter: Joe McDonnell
>            Assignee: Joe McDonnell
>            Priority: Minor
>              Labels: ramp-up
>
> bin/jenkins/finalize.sh has code to find and symbolize breakpad minidumps. This process is very slow, because it runs bin/dump_breakpad_symbols.py for ${IMPALA_HOME}/be/build/latest, which includes all of the backend tests. There are two problems:
>  # It is dumping symbols for a large number of binaries that are not useful unless the minidump is for that particular binary. (i.e. all the backend tests are useless if it is resolving an impalad minidump)
>  # bin/dump_breakpad_symbols.py runs serially and could be much faster if it went parallel
> We should fix one or both of these problems.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org