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 5887119909 for ; Fri, 29 Apr 2016 17:45:13 +0000 (UTC) Received: (qmail 41312 invoked by uid 500); 29 Apr 2016 17:45:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 41261 invoked by uid 500); 29 Apr 2016 17:45:13 -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 41242 invoked by uid 99); 29 Apr 2016 17:45:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Apr 2016 17:45:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E0C632C1F5D for ; Fri, 29 Apr 2016 17:45:12 +0000 (UTC) Date: Fri, 29 Apr 2016 17:45:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15735) Tightening of the CP contract 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-15735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15264414#comment-15264414 ] Ted Yu commented on HBASE-15735: -------------------------------- lgtm > Tightening of the CP contract > ------------------------------ > > Key: HBASE-15735 > URL: https://issues.apache.org/jira/browse/HBASE-15735 > Project: HBase > Issue Type: Sub-task > Components: regionserver, Scanners > Reporter: Anoop Sam John > Assignee: Anoop Sam John > Fix For: 2.0.0 > > Attachments: HBASE-15735.patch, HBASE-15735.patch > > > This is after the discussion in dev@ under 'DISCUSSION: A tightening of the CP contract in hbase 2.0.0' > "CPs can read Cells passed them on a CP hook invocation but > they must not retain references beyond the life of the invocation; they > must copy Cells if they intend to retain them beyond the invocation, pass > the Cells off to upper tiers, or return them otherwise to clients." > Also this Jira will cleanup some code which was doing the copy of the Cells while passing to CP hooks assuming it might keep cell refs. Now as we say it explicitly in CP APIs, we dont need this copy. -- This message was sent by Atlassian JIRA (v6.3.4#6332)