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 B8CEC200B77 for ; Sat, 20 Aug 2016 00:08:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B7487160AAC; Fri, 19 Aug 2016 22:08:15 +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 0A2BA160AAB for ; Sat, 20 Aug 2016 00:08:14 +0200 (CEST) Received: (qmail 74211 invoked by uid 500); 19 Aug 2016 22:08:14 -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 74196 invoked by uid 99); 19 Aug 2016 22:08:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2016 22:08:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9F8DB1A5431 for ; Fri, 19 Aug 2016 22:08:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id U_1gZEAml0GT for ; Fri, 19 Aug 2016 22:08:11 +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 475865F30E for ; Fri, 19 Aug 2016 22:08:11 +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 u7JM8AKD031944; Fri, 19 Aug 2016 22:08:10 GMT Message-Id: <201608192208.u7JM8AKD031944@ip-10-146-233-104.ec2.internal> Date: Fri, 19 Aug 2016 22:08:10 +0000 From: "Marcel Kornacker (Code Review)" To: impala-cr@cloudera.com, dev@impala.incubator.apache.org Reply-To: marcel@cloudera.com X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-3999=3A_Embed_the_query-wide_fragment_instance_index_in_the_instance_id=0A?= X-Gerrit-Change-Id: Ia56a03ed9a1d7e77c72b66a01cd48c5b6bf3624f X-Gerrit-ChangeURL: X-Gerrit-Commit: 887c6e6c7710e84bd7e65e4917dcb8a235e94563 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: Fri, 19 Aug 2016 22:08:15 -0000 Marcel Kornacker has uploaded a new patch set (#2). Change subject: IMPALA-3999: Embed the query-wide fragment instance index in the instance id ...................................................................... IMPALA-3999: Embed the query-wide fragment instance index in the instance id This adds utility function in uid-util.h to create query and instance ids and convert between them. It also adapts SimpleScheduler to utilize those functions when creating the instance id (TPlanFragmentInstanceCtx.fragment_instance_id). Change-Id: Ia56a03ed9a1d7e77c72b66a01cd48c5b6bf3624f --- M be/src/scheduling/simple-scheduler.cc M be/src/scheduling/simple-scheduler.h M be/src/service/impala-server.cc M be/src/util/CMakeLists.txt A be/src/util/uid-util-test.cc M be/src/util/uid-util.h M common/thrift/ImpalaInternalService.thrift 7 files changed, 106 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/65/4065/2 -- To view, visit http://gerrit.cloudera.org:8080/4065 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ia56a03ed9a1d7e77c72b66a01cd48c5b6bf3624f Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Marcel Kornacker