[
https://issues.apache.org/jira/browse/CASSANDRA-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833947#action_12833947
]
Jonathan Ellis commented on CASSANDRA-795:
------------------------------------------
it would probably be a lot faster if you put the bulk of the volume in a column
value[] so it doesn't have to do a whole bunch of String serialization in the
setup.
Test passes for me (64 bit windows 7) w/o patch 01 so I don't think I can
usefully report on that. :)
> Streaming broken on windows (FileStreamTask.CHUNK_SIZE is too big).
> -------------------------------------------------------------------
>
> Key: CASSANDRA-795
> URL: https://issues.apache.org/jira/browse/CASSANDRA-795
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.6
> Reporter: Gary Dusbabek
> Assignee: Gary Dusbabek
> Priority: Minor
> Fix For: 0.6
>
> Attachments: 0001-set-SO_SNDBUF-bigger.patch,
> 0002-unit-test-for-streaming-a-big-file.patch
>
>
> Setting chunk size smaller addresses the problem. We should explore setting
> SO_SNDBUF higher to see if that fixes the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.