[
https://issues.apache.org/jira/browse/CASSANDRA-1743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934085#action_12934085
]
T Jake Luciani commented on CASSANDRA-1743:
-------------------------------------------
I think what's happening here is writes are not immutable and subsequent use of
the same Server thread is changing the underlying byte[], corrupting the data.
We would need to copy the data we wish to retain, this defeats the purpose of
using TFastFramed but maybe it's a slight improvement? Seems too risky
> Switch to TFastFramedTransport
> ------------------------------
>
> Key: CASSANDRA-1743
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1743
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Fix For: 0.7.0
>
> Attachments: 1743.txt, 1743.txt
>
>
> Forgot that after THRIFT-831 "fast" mode is not the default and is a separate
> transport class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.