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

Jonathan Ellis updated CASSANDRA-5199:
--------------------------------------

    Attachment: 5199-2.0.txt

2.0 version adds ByteBufferOutputStream and ChecksummedOutputStream to get rid 
of byte[] serialization entirely.  Also fixes mutation-length checksumming to 
include the entire length, not just the first eight bits.
                
> Avoid serializing to byte[] on commitlog append
> -----------------------------------------------
>
>                 Key: CASSANDRA-5199
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5199
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 2.0
>
>         Attachments: 5199-1.2.txt, 5199-2.0.txt
>
>
> We used to avoid re-serializing RowMutations by caching the byte[] that we 
> read off the wire.  We don't do that anymore since we fixed MessagingService 
> to not create intermediate byte[].  So we should serialize the mutation 
> directly to the commitlog.

--
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

Reply via email to