Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14789
Change subject: IMPALA-9165: Add back hard kill to kill-hbase.sh ...................................................................... IMPALA-9165: Add back hard kill to kill-hbase.sh The fix for IMPALA-9150 changed kill-hbase.sh to use HBase's stop-hbase.sh script. Around this time, the GVO timeout issues started. GVO can reuse machines, so we don't know what state they may be in. If something failed to kill HBase processes, the next job would need to be able to kill them even without access to the last run's files / logs. This restores the original kill logic to kill-hbase.sh, after trying a graceful shutdown using HBase's stop-hbase.sh script. The original kill logic doesn't rely on anything from the filesystem to know about the existence of processes, so it would handle machine reuse. Testing: - Started with a running minicluster, ran bin/clean.sh, then ran testdata/bin/kill-all.sh and verified that the java processes were gone Change-Id: Ie2f0b342bcd1d8abea8ef923adbb54a14518a7a6 --- M testdata/bin/kill-hbase.sh 1 file changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/89/14789/1 -- To view, visit http://gerrit.cloudera.org:8080/14789 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie2f0b342bcd1d8abea8ef923adbb54a14518a7a6 Gerrit-Change-Number: 14789 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
