[
https://issues.apache.org/jira/browse/CASSANDRA-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858362#action_12858362
]
Jonathan Ellis commented on CASSANDRA-999:
------------------------------------------
Also, while we're making CL backwards-incompatible, we should fix the mutation
entry size to be an int32 instead of 64, i.e. in
bytes = new byte[(int) reader.readLong()];
> add crc for commitlogheader
> ---------------------------
>
> Key: CASSANDRA-999
> URL: https://issues.apache.org/jira/browse/CASSANDRA-999
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Fix For: 0.7
>
>
> We CRC the mutations in the commitlog as of 0.5, but not the header. (This
> is more important in 0.7 since the header contains CF id map and may change
> from segment to segment.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.