From issues-return-7477-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Mon Jun 10 01:36:01 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9B21D180670 for ; Mon, 10 Jun 2019 03:36:01 +0200 (CEST) Received: (qmail 76217 invoked by uid 500); 10 Jun 2019 01:36:01 -0000 Mailing-List: contact issues-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list issues@phoenix.apache.org Received: (qmail 76201 invoked by uid 99); 10 Jun 2019 01:36:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2019 01:36:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5B228E2D41 for ; Mon, 10 Jun 2019 01:36:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 15E2F24637 for ; Mon, 10 Jun 2019 01:36:00 +0000 (UTC) Date: Mon, 10 Jun 2019 01:36:00 +0000 (UTC) From: "Hudson (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-5327) PherfMainIT fails with duplicate TABLE/INDEX. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-5327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859645#comment-16859645 ] Hudson commented on PHOENIX-5327: --------------------------------- FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.5 #22 (See [https://builds.apache.org/job/Phoenix-4.x-HBase-1.5/22/]) PHOENIX-5327 Disable PherfMainIT. (larsh: rev feec7eeeddc4c2e6618e24a219bfbc172acb471d) * (edit) phoenix-pherf/src/it/java/org/apache/phoenix/pherf/PherfMainIT.java > PherfMainIT fails with duplicate TABLE/INDEX. > --------------------------------------------- > > Key: PHOENIX-5327 > URL: https://issues.apache.org/jira/browse/PHOENIX-5327 > Project: Phoenix > Issue Type: Test > Affects Versions: 4.15.0, 5.1.0 > Reporter: Lars Hofhansl > Priority: Major > Fix For: 4.15.0, 5.1.0 > > > {code:java} > INFO] Running org.apache.phoenix.pherf.PherfMainIT > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 54.221 s <<< FAILURE! - in org.apache.phoenix.pherf.PherfMainIT > [ERROR] testPherfMain(org.apache.phoenix.pherf.PherfMainIT) Time elapsed: 10.455 s <<< ERROR! > java.util.concurrent.ExecutionException: org.apache.phoenix.schema.TableAlreadyExistsException: ERROR 1013 (42M04): Table already exists. tableName=PHERF.IDX_DIVISION > at org.apache.phoenix.pherf.PherfMainIT.testPherfMain(PherfMainIT.java:42) > Caused by: org.apache.phoenix.schema.TableAlreadyExistsException: ERROR 1013 (42M04): Table already exists. tableName=PHERF.IDX_DIVISION > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)