Return-Path: X-Original-To: apmail-impala-dev-archive@minotaur.apache.org Delivered-To: apmail-impala-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 067CA18F28 for ; Tue, 19 Apr 2016 00:53:55 +0000 (UTC) Received: (qmail 77829 invoked by uid 500); 19 Apr 2016 00:53:54 -0000 Delivered-To: apmail-impala-dev-archive@impala.apache.org Received: (qmail 77787 invoked by uid 500); 19 Apr 2016 00:53:54 -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 77776 invoked by uid 99); 19 Apr 2016 00:53:54 -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, 19 Apr 2016 00:53:54 +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 1FCDEC0166 for ; Tue, 19 Apr 2016 00:53:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.612 X-Spam-Level: X-Spam-Status: No, score=0.612 tagged_above=-999 required=6.31 tests=[FREEMAIL_REPLYTO_END_DIGIT=0.25, RDNS_DYNAMIC=0.363, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id dky78TOIrggT for ; Tue, 19 Apr 2016 00:53:52 +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 270E95FB2B for ; Tue, 19 Apr 2016 00:53:52 +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 u3J0rolY015384; Tue, 19 Apr 2016 00:53:50 GMT Date: Tue, 19 Apr 2016 00:53:50 +0000 From: "Harrison Sheinblatt (Code Review)" To: impala-cr@cloudera.com, dev@impala.incubator.apache.org Message-ID: Reply-To: hs7@hotmail.com X-Gerrit-MessageType: newchange Subject: =?UTF-8?Q?[Impala-CR](cdh5-trunk)_IMPALA-2276:_Isilon_and_s3_builds_must_fail_with_stale_snapshot=0A?= X-Gerrit-Change-Id: I98faaa4a66e5715bd86289a56d199599b9011f52 X-Gerrit-ChangeURL: X-Gerrit-Commit: e1ca7bda30734f3ebc9c18abaa23f5d43139c1a6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.10-rc0 Harrison Sheinblatt has uploaded a new change for review. http://gerrit.cloudera.org:8080/2811 Change subject: IMPALA-2276: Isilon and s3 builds must fail with stale snapshot ...................................................................... IMPALA-2276: Isilon and s3 builds must fail with stale snapshot If a stale snapshot is detected, the full data load proceeds even if the option to skip data load was set. A check is added to fail immediately if this happens for isilon or s3 because the full data load will not work on these filesystems currently. Change-Id: I98faaa4a66e5715bd86289a56d199599b9011f52 --- M testdata/bin/create-load-data.sh 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/11/2811/1 -- To view, visit http://gerrit.cloudera.org:8080/2811 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I98faaa4a66e5715bd86289a56d199599b9011f52 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Harrison Sheinblatt