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

Reply via email to