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 D826A200B80 for ; Wed, 31 Aug 2016 03:35:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D68CD160AC5; Wed, 31 Aug 2016 01:35:42 +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 2A6CE160ABA for ; Wed, 31 Aug 2016 03:35:42 +0200 (CEST) Received: (qmail 71943 invoked by uid 500); 31 Aug 2016 01:35:41 -0000 Mailing-List: contact dev-help@impala.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@impala.incubator.apache.org Delivered-To: mailing list dev@impala.incubator.apache.org Received: (qmail 71932 invoked by uid 99); 31 Aug 2016 01:35:41 -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, 31 Aug 2016 01:35:41 +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 9AE86188573 for ; Wed, 31 Aug 2016 01:35:40 +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-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 6LKW9AkDKjB7 for ; Wed, 31 Aug 2016 01:35:39 +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-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id A991F5F252 for ; Wed, 31 Aug 2016 01:35:39 +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 u7V1ZdsK011880; Wed, 31 Aug 2016 01:35:39 GMT Message-Id: <201608310135.u7V1ZdsK011880@ip-10-146-233-104.ec2.internal> Date: Wed, 31 Aug 2016 01:35:39 +0000 From: "Marcel Kornacker (Code Review)" To: Sailesh Mukil , impala-cr@cloudera.com, dev@impala.incubator.apache.org CC: Lars Volker , Henry Robinson , Dan Hecht , David Knupp , Matthew Jacobs Reply-To: marcel@cloudera.com X-Gerrit-MessageType: comment Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-4014=3A_Introduce_query-wide_execution_state=2E=0A?= X-Gerrit-Change-Id: I892091d6401acb2ea91ccb1623af54c6f9635e6c X-Gerrit-ChangeURL: X-Gerrit-Commit: 6d5f6a632ac9395b9ecb96b0e94831541fb4c2f3 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.2 archived-at: Wed, 31 Aug 2016 01:35:43 -0000 Marcel Kornacker has posted comments on this change. Change subject: IMPALA-4014: Introduce query-wide execution state. ...................................................................... Patch Set 11: > From the discussion today: > > Points agreed on: > - Collapse Executors and states, i.e. collapse FragmentInstanceExecutor > into FragmentInstanceState, so that responsibilities and boundaries > of classes are clear. > > - QueryExecMgr is still responsible for setting up the QueryState > and creating the fragment threads for now. Once the per-query RPC > is implemented, the model will change such that QueryExecMgr > creates a “query" thread which sets up the QueryState and starts > the fragment threads. Small correction: once we have the per-query rpc we'll still have QEM create the QueryState and register it before starting the query thread (which then starts the fragment instance threads). > > Additionally, I'll put out a separate patch with *only* headers > that are parallel with the existing headers, so that Lars can use > that to work on the per-query RPC. -- To view, visit http://gerrit.cloudera.org:8080/3817 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I892091d6401acb2ea91ccb1623af54c6f9635e6c Gerrit-PatchSet: 11 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil Gerrit-Reviewer: Dan Hecht Gerrit-Reviewer: David Knupp Gerrit-Reviewer: Henry Robinson Gerrit-Reviewer: Lars Volker Gerrit-Reviewer: Marcel Kornacker Gerrit-Reviewer: Matthew Jacobs Gerrit-Reviewer: Sailesh Mukil Gerrit-HasComments: No