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

Aaron Morton commented on CASSANDRA-2268:
-----------------------------------------

Thanks I'll give it a try, since then I also discovered that the driver was 
causing some of the thread pools in the main jar to spin up. Stopping the 
stress test app from exiting. I'll test it with your fix soon. 

This is what I've had to shutdown to allow the app to exit so far...
 
{code}
MessagingService.instance().shutdown();
StorageService.scheduledTasks.shutdown();
StorageService.tasks.shutdown();
{code}

> CQL-enabled stress.java
> -----------------------
>
>                 Key: CASSANDRA-2268
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2268
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Eric Evans
>            Assignee: Aaron Morton
>            Priority: Minor
>              Labels: cql
>             Fix For: 0.8.1
>
>
> It would be great if stress.java had a CQL mode.  For making the inevitable 
> RPC->CQL comparisons, but also as a basis for measuring optimizations, and 
> spotting performance regressions.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to