Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 93D42200B35 for ; Tue, 5 Jul 2016 19:53:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 925E9160A6F; Tue, 5 Jul 2016 17:53:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0EFA8160A2C for ; Tue, 5 Jul 2016 19:53:11 +0200 (CEST) Received: (qmail 85068 invoked by uid 500); 5 Jul 2016 17:53:11 -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 85038 invoked by uid 99); 5 Jul 2016 17:53:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2016 17:53:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0FB642C02A4 for ; Tue, 5 Jul 2016 17:53:11 +0000 (UTC) Date: Tue, 5 Jul 2016 17:53:11 +0000 (UTC) From: "Konstantin Ryakhovskiy (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16145) MultiRowRangeFilter constructor shouldn't throw IOException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 05 Jul 2016 17:53:12 -0000 [ https://issues.apache.org/jira/browse/HBASE-16145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Ryakhovskiy updated HBASE-16145: ------------------------------------------- Status: Open (was: Patch Available) > MultiRowRangeFilter constructor shouldn't throw IOException > ----------------------------------------------------------- > > Key: HBASE-16145 > URL: https://issues.apache.org/jira/browse/HBASE-16145 > Project: HBase > Issue Type: Wish > Reporter: Konstantin Ryakhovskiy > Assignee: Konstantin Ryakhovskiy > Priority: Minor > Attachments: HBASE-16145.master.001.patch, HBASE-16145.master.002.patch > > > MultiRowRangeFilter constructor declares IOException. > The constructor: > - sorts and merges incoming arguments - list of ranges, > - assigns sorted list to a private variable and does not do anything else. > There is no reason to declare IOException. -- This message was sent by Atlassian JIRA (v6.3.4#6332)