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 C0CC6200C4D for ; Wed, 5 Apr 2017 20:19:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF662160B94; Wed, 5 Apr 2017 18:19:10 +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 1323B160B76 for ; Wed, 5 Apr 2017 20:19:09 +0200 (CEST) Received: (qmail 81155 invoked by uid 500); 5 Apr 2017 18:19:09 -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 81137 invoked by uid 99); 5 Apr 2017 18:19:08 -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, 05 Apr 2017 18:19:08 +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 0B3841813A4 for ; Wed, 5 Apr 2017 18:19:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.363 X-Spam-Level: X-Spam-Status: No, score=0.363 tagged_above=-999 required=6.31 tests=[RDNS_DYNAMIC=0.363, SPF_PASS=-0.001, URIBL_BLOCKED=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 VQm1LpK445lj for ; Wed, 5 Apr 2017 18:19:05 +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 5808D5F1E9 for ; Wed, 5 Apr 2017 18:19:05 +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 v35IJ4O6009045; Wed, 5 Apr 2017 18:19:04 GMT Message-Id: <201704051819.v35IJ4O6009045@ip-10-146-233-104.ec2.internal> Date: Wed, 5 Apr 2017 18:19:04 +0000 From: "Marcel Kornacker (Code Review)" To: impala-cr@cloudera.com, reviews@impala.incubator.apache.org CC: Henry Robinson , Dan Hecht Reply-To: marcel@cloudera.com X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-2550=3A_Switch_to_per-query_exec_rpc=0A?= X-Gerrit-Change-Id: I20769e420711737b6b385c744cef4851cee3facd X-Gerrit-ChangeURL: X-Gerrit-Commit: 92c003b1527ddbb340e403b8acb44df29c572db5 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, 05 Apr 2017 18:19:10 -0000 Marcel Kornacker has posted comments on this change. Change subject: IMPALA-2550: Switch to per-query exec rpc ...................................................................... Patch Set 3: (15 comments) http://gerrit.cloudera.org:8080/#/c/6535/3/common/thrift/ImpalaInternalService.thrift File common/thrift/ImpalaInternalService.thrift: PS3, Line 381: the total number : // of fragment instances > what's that? Done PS3, Line 386: i32 > Types.TFragmentIdx ? Done PS3, Line 412: 6: list destinations > isn't that common across all instances? Done PS3, Line 414: fragment > instance? Done PS3, Line 435: coord_state_idx > not clear why the backend will care what index it was represented by in a c Done Line 441: 4: list fragment_ctxs > are these in any particular order? i explained the ordering for fragment_instance_ctxs Line 453: // ReportExecStatus > other RPC names have a blank line after them, which makes them easier to fi Done PS3, Line 552: overall > what does "overall" mean here? this makes it seem like it's the merged sta changed code to match description PS3, Line 560: insert_exec_status > I guess this will hold the insert status for all instances, right? rephrased Line 563: 7: optional map error_log; > and same here. this will be the aggregated error log across all instances? rephrased PS3, Line 572: CancelPlanFragment > CancelQueryFInstances Done Line 669: > It would be helpful to add the RPC comment to show which RPC the following Done Line 699: > // PublishFilter Done PS3, Line 734: ReportExecStatus > Eventually this will report status for all the instances (at least in the p well, it's overall backend execution status (this could report an error even before any fragment instances are started), so that's why i thought 'exec status' is still the right scope Line 739: TCancelQueryFInstancesResult CancelQueryFInstances( i didn't want to name this CancelQuery, because that sounds too much like a client-related rpc -- To view, visit http://gerrit.cloudera.org:8080/6535 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I20769e420711737b6b385c744cef4851cee3facd Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Marcel Kornacker Gerrit-Reviewer: Dan Hecht Gerrit-Reviewer: Henry Robinson Gerrit-Reviewer: Marcel Kornacker Gerrit-HasComments: Yes