You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/10/18 05:38:58 UTC

[jira] [Commented] (HBASE-16145) MultiRowRangeFilter constructor shouldn't throw IOException

    [ https://issues.apache.org/jira/browse/HBASE-16145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15584533#comment-15584533 ] 

Hudson commented on HBASE-16145:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1806 (See [https://builds.apache.org/job/HBase-Trunk_matrix/1806/])
HBASE-16145 MultiRowRangeFilter constructor shouldn't throw IOException (tedyu: rev 10840a51e851d3ea50749a9527310142a967dab3)
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/RowCounter.java
* (edit) hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/ScannerModel.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/filter/MultiRowRangeFilter.java


> 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
>             Fix For: 2.0.0
>
>         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)