Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9815 )
Change subject: IMPALA-6747: Automate diagnostics collection. ...................................................................... IMPALA-6747: Automate diagnostics collection. This commit adds the necessary tooling to automate diagnostics collection for Impala daemons. Following diagnostics are supported. 1. Native core dump (+ shared libs) 2. GDB/Java thread dump (pstack + jstack) 3. Java heap dump (jmap) 4. Minidumps (using breakpad) * 5. Profiles Given the required inputs, the script outputs a zip compressed impala diagnostic bundle with all the diagnostics collected. The script can be run manually with the following command. python collect_diagnostics.py --help * minidumps collected here correspond to the state of the Impala process at the time this script is triggered. This is different from collect_minidumps.py which archives the entire minidump directory. Change-Id: Ib29caec7c3be5b6a31e60461294979c318300f64 Reviewed-on: http://gerrit.cloudera.org:8080/9815 Reviewed-by: Lars Volker <[email protected]> Reviewed-by: Philip Zeyliger <[email protected]> Tested-by: Impala Public Jenkins --- A bin/diagnostics/__init__.py A bin/diagnostics/collect_diagnostics.py A bin/diagnostics/collect_shared_libs.sh M bin/rat_exclude_files.txt A tests/unittests/test_command.py 5 files changed, 620 insertions(+), 0 deletions(-) Approvals: Lars Volker: Looks good to me, approved Philip Zeyliger: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9815 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib29caec7c3be5b6a31e60461294979c318300f64 Gerrit-Change-Number: 9815 Gerrit-PatchSet: 4 Gerrit-Owner: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]>
