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 CC71E200B64 for ; Tue, 2 Aug 2016 20:18:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CB346160A65; Tue, 2 Aug 2016 18:18:22 +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 17B00160A76 for ; Tue, 2 Aug 2016 20:18:21 +0200 (CEST) Received: (qmail 6329 invoked by uid 500); 2 Aug 2016 18:18:20 -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 6302 invoked by uid 99); 2 Aug 2016 18:18:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 18:18:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 916092C0D5D for ; Tue, 2 Aug 2016 18:18:20 +0000 (UTC) Date: Tue, 2 Aug 2016 18:18:20 +0000 (UTC) From: "Thomas D'Silva (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-3130) Ignore ASYNC and build indexes synchronously based on config property MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 18:18:23 -0000 [ https://issues.apache.org/jira/browse/PHOENIX-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404521#comment-15404521 ] Thomas D'Silva commented on PHOENIX-3130: ----------------------------------------- Sure will work on this today. > Ignore ASYNC and build indexes synchronously based on config property > --------------------------------------------------------------------- > > Key: PHOENIX-3130 > URL: https://issues.apache.org/jira/browse/PHOENIX-3130 > Project: Phoenix > Issue Type: Bug > Reporter: James Taylor > Assignee: Thomas D'Silva > Fix For: 4.8.1 > > > At test time, we want to ignore the ASYNC keyword on CREATE INDEX and instead just build the index synchronously. We can control this through a config parameter defaulted to true at test time and false otherwise. -- This message was sent by Atlassian JIRA (v6.3.4#6332)