[
https://issues.apache.org/jira/browse/HBASE-19092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ramkrishna.s.vasudevan updated HBASE-19092:
-------------------------------------------
Attachment: HBASE-19092-branch-2_5.patch
Patch for branch-2 for initial review.
Based on the discussion over the doc the patch has the following now
{code}
-> Tag is marked LP
-> ExtendedCellBuilder is marked LP now.
-> ExtendedCell is now marked LP.
-> We don't have LP exposed CellUtil for now.
-> Have a cell builder in RegionCPEnv. That does not allow to setSeqId.
-> Move some of the CP related per tag API to the Tag interface.
-> ExtendedCell has now APIs to read the Tags like getTags, getTag, copyTags
etc.
{code}
> Make Tag IA.LimitedPrivate and expose for CPs
> ---------------------------------------------
>
> Key: HBASE-19092
> URL: https://issues.apache.org/jira/browse/HBASE-19092
> Project: HBase
> Issue Type: Sub-task
> Components: Coprocessors
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Priority: Critical
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19092-branch-2.patch,
> HBASE-19092-branch-2_5.patch, HBASE-19092_001-branch-2.patch
>
>
> We need to make tags as LimitedPrivate as some use cases are trying to use
> tags like timeline server. The same topic was discussed in dev@ and also in
> HBASE-18995.
> Shall we target this for beta1 - cc [[email protected]].
> So once we do this all related Util methods and APIs should also move to
> LimitedPrivate Util classes.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)