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 5CBC410421 for ; Fri, 10 Jan 2014 16:05:30 +0000 (UTC) Received: (qmail 37154 invoked by uid 500); 10 Jan 2014 16:04:54 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 37082 invoked by uid 500); 10 Jan 2014 16:04:51 -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 37067 invoked by uid 99); 10 Jan 2014 16:04:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jan 2014 16:04:50 +0000 Date: Fri, 10 Jan 2014 16:04:50 +0000 (UTC) From: "Neil Ferguson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-10311) Add Scan object to preScannerNext and postScannerNext methods on RegionObserver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Neil Ferguson created HBASE-10311: ------------------------------------- Summary: Add Scan object to preScannerNext and postScannerNext methods on RegionObserver Key: HBASE-10311 URL: https://issues.apache.org/jira/browse/HBASE-10311 Project: HBase Issue Type: New Feature Components: Coprocessors Affects Versions: 0.96.1.1 Reporter: Neil Ferguson I'd like to be able to access the org.apache.hadoop.hbase.client.Scan that was used to create a scanner in the RegionObserver.preScannerNext and RegionObserver.postScannerNext methods. The Scan object is available in the preScannerOpen method, but not in the preScannerNext or postScannerNext methods. The reason is that I'd like to access the attributes of the Scan object. I want to do some resource management in the coprocessor based on some attributes of the Scan object (like, who created it). Alternatively, does anybody know of another way to get hold of the Scan object in these methods without modifying things? -- This message was sent by Atlassian JIRA (v6.1.5#6160)