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 E8ED118E7F for ; Tue, 12 Jan 2016 07:23:40 +0000 (UTC) Received: (qmail 21818 invoked by uid 500); 12 Jan 2016 07:23:40 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 21451 invoked by uid 500); 12 Jan 2016 07:23:40 -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 21389 invoked by uid 99); 12 Jan 2016 07:23:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2016 07:23:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C6B732C14F7 for ; Tue, 12 Jan 2016 07:23:39 +0000 (UTC) Date: Tue, 12 Jan 2016 07:23:39 +0000 (UTC) From: "Yu Li (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-15089) Compatibility issue on HTable#flushCommits MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Yu Li created HBASE-15089: ----------------------------- Summary: Compatibility issue on HTable#flushCommits Key: HBASE-15089 URL: https://issues.apache.org/jira/browse/HBASE-15089 Project: HBase Issue Type: Bug Affects Versions: 1.1.2 Reporter: Yu Li Assignee: Yu Li Priority: Minor Previously in 0.98 HTable#flushCommits throws InterruptedIOException and RetriesExhaustedWithDetailsException, but now in 1.1.2 this method signature has been changed to throw IOException, which will force application code changes for exception handling (previous catch on InterruptedIOException and RetriesExhaustedWithDetailsException become invalid). In this JIRA we propose to recover the compatibility. -- This message was sent by Atlassian JIRA (v6.3.4#6332)