Bikramjeet Vig has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18093


Change subject: IMPALA-11033: Add support for specifying multiple executor 
group sets
......................................................................

IMPALA-11033: Add support for specifying multiple executor group sets

This patch introduces the concept of executor group sets. Each group
set specifies an executor group name prefix and an expected group
size. Every executor group that is a part of this set will have the
same prefix which will also be equivalent to the resource pool name
that it maps to. These sets are specified via a startup flag
'expected_executor_group_sets' which is a comma separated list in
the format <executor_group_name_prefix>:<expected_group_size>.

Testing:
- Added unit tests

Change-Id: I9e0a3a5fe2b1f0b7507b7c096b7a3c373bc2e684
---
M be/src/runtime/exec-env.cc
M be/src/scheduling/CMakeLists.txt
M be/src/scheduling/cluster-membership-mgr-test.cc
M be/src/scheduling/cluster-membership-mgr.cc
M be/src/scheduling/cluster-membership-mgr.h
M be/src/service/impala-hs2-server.cc
M be/src/service/impala-server.cc
M common/thrift/Frontend.thrift
M fe/src/main/java/org/apache/impala/util/ExecutorMembershipSnapshot.java
9 files changed, 395 insertions(+), 54 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e0a3a5fe2b1f0b7507b7c096b7a3c373bc2e684
Gerrit-Change-Number: 18093
Gerrit-PatchSet: 1
Gerrit-Owner: Bikramjeet Vig <[email protected]>

Reply via email to