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

Enis Soztutar commented on HBASE-10529:
---------------------------------------

Agreed that ideally, we should not be cloning cells. Since Cell is a public 
interface, I am afraid that this will also enable the clients to freely depend 
on Cell's being cloneable. It seems that we only need Cell's to be cloneable 
for the memstore implementation, right? Shall we do smt like a CellCloneable 
and use it internally? 

> Make Cell extend Cloneable
> --------------------------
>
>                 Key: HBASE-10529
>                 URL: https://issues.apache.org/jira/browse/HBASE-10529
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>             Fix For: 0.99.0
>
>         Attachments: HBSE-10529.patch
>
>
> Refer to the parent JIRA for discussion on making extending Cloneable.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to