You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2011/01/09 09:04:46 UTC

[jira] Commented: (HBASE-3429) HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[].

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

Hudson commented on HBASE-3429:
-------------------------------

Integrated in HBase-TRUNK #1711 (See [https://hudson.apache.org/hudson/job/HBase-TRUNK/1711/])
    

> HBaseObjectWritable should support arrays of any Writable or Serializable, not just Writable[].
> -----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3429
>                 URL: https://issues.apache.org/jira/browse/HBASE-3429
>             Project: HBase
>          Issue Type: Bug
>          Components: io
>    Affects Versions: 0.92.0
>            Reporter: Ed Kohlwey
>            Assignee: Ed Kohlwey
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3429-2.patch
>
>
> Presently, an exception is actually thrown when deserializing the output of HBaseObjectWritable.writeObject(SomeSubclassOfWritable[]).
> The issue is pretty difficult to debug.
> This patch adds support for arrays whose contents are subtypes of both Serializable and Writable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.