You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/01/04 03:52:00 UTC

[jira] [Updated] (HBASE-19651) Remove LimitInputStream

     [ https://issues.apache.org/jira/browse/HBASE-19651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-19651:
--------------------------
    Release Note: HBase had copied from guava the file LmiitedInputStream. This commit removes the copied file in favor of (our internal, shaded) guava's ByteStreams.limit. Guava 14.0's LIS noted: "Use ByteStreams.limit(java.io.InputStream, long) instead. This class is scheduled to be removed in Guava release 15.0."

> Remove LimitInputStream
> -----------------------
>
>                 Key: HBASE-19651
>                 URL: https://issues.apache.org/jira/browse/HBASE-19651
>             Project: HBase
>          Issue Type: Improvement
>          Components: hbase
>    Affects Versions: 3.0.0, 2.0.0-beta-2
>            Reporter: BELUGA BEHR
>            Assignee: BELUGA BEHR
>            Priority: Minor
>         Attachments: HBASE-19651.1.patch, HBASE-19651.2.patch, HBASE-19651.3.patch, HBASE-19651.4.patch, HBASE-19651.5.patch, HBASE-19651.6.patch
>
>
> Let us "drink our own champagne" and use the existing Apache Commons BoundedInputStream instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)