[ https://issues.apache.org/jira/browse/IMPALA-14000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Quanlong Huang resolved IMPALA-14000. ------------------------------------- Fix Version/s: Impala 5.0.0 Resolution: Fixed > 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 > Priority: Major > Fix For: Impala 5.0.0 > > > 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)