Wenzhe Zhou has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/16506


Change subject: IMPALA-9180 (part 2): Remove legacy ImpalaInternalService
......................................................................

IMPALA-9180 (part 2): Remove legacy ImpalaInternalService

In current ExecuterBlacklist class, we've keyed maps on a
TNetworkAddress of a backend. To simply the logic in the class,
change it to key off of the UniqueIdPB backend id, eg. refactor
'executor_list_' to no longer be a map<address -> list<backend>>
and instead make it a map<backend_id, backend>.

Testing:
 - Passed test_blacklist.py and test_query_retries.py.
 - Passed core tests.

Change-Id: Ib1ae082d0e080088756af91b5b770752ca8b3aa1
---
M be/src/scheduling/executor-blacklist.cc
M be/src/scheduling/executor-blacklist.h
M be/src/util/uid-util.h
3 files changed, 75 insertions(+), 103 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1ae082d0e080088756af91b5b770752ca8b3aa1
Gerrit-Change-Number: 16506
Gerrit-PatchSet: 1
Gerrit-Owner: Wenzhe Zhou <[email protected]>

Reply via email to