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 B492BCD87 for ; Wed, 17 Dec 2014 18:41:37 +0000 (UTC) Received: (qmail 67974 invoked by uid 500); 17 Dec 2014 18:41:37 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 67924 invoked by uid 500); 17 Dec 2014 18:41:37 -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 67913 invoked by uid 99); 17 Dec 2014 18:41:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 18:41:37 +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; Wed, 17 Dec 2014 18:41:15 +0000 Received: (qmail 67522 invoked by uid 99); 17 Dec 2014 18:41:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 18:41:13 +0000 Date: Wed, 17 Dec 2014 18:41:13 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-1536) Make use of SplitTransaction to split local index region from 0.98.9 onwards 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-1536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14250286#comment-14250286 ] Andrew Purtell commented on PHOENIX-1536: ----------------------------------------- The consensus on HBASE-12566 is low level region implementation marked as Private should not be promoted to LimitedPrivate. I suspect the same will be said about SplitTransaction (which IMO touches a ton of other low level stuff, region impl, filesystem layouts, znode/master coordination, etc.), but of course a conversation is worth having on dev@hbase. > Make use of SplitTransaction to split local index region from 0.98.9 onwards > ---------------------------------------------------------------------------- > > Key: PHOENIX-1536 > URL: https://issues.apache.org/jira/browse/PHOENIX-1536 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.2.2 > Reporter: Rajeshbabu Chintaguntla > Fix For: 5.0.0, 4.3 > > Attachments: PHOENIX-1536.patch > > > Currently we are using IndexSpilitTransaction which is duplicate of SplitTransaction with minor changes. From 0.98.9 onwards we can use the SplitTransaction itself. -- This message was sent by Atlassian JIRA (v6.3.4#6332)