You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2014/06/08 23:19:02 UTC

[jira] [Resolved] (HBASE-10971) ImmutableBytesWritable is not immutable

     [ https://issues.apache.org/jira/browse/HBASE-10971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-10971.
------------------------------------

    Resolution: Later

No patch on trivial issue. ImmutableBytesWritable is an old legacy. Would be good to change this for 1.0. Feel free to reopen when there's a patch available for review.

> ImmutableBytesWritable is not immutable
> ---------------------------------------
>
>                 Key: HBASE-10971
>                 URL: https://issues.apache.org/jira/browse/HBASE-10971
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Hiroshi Ikeda
>            Priority: Trivial
>
> ImmutableBytesWritable is not immutable in spite of the name. Also its javadoc says "its comparatively 'immutable'" but this class is just copy-on-write.
> Fix its javadoc. It is better to mark this class as Deprecated and create a new class such as CopyOnWriteBytesWritable.



--
This message was sent by Atlassian JIRA
(v6.2#6252)