Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 587D81066A for ; Wed, 16 Jul 2014 18:32:07 +0000 (UTC) Received: (qmail 59894 invoked by uid 500); 16 Jul 2014 18:32:06 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 59582 invoked by uid 500); 16 Jul 2014 18:32:06 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 59517 invoked by uid 99); 16 Jul 2014 18:32:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 18:32:06 +0000 Date: Wed, 16 Jul 2014 18:32:05 +0000 (UTC) From: "stack (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-962) Isolation level support in HBase transactions 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-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-962. ------------------------- Resolution: Later Resolving as 'later'. Issue is stale. Won't do different isolation levels in hbase, at least not in foreseeable future, but may do so on top of hbase. > Isolation level support in HBase transactions > --------------------------------------------- > > Key: HBASE-962 > URL: https://issues.apache.org/jira/browse/HBASE-962 > Project: HBase > Issue Type: Improvement > Components: io, IPC/RPC, regionserver > Reporter: Jaeyun Noh > > There will be some case that we don't strict transaction isolation level. Just a ReadCommitted iso-level will be sufficient in some application. (Non-repeatable read, phantom possible) > And, it would be great to specify which isolation level will be used in HBase transaction by an enumeration. -- This message was sent by Atlassian JIRA (v6.2#6252)