You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2015/01/13 15:26:34 UTC

[jira] [Created] (CASSANDRA-8608) Fix cassandra-stress bug introduced by 7964, and cleanup related code a little

Benedict created CASSANDRA-8608:
-----------------------------------

             Summary: Fix cassandra-stress bug introduced by 7964, and cleanup related code a little
                 Key: CASSANDRA-8608
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8608
             Project: Cassandra
          Issue Type: Bug
            Reporter: Benedict
            Assignee: Benedict


7964 had a very basic mistake present when wiring up writes - the "limit" was not reset, so only the first row would be returned (the fact _ANY_ row was returned was itself sort-of a bug in this scenario, and I've changed this also). At the same time I've changed the definition of limit to lastRow so that the related functionality is clearer and more obviously correct.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)