[
https://issues.apache.org/jira/browse/CASSANDRA-6146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14051992#comment-14051992
]
Benedict commented on CASSANDRA-6146:
-------------------------------------
Ok, I've pushed a version that should:
# Wire up no-warmup
# Handle more gracefully absurdly large partitions
# Handle more gracefully absurdly large batches (or many small batches over
absurdly large partitions)
# Warn in the case of either of the above, as it's likely something bad will
happen anyway
# Fixes the seed generation
# Also fixes continueChance in the batch iterator; it should be 1 -
ratio^visitCount; not simply ratio (i.e. it should be the chance necessary to
on average yield a sequence of ratio*expectedCount unbroken chain of successes)
> CQL-native stress
> -----------------
>
> Key: CASSANDRA-6146
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6146
> Project: Cassandra
> Issue Type: New Feature
> Components: Tools
> Reporter: Jonathan Ellis
> Assignee: T Jake Luciani
> Fix For: 2.1.1
>
> Attachments: 6146-v2.txt, 6146.txt, 6164-v3.txt
>
>
> The existing CQL "support" in stress is not worth discussing. We need to
> start over, and we might as well kill two birds with one stone and move to
> the native protocol while we're at it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)