[
https://issues.apache.org/jira/browse/CASSANDRA-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795013#action_12795013
]
Jonathan Ellis commented on CASSANDRA-656:
------------------------------------------
Committed to trunk, thanks! do consider joining the other cassandra devs on
irc.
BTW, the available() change needed to be
while (dis.available() > 0)
the system tests caught this -- those are explained on
http://wiki.apache.org/cassandra/HowToContribute
> remove DataInputBuffer
> ----------------------
>
> Key: CASSANDRA-656
> URL: https://issues.apache.org/jira/browse/CASSANDRA-656
> Project: Cassandra
> Issue Type: Task
> Components: Core
> Reporter: Jonathan Ellis
> Priority: Minor
> Fix For: 0.9
>
> Attachments: CASSANDRA-656.patch
>
>
> in all (?) cases, DIB is replaceable with ByteArrayInputStream, which it
> wraps. use available() instead of getPosition().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.