Bharath Vissapragada has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/11353


Change subject: [diagnostics] Make --minidump_dir consistent with Impala's 
--minidump_path
......................................................................

[diagnostics] Make --minidump_dir consistent with Impala's --minidump_path

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
---
M bin/diagnostics/collect_diagnostics.py
1 file changed, 10 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/53/11353/1
--
To view, visit http://gerrit.cloudera.org:8080/11353
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e59f108a1f29a33768a39d0f4554d96e2dcd381
Gerrit-Change-Number: 11353
Gerrit-PatchSet: 1
Gerrit-Owner: Bharath Vissapragada <[email protected]>

Reply via email to