You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "anujphadke (Code Review)" <ge...@cloudera.org> on 2018/07/24 18:33:25 UTC

[Impala-ASF-CR] IMPALA-5695: restart first impalad() does not start impalad

anujphadke has abandoned this change. ( http://gerrit.cloudera.org:8080/9619 )

Change subject: IMPALA-5695: restart_first_impalad() does not start impalad
......................................................................


Abandoned

This is not the right fix. Will send a new patch.
The problem is that we don't wait for the restarted process anywhere
When a process is killed, it will become zombile until its parent waits for it
When you restart using start-impala-cluster.py, it doesn't have this problem, because the parent process is start-impala-cluster.py, which immediately exits after the cluster starts.
-- 
To view, visit http://gerrit.cloudera.org:8080/9619
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: abandon
Gerrit-Change-Id: I30a5c25e132deebb9731891364196af31e57d875
Gerrit-Change-Number: 9619
Gerrit-PatchSet: 1
Gerrit-Owner: anujphadke <ap...@cloudera.com>
Gerrit-Reviewer: Adam Holley <ah...@cloudera.com>
Gerrit-Reviewer: Fredy Wijaya <fw...@cloudera.com>
Gerrit-Reviewer: anujphadke <ap...@cloudera.com>