Dimitris Tsirogiannis has uploaded a new change for review.

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

Change subject: IMPALA-4041: Limit catalog and admission control updates to 
coordinators
......................................................................

IMPALA-4041: Limit catalog and admission control updates to coordinators

With this commit we add the ability to limit catalog and admission
control updates to a limited set of coordinator nodes. A new startup
option, termed 'is_coordinator' is added to indicate if a node is a
coordinator. Coordinators accept connections through HS2 and Beeswax
interfaces and can also participate in query execution. Non-coordinator
nodes do not receive catalog and admission control updates from the
statestore and cannot access client connections.

Testing:
- Added a custom cluster test that launches a cluster in which the
number of coordinators is less than the cluster size and runs a number
of smoke queries.
- Successfully run exhaustive tests.

Change-Id: I5f2c74abdbcd60ac050efa323616bd41182ceff3
---
M be/src/scheduling/admission-controller.cc
M be/src/service/impala-server.cc
M be/src/service/impala-server.h
M be/src/service/impalad-main.cc
M be/src/testutil/in-process-servers.h
M bin/start-impala-cluster.py
M tests/common/custom_cluster_test_suite.py
A tests/custom_cluster/test_coordinators.py
8 files changed, 144 insertions(+), 29 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f2c74abdbcd60ac050efa323616bd41182ceff3
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Dimitris Tsirogiannis <dtsirogian...@cloudera.com>

Reply via email to