Return-Path: X-Original-To: apmail-phoenix-dev-archive@minotaur.apache.org Delivered-To: apmail-phoenix-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 E6C7F109AC for ; Tue, 10 Feb 2015 17:44:33 +0000 (UTC) Received: (qmail 22538 invoked by uid 500); 10 Feb 2015 17:44:33 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 22484 invoked by uid 500); 10 Feb 2015 17:44:33 -0000 Mailing-List: contact dev-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 dev@phoenix.apache.org Received: (qmail 22473 invoked by uid 99); 10 Feb 2015 17:44:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 17:44:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 10 Feb 2015 17:44:32 +0000 Received: (qmail 21713 invoked by uid 99); 10 Feb 2015 17:44:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 17:44:12 +0000 Date: Tue, 10 Feb 2015 17:44:12 +0000 (UTC) From: "James Taylor (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PHOENIX-1649) Confusing TableNotFoundException error message while querying first time on a table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PHOENIX-1649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1649: ---------------------------------- Attachment: PHOENIX-1649_master.patch Patch for removing System.out.println from master branch. > Confusing TableNotFoundException error message while querying first time on a table > ----------------------------------------------------------------------------------- > > Key: PHOENIX-1649 > URL: https://issues.apache.org/jira/browse/PHOENIX-1649 > Project: Phoenix > Issue Type: Bug > Reporter: Rajeshbabu Chintaguntla > Assignee: Rajeshbabu Chintaguntla > Fix For: 5.0.0, 4.3 > > Attachments: PHOENIX-1649.patch, PHOENIX-1649_master.patch > > > {noformat} > 0: jdbc:phoenix:localhost> upsert into t values(1,2,3); > org.apache.phoenix.schema.TableNotFoundException: ERROR 1012 (42M03): Table undefined. tableName=T > 1 row affected (0.021 seconds) > 0: jdbc:phoenix:localhost> > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)