[
https://issues.apache.org/jira/browse/HBASE-16134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15507094#comment-15507094
]
stack commented on HBASE-16134:
-------------------------------
On #1, yeah, when is that Codec used? On #2, open a new Reader? One that
includes Tags?
On read from memstore, that is a problem. Can MemSlab work here?
Just trying to have it so Tags are first-class. We just have to solve the issue
that stops Cells being put on the RPC. A flag is easy. Just trying to explore
if any other possibility.
> Introduce Cell extension for server side.
> -----------------------------------------
>
> Key: HBASE-16134
> URL: https://issues.apache.org/jira/browse/HBASE-16134
> Project: HBase
> Issue Type: Sub-task
> Components: regionserver
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Fix For: 2.0.0
>
> Attachments: HBASE-16134.patch, HBASE-16134.patch,
> HBASE-16134_V2.patch
>
>
> Came after the discussion under HBASE-15721 and HBASE-15879.
> InternalCell is a Cell extension. We do have Cell extensions across different
> interfaces now.
> SettableSeqId
> SettableTimestamp
> Streamable.
> And demand for this keep growing.
> So let us include everything into one Interface.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)