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 0F4B6109CE for ; Thu, 16 Jan 2014 23:29:25 +0000 (UTC) Received: (qmail 69641 invoked by uid 500); 16 Jan 2014 23:29:22 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 69420 invoked by uid 500); 16 Jan 2014 23:29:20 -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 69392 invoked by uid 99); 16 Jan 2014 23:29:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2014 23:29:20 +0000 Date: Thu, 16 Jan 2014 23:29:20 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-10368) Add Mutation.setWriteToWAL() back to 0.98 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Enis Soztutar created HBASE-10368: ------------------------------------- Summary: Add Mutation.setWriteToWAL() back to 0.98 Key: HBASE-10368 URL: https://issues.apache.org/jira/browse/HBASE-10368 Project: HBase Issue Type: Improvement Components: Client Reporter: Enis Soztutar Assignee: Enis Soztutar Fix For: 0.98.0, 0.99.0 This is similar to HBASE-10339, where we deprecated the API Mutation.setWriteToWAL() in 0.96 and removed it in 0.98. Although 0.94.7+ contains the Durability API which replaces this, for Pig and other tools to be able to compile with 0.94.7- and 0.98 without shims / reflection, the safest way is to add the API back to 0.98 in deprecated mode. [~daijy] says that it may still be important to be able to compile with 0.94.7-, which I kind of agree. -- This message was sent by Atlassian JIRA (v6.1.5#6160)