[
https://issues.apache.org/jira/browse/HBASE-7233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13527666#comment-13527666
]
Matt Corgan commented on HBASE-7233:
------------------------------------
Here's CellOutputStream:
https://github.com/apache/hbase/blob/trunk/hbase-common/src/main/java/org/apache/hbase/cell/CellOutputStream.java
I'm rethrowing IOExceptions as unchecked exceptions in the current code else
they will need to be declared basically everywhere. I thought at one point
there was a notion of reducing the checked exceptions, which i'm a big fan of,
but I guess we haven't gone down that route yet. So yeah, flush() should throw
IOException and i will stop converting them in prefix-tree module.
> Serializing KeyValues
> ---------------------
>
> Key: HBASE-7233
> URL: https://issues.apache.org/jira/browse/HBASE-7233
> Project: HBase
> Issue Type: Bug
> Reporter: stack
> Assignee: stack
> Priority: Blocker
> Fix For: 0.96.0
>
> Attachments: 7233sketch.txt, 7233.txt, 7233-v2.txt
>
>
> Undo KeyValue being a Writable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira