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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]