mirror of
https://github.com/apache/impala.git
synced 2026-01-19 09:01:38 -05:00
Currently, the diagnostics script expects a full path to the actual directory to which process minidumps are written. This is however incosistent with Impala's configuration --minidump_path. Impala creates a subdirectory under FLAGS_minidump_path (for ex: <FLAGS_minidump_path>/impalad) to which it writes the minidumps. This commit fixes the diagnostic script input --minidump_dir to be consistent with the above behavior from Impala. It now looks for minidumps under the directory <--minidump_path>/<process-name> The users of this script are expected to fix their input args accordingly. Change-Id: I9e59f108a1f29a33768a39d0f4554d96e2dcd381 Reviewed-on: http://gerrit.cloudera.org:8080/11353 Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Reviewed-by: Bharath Vissapragada <bharathv@cloudera.com>