You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "anujphadke (Code Review)" <ge...@cloudera.org> on 2016/06/01 06:23:20 UTC

[Impala-CR](cdh5-trunk) Impala-3521: Before Impala Network monitor ports start, should not Communication with statetore

anujphadke has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3264

Change subject: Impala-3521: Before Impala Network monitor ports start, should not Communication with statetore
......................................................................

Impala-3521: Before Impala Network monitor ports start, should not Communication
with statetore

Impalad on startup tries to connect with the statestore first and then
tries to open the beeswax and the hs2 ports. If the ports are already
bound to an another process, impalad will abort. Changing the sequence
in which we perform these operations.

Change-Id: I5c09dafa5475978424e63bc936c0cdf4940df8d7
---
M be/src/service/impalad-main.cc
1 file changed, 3 insertions(+), 4 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5c09dafa5475978424e63bc936c0cdf4940df8d7
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: anujphadke <ap...@cloudera.com>