[ 
https://issues.apache.org/jira/browse/CASSANDRA-908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847528#action_12847528
 ] 

Jonathan Ellis commented on CASSANDRA-908:
------------------------------------------

                 current += len(r) + 1
-                last += current + options.rangecount
+                last = current + len(r) + 1

this is the same as last += 2 * (len(r) + 1), is that what was intended?

> stress.py fixes and improvements
> --------------------------------
>
>                 Key: CASSANDRA-908
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-908
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Contrib
>    Affects Versions: 0.6
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: 0001_fix_rangeslice.txt, 0002_increase_column_limits.txt
>
>
> stress.py currently has a bug in rangeslice where it increments the finish 
> key incorrectly, causing IREs with large amounts of data.  Also, it is 
> limited to 255 columns due to its use of chr/ord.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to