Internal Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2432 Reviewed-by: Matthew Jacobs <[email protected]> Reviewed-by: Dan Hecht <[email protected]> Reviewed-by: Silvius Rus <[email protected]> Tested-by: Internal Jenkins --- 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(-) Approvals: Matthew Jacobs: Looks good to me, approved Internal Jenkins: Verified Silvius Rus: Looks good to me, approved Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2432 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I758da9e571f2e6bc04782b935dc2594c1f9840b3 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.5.0_5.7.0 Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Silvius Rus <[email protected]>
