Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1302F5EF for ; Sat, 4 May 2013 05:30:19 +0000 (UTC) Received: (qmail 96087 invoked by uid 500); 4 May 2013 05:30:19 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 95762 invoked by uid 500); 4 May 2013 05:30:18 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 95712 invoked by uid 99); 4 May 2013 05:30:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 May 2013 05:30:18 +0000 Date: Sat, 4 May 2013 05:30:18 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HBASE-8355) BaseRegionObserver#preCompactScannerOpen returns null MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649018#comment-13649018 ] Lars Hofhansl edited comment on HBASE-8355 at 5/4/13 5:29 AM: -------------------------------------------------------------- Hmm... Yes. So at least I got that part of my original patch right. :) I seem to recall that I had a good reason for returning null in BaseRegionObserver, but since I can't remember why now and there appears to be no good reason for it I agree with Jesse. was (Author: lhofhansl): Hmm... Yes. So at least I got that part of my original patch right. :) I seem to recall that I had a good reason for return null in BaseRegionObserver, but since I can't remember why now and there appears to be no good reason for for it I agree with Jesse. > BaseRegionObserver#preCompactScannerOpen returns null > ----------------------------------------------------- > > Key: HBASE-8355 > URL: https://issues.apache.org/jira/browse/HBASE-8355 > Project: HBase > Issue Type: Bug > Components: Coprocessors > Affects Versions: 0.98.0, 0.94.8, 0.95.1 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Attachments: 8355-0.94.patch, 8355.patch > > > As pointed out in https://github.com/forcedotcom/phoenix/pull/131, BaseRegionObserver#preCompactScannerOpen returns null by default, which hoses any coprocessors down the line, making override of this method mandatory. The fix is trivial, patch coming momentarily. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira