You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Matthew Jacobs (Code Review)" <ge...@cloudera.org> on 2016/03/03 07:24:30 UTC

[Impala-CR](cdh5-2.5.0_5.7.0) IMPALA-3102: Admission control supportability

Matthew Jacobs has uploaded a new change for review.

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

Change subject: IMPALA-3102: Admission control supportability
......................................................................

IMPALA-3102: Admission control supportability

A few small but important supportability improvements for
admission control:
1) Set the admission control resource pool before calling
   into scheduling.
2) Set the summary profile info strings for queuing
   information before blocking on the queue.
3) Some minor logging changes.

1 and 2 will expose important information before a request
is queued so that users can observe what is happening while
a query is waiting to be admitted.

This has been tested manually on the 6-node cluster.

Change-Id: I758da9e571f2e6bc04782b935dc2594c1f9840b3
---
M be/src/scheduling/admission-controller.cc
M be/src/scheduling/simple-scheduler.cc
M be/src/service/query-exec-state.cc
3 files changed, 16 insertions(+), 7 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I758da9e571f2e6bc04782b935dc2594c1f9840b3
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-2.5.0_5.7.0
Gerrit-Owner: Matthew Jacobs <mj...@cloudera.com>