You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/01/30 05:05:13 UTC

[jira] [Created] (CASSANDRA-5199) Avoid serializing to byte[] on commitlog append

Jonathan Ellis created CASSANDRA-5199:
-----------------------------------------

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


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