[
https://issues.apache.org/jira/browse/CASSANDRA-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771407#action_12771407
]
Hudson commented on CASSANDRA-514:
----------------------------------
Integrated in Cassandra #242 (See
[http://hudson.zones.apache.org/hudson/job/Cassandra/242/])
improve stress.py client-side throughput by using the accelerated thrift
protocol and multiprocessing instead of threads. patch by Brandon Williams;
reviewed by jbellis for
> stress.py fixes and improvements
> --------------------------------
>
> Key: CASSANDRA-514
> URL: https://issues.apache.org/jira/browse/CASSANDRA-514
> Project: Cassandra
> Issue Type: Improvement
> Environment: debian amd64 Java(TM) SE Runtime Environment (build
> 1.6.0_12-b04)
> Reporter: Brandon Williams
> Assignee: Brandon Williams
> Priority: Minor
> Fix For: 0.5
>
> Attachments: multiproc.patch
>
>
> stress.py cannot currently fully stress cassandra. This is due to at least
> two reasons:
> 1. It does not use the accelerated thrift protocol (thanks jbellis)
> 2. The GIL is preventing concurrency
> To address this, I've modified it in a backwards-compatible way to support
> multiprocessing, if available.
> Also, key_generator was providing floats instead of integers, causing the
> read test to ask for keys that did not exist.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.