[
https://issues.apache.org/jira/browse/HBASE-10255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858474#comment-13858474
]
Andrew Purtell commented on HBASE-10255:
----------------------------------------
Like I said, we are already on shaky ground here. Let's get back to Stack's
earlier question:
{quote}
Out of interest, what brings on the need for an upgrade and the need to remove
LIS?
{quote}
What is the current need to do this? Seems like we are going to introduce new
probably code and test instability for the sake of what exactly?
> Remove dependency on LimitInputStream
> -------------------------------------
>
> Key: HBASE-10255
> URL: https://issues.apache.org/jira/browse/HBASE-10255
> Project: HBase
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 10255-v1.txt
>
>
> LimitInputStream has always been a @Beta API and beta apis aren't guaranteed
> to remain stable over such a long period (v12 to v15).
> LimitInputStream was copied from Guava v12
> The recommended replacement is to use ByteStreams#limit(java.io.InputStream,
> long) instead.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)