[ https://issues.apache.org/jira/browse/HBASE-16134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15354598#comment-15354598 ]
stack commented on HBASE-16134: ------------------------------- Can we not have a WithTagsCodec and a WithoutTagsCodec and then dependent on context do one or the other? (I've asked this before and the answer is not neat and tidy if I remember correctly). Tags needs to be integral, not an appendage requires that we override a bunch of our API just to add the withTags... Can do in another issue. This one is doing enough already. > Introduce InternalCell > ---------------------- > > 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)