Quanlong Huang created IMPALA-14000:
---------------------------------------
Summary: dump-stacktraces.sh might not dump the jstacks
Key: IMPALA-14000
URL: https://issues.apache.org/jira/browse/IMPALA-14000
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Reporter: Quanlong Huang
Assignee: Quanlong Huang
In bin/dump-stacktraces.sh, we dump the pstack before jstack for catalogd and
impalads. pstack could take long and if it fails, the jstack is missing:
{code:bash}
collect_gdb_backtraces catalogd $CATALOGD_PID && \
collect_jstacks catalogd $CATALOGD_PID &
{code}
Consider reorder them to take jstack first.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)