[
https://issues.apache.org/jira/browse/HBASE-10529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13907281#comment-13907281
]
Matt Corgan commented on HBASE-10529:
-------------------------------------
Sorry, I'm not familiar enough with the code - i'm not saying for certain that
it shouldn't be done. Ideally, cells would be moved around not by cloning them
individually, but by passing them from an inputStreat to an outputStream. The
implementation of the output stream can read each field of the cell passed to
it, but ideally it won't need to fully materialize a deep copy.
> 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)