[
https://issues.apache.org/jira/browse/HBASE-7233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528179#comment-13528179
]
stack commented on HBASE-7233:
------------------------------
[~mcorgan] I was looking for the inverse of CellOutputStream. Its not
committed? I suppose its CellScanner looking at your prefix tree. Should I
commit it as part of this patch to hbase-common? We should use the name
CellInputStream I'd say... will make
On IOE, mind pointing me at an example where you are rethrowing IOEs unchecked
exceptions? You mean this?
+ // try {
+ os.write(b);
+ // } catch (IOException e) {
+ // throw new RuntimeException(e);
+ // }
Yeah, the IOE stuff is all over the place and appreciate your trying to remove
them but thinking that they are likely legit here of all places? The write
should throw IOE in CellOutputStream too?
> 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