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 67B7C17B93 for ; Tue, 28 Apr 2015 17:12:37 +0000 (UTC) Received: (qmail 11001 invoked by uid 500); 28 Apr 2015 17:12:37 -0000 Delivered-To: apmail-phoenix-dev-archive@phoenix.apache.org Received: (qmail 10938 invoked by uid 500); 28 Apr 2015 17:12: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 10917 invoked by uid 99); 28 Apr 2015 17:12:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 17:12:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: message received from 54.76.25.247 which is an MX secondary for dev@phoenix.apache.org) Received: from [54.76.25.247] (HELO mx1-eu-west.apache.org) (54.76.25.247) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 17:12:09 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 0A45F2AA5D for ; Tue, 28 Apr 2015 17:12:07 +0000 (UTC) Received: (qmail 10253 invoked by uid 99); 28 Apr 2015 17:12:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 17:12:07 +0000 Date: Tue, 28 Apr 2015 17:12:07 +0000 (UTC) From: "Rajeshbabu Chintaguntla (JIRA)" To: dev@phoenix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PHOENIX-1855) Remove calls to RegionServerService.getCatalogTracker() in local indexing 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-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajeshbabu Chintaguntla updated PHOENIX-1855: --------------------------------------------- Fix Version/s: 4.4.0 > Remove calls to RegionServerService.getCatalogTracker() in local indexing > ------------------------------------------------------------------------- > > Key: PHOENIX-1855 > URL: https://issues.apache.org/jira/browse/PHOENIX-1855 > Project: Phoenix > Issue Type: Bug > Reporter: James Taylor > Assignee: Rajeshbabu Chintaguntla > Fix For: 4.4.0 > > Attachments: PHOENIX-1855.patch > > > Apparently there is an HDP specific incompatibility between HDP 2.2 and Phoenix 4.3 wrt local indexing. Calls to RegionServerService.getCatalogTracker() may be the culprit as the HDP release has a different method signature than the open source HBase releases. See http://s.apache.org/zyS for details, as this can lead to a data corruption issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)