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

Sean Busbey commented on HBASE-11893:
-------------------------------------

Since RowTooBigException is IA.Public it has to go through a deprecation cycle 
on a major version. I don't know if this is better handled by whomever 
backports to branch-1 and 0.98 or in this patch.

The backwards compatible version that can go in the version that carries the 
deprecation marker can be done by keeping a RTBE that lives in 
o.a.h.h.regionserver and extends o.a.h.h.client.RTBE.  StoreScanner would then 
need to throw the regionserver version and the test would check for the client 
version as it does in the current patch.

> RowTooBigException should be in hbase-client module
> ---------------------------------------------------
>
>                 Key: HBASE-11893
>                 URL: https://issues.apache.org/jira/browse/HBASE-11893
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>            Reporter: Sean Busbey
>            Assignee: Mikhail Antonov
>            Priority: Minor
>              Labels: beginner
>         Attachments: HBASE-11893.patch
>
>
> RowTooBigException is Public get thrown from client calls. It should be in 
> hbase-client instead of hbase-server.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to