[
https://issues.apache.org/jira/browse/HBASE-11857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14114554#comment-14114554
]
Andrew Purtell commented on HBASE-11857:
----------------------------------------
These classes are marked Interface.Private. In addition to the change proposed
on this JIRA, that annotation must be changed to
@InterfaceAudience.LimitedPrivate({HBaseInterfaceAudience.COPROC,
HBaseInterfaceAudience.PHOENIX})
> Restore ReaderBase.initAfterCompression() and
> WALCellCodec.create(Configuration, CompressionContext)
> ----------------------------------------------------------------------------------------------------
>
> Key: HBASE-11857
> URL: https://issues.apache.org/jira/browse/HBASE-11857
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
>
> ReaderBase.initAfterCompression() and WALCellCodec.create(Configuration,
> CompressionContext) were removed when adding Cell codec to WAL header.
> Some downstream projects, such as Phoenix, depend on these methods.
> This JIRA is to restore these methods.
> Thanks to Jeffrey who found this issue.
--
This message was sent by Atlassian JIRA
(v6.2#6252)