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 EE11D11452 for ; Wed, 10 Sep 2014 21:24:33 +0000 (UTC) Received: (qmail 11112 invoked by uid 500); 10 Sep 2014 21:24:33 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 11064 invoked by uid 500); 10 Sep 2014 21:24:33 -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 11053 invoked by uid 99); 10 Sep 2014 21:24:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Sep 2014 21:24:33 +0000 Date: Wed, 10 Sep 2014 21:24:33 +0000 (UTC) From: "Vladimir Rodionov (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11936) IsolationLevel must be attribute of a Query not a Scan 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-11936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129137#comment-14129137 ] Vladimir Rodionov commented on HBASE-11936: ------------------------------------------- READ_UNCOMMITTED should be much cheaper and efficient than it is now (in a future). For Get operation to take advantage of a new and upcoming changes in Scanner machinery we need to control isolation level in a Get itself. > IsolationLevel must be attribute of a Query not a Scan > ------------------------------------------------------ > > Key: HBASE-11936 > URL: https://issues.apache.org/jira/browse/HBASE-11936 > Project: HBase > Issue Type: Bug > Components: Client > Reporter: Vladimir Rodionov > Assignee: Vladimir Rodionov > > The Get operation is implemented in HBase as a Scan. The default isolation level for Scan is READ_COMMITTED. The API to change the isolation level is part of Scan class and there is no way for Get operation to change this from default. We should move this API up to Query (which is a parent of both: Scan and Get). -- This message was sent by Atlassian JIRA (v6.3.4#6332)