[
https://issues.apache.org/jira/browse/IMPALA-10048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe McDonnell resolved IMPALA-10048.
------------------------------------
Fix Version/s: Impala 4.4.0
Resolution: Fixed
> 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
> Fix For: Impala 4.4.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]