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 F0577200BB3 for ; Wed, 2 Nov 2016 16:29:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EEF42160B0A; Wed, 2 Nov 2016 15:29:59 +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 69CD7160AF0 for ; Wed, 2 Nov 2016 16:29:59 +0100 (CET) Received: (qmail 75411 invoked by uid 500); 2 Nov 2016 15:29:58 -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 75384 invoked by uid 99); 2 Nov 2016 15:29:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 15:29:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 584722C0057 for ; Wed, 2 Nov 2016 15:29:58 +0000 (UTC) Date: Wed, 2 Nov 2016 15:29:58 +0000 (UTC) From: "James Taylor (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-3433) Local or view indexes cannot be created after PHOENIX-3254 if namespaces enabled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 02 Nov 2016 15:30:00 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15629301#comment-15629301 ] James Taylor commented on PHOENIX-3433: --------------------------------------- +1 > Local or view indexes cannot be created after PHOENIX-3254 if namespaces enabled > -------------------------------------------------------------------------------- > > Key: PHOENIX-3433 > URL: https://issues.apache.org/jira/browse/PHOENIX-3433 > Project: Phoenix > Issue Type: Bug > Reporter: Rajeshbabu Chintaguntla > Assignee: Rajeshbabu Chintaguntla > Priority: Blocker > Fix For: 4.9.0, 4.8.2 > > Attachments: PHOENIX-3433.patch > > > As part of PHOENIX-3254 we are trying to create sequences at server while creating local or view indexes. When we try to create a connection we are always going by namespace config false. So by the time if the SYSTEM tables created with namespaces then we get error while creating local or view indexes. If we need to set the namespace enabled or not as for server configuration. -- This message was sent by Atlassian JIRA (v6.3.4#6332)