Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 25215 invoked from network); 30 Oct 2010 16:57:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Oct 2010 16:57:44 -0000 Received: (qmail 61376 invoked by uid 500); 30 Oct 2010 16:57:44 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 61314 invoked by uid 500); 30 Oct 2010 16:57:44 -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 61306 invoked by uid 99); 30 Oct 2010 16:57:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 16:57:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Oct 2010 16:57:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9UGvKCu004774 for ; Sat, 30 Oct 2010 16:57:20 GMT Message-ID: <11324880.157341288457840344.JavaMail.jira@thor> Date: Sat, 30 Oct 2010 12:57:20 -0400 (EDT) From: "Jonathan Gray (JIRA)" To: issues@hbase.apache.org Subject: [jira] Updated: (HBASE-3174) Add ability for Get operations to enable/disable use of block caching In-Reply-To: <30479253.152741288396879569.JavaMail.jira@thor> 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/HBASE-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gray updated HBASE-3174: --------------------------------- Attachment: HBASE-3174-FINAL.patch Final patch that was committed including rpc version change. > Add ability for Get operations to enable/disable use of block caching > --------------------------------------------------------------------- > > Key: HBASE-3174 > URL: https://issues.apache.org/jira/browse/HBASE-3174 > Project: HBase > Issue Type: Improvement > Components: client, regionserver > Reporter: Jonathan Gray > Assignee: Jonathan Gray > Priority: Minor > Fix For: 0.90.0 > > Attachments: HBASE-3174-FINAL.patch, HBASE-3174-v1.patch > > > The public Get API does not currently support enabling/disabling the block cache like Scans do. No reason they shouldn't and now that they get converted into Scans this should be fairly trivial. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.