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 5439A200D4A for ; Tue, 28 Nov 2017 20:50:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 52CFD160C07; Tue, 28 Nov 2017 19:50:04 +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 97F89160BE7 for ; Tue, 28 Nov 2017 20:50:03 +0100 (CET) Received: (qmail 59316 invoked by uid 500); 28 Nov 2017 19:50:02 -0000 Mailing-List: contact reviews-help@impala.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@impala.apache.org Received: (qmail 59296 invoked by uid 99); 28 Nov 2017 19:50:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2017 19:50:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C3233C6115 for ; Tue, 28 Nov 2017 19:50:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.562 X-Spam-Level: ** X-Spam-Status: No, score=2.562 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KB_WAM_FROM_NAME_SINGLEWORD=0.2, RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id FdmvsIv8NMRM for ; Tue, 28 Nov 2017 19:50:00 +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 31C325F239 for ; Tue, 28 Nov 2017 19:50:00 +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 vASJnwHo011164; Tue, 28 Nov 2017 19:49:58 GMT Message-Id: <201711281949.vASJnwHo011164@ip-10-146-233-104.ec2.internal> X-Gerrit-PatchSet: 2 Date: Tue, 28 Nov 2017 19:49:58 +0000 From: "Dimitris Tsirogiannis (Code Review)" To: Bharath Vissapragada , impala-cr@cloudera.com, reviews@impala.incubator.apache.org X-Gerrit-MessageType: newpatchset Subject: =?UTF-8?Q?=5BImpala-ASF-CR=5D_IMPALA-6053=3A_Fix_exception_when_storadeIds_don=27t_match_hosts=0A?= X-Gerrit-Change-Id: Ia3d685208dce7a1cbe94a33b8ac9aeb7c8a3f391 X-Gerrit-Change-Number: 8668 X-Gerrit-ChangeURL: X-Gerrit-Commit: 6187de7f40158ab2f0ecf19b6a81081f2aeeb9c8 In-Reply-To: References: Reply-To: dtsirogiannis@cloudera.com, impala-cr@cloudera.com, marcelk@gmail.com, bharathv@cloudera.com, reviews@impala.incubator.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.14.2 Content-Type: multipart/alternative; boundary="t/lq6zrF3YE="; charset=UTF-8 archived-at: Tue, 28 Nov 2017 19:50:04 -0000 --t/lq6zrF3YE= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello Bharath Vissapragada, I'd like you to reexamine a change=2E Please = visit http://gerrit=2Ecloudera=2Eorg:8080/8668 to look at the new pat= ch set (#2)=2E Change subject: IMPALA-6053: Fix exception when storadeIds = don't match hosts =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E=2E= =2E IMPALA-6053: Fix exception when storadeIds don't match hosts This com= mit fixes an issue where an IllegalStateException is thrown if there is a m= ismatch between the number of storageIDs and the number of host locations o= f a file block, causing the metadata load of a table to abort=2E With this = fix, the storadeIDs are ignored if they don't match the number of hosts of = a block, allowing table loading to proceed=2E That change will also cause r= emote reads during table scans for the blocks for which the mismatch was de= tected=2E Testing: No additional tests were added as this error was trigge= red on an EMC Isilon system v8=2E0=2E Change-Id: Ia3d685208dce7a1cbe94a33b= 8ac9aeb7c8a3f391 --- M fe/src/main/java/org/apache/impala/catalog/HdfsParti= tion=2Ejava 1 file changed, 11 insertions(+), 16 deletions(-) git pull = ssh://gerrit=2Ecloudera=2Eorg:29418/Impala-ASF refs/changes/68/8668/2 -- T= o view, visit http://gerrit=2Ecloudera=2Eorg:8080/8668 To unsubscribe, visi= t http://gerrit=2Ecloudera=2Eorg:8080/settings Gerrit-Project: Impala-ASF = Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ia3= d685208dce7a1cbe94a33b8ac9aeb7c8a3f391 Gerrit-Change-Number: 8668 Gerrit-Pa= tchSet: 2 Gerrit-Owner: Dimitris Tsirogiannis Gerrit-Reviewer: Bharath Vissapragada Gerrit-Re= viewer: Dimitris Tsirogiannis --t/lq6zrF3YE=--