Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 393FB200CA7 for ; Wed, 14 Jun 2017 18:41:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 38149160BDB; Wed, 14 Jun 2017 16:41:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7EA95160BD6 for ; Wed, 14 Jun 2017 18:41:21 +0200 (CEST) Received: (qmail 65349 invoked by uid 500); 14 Jun 2017 16:41:20 -0000 Mailing-List: contact reviews-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.incubator.apache.org Received: (qmail 65337 invoked by uid 99); 14 Jun 2017 16:41:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2017 16:41:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E8355180418 for ; Wed, 14 Jun 2017 16:41:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.362 X-Spam-Level: X-Spam-Status: No, score=0.362 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 5zF37nNXyZMY for ; Wed, 14 Jun 2017 16:41:17 +0000 (UTC) Received: from ip-10-146-233-104.ec2.internal (ec2-75-101-130-251.compute-1.amazonaws.com [75.101.130.251]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2C7095F36F for ; Wed, 14 Jun 2017 16:41:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ip-10-146-233-104.ec2.internal (8.14.4/8.14.4) with ESMTP id v5EGfF7w010517; Wed, 14 Jun 2017 16:41:15 GMT Message-Id: <201706141641.v5EGfF7w010517@ip-10-146-233-104.ec2.internal> Date: Wed, 14 Jun 2017 16:41:15 +0000 From: "Joe McDonnell (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Matthew Jacobs , Dan Hecht , Marcel Kornacker Reply-To: joemcdonnell@cloudera.com X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-1575=3A_Yield_admission_control_resources_at_query_end=0A?= X-Gerrit-Change-Id: Ia5003d017b3142a160bacf7e3569ff26026b1700 X-Gerrit-ChangeURL: X-Gerrit-Commit: 2c863ebd482e9e99ef9db6ebb4a1732c7329e605 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 archived-at: Wed, 14 Jun 2017 16:41:22 -0000 Joe McDonnell has posted comments on this change. Change subject: IMPALA-1575: Yield admission control resources at query end ...................................................................... Patch Set 1: (8 comments) http://gerrit.cloudera.org:8080/#/c/7079/1//COMMIT_MSG Commit Message: PS1, Line 12: query is finished > query has transitioned to a state in which it will no longer return any mor Done PS1, Line 17: and > an error Done PS1, Line 18: ended > cancelled Done Line 19: 3. The query reaches eos (or the DML completes) > Also: The query is cancelled by a client but not closed. (E.g. call HS2::Ca Done PS1, Line 22: complete > avoid this word, e.g. use the wording I suggested above Done Line 24: > call out the limitations, i.e. this doesn't mean all backends have complete Done Line 25: Change-Id: Ia5003d017b3142a160bacf7e3569ff26026b1700 > comment on testing? I assume we still need to do the cluster testing. Added a test and a description of the changes to the test. http://gerrit.cloudera.org:8080/#/c/7079/1/be/src/runtime/coordinator.h File be/src/runtime/coordinator.h: Line 81: /// ImpalaServer::CancelInternal()/ClientRequestState::Cancel().) > augment comment Done -- To view, visit http://gerrit.cloudera.org:8080/7079 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia5003d017b3142a160bacf7e3569ff26026b1700 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Joe McDonnell Gerrit-Reviewer: Dan Hecht Gerrit-Reviewer: Joe McDonnell Gerrit-Reviewer: Marcel Kornacker Gerrit-Reviewer: Matthew Jacobs Gerrit-HasComments: Yes