You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Eric Evans (JIRA)" <ji...@apache.org> on 2011/03/03 21:55:36 UTC

[jira] Created: (CASSANDRA-2268) CQL-enabled stress.java

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
            Priority: Minor
             Fix For: 0.8


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

        

[jira] [Updated] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Aaron Morton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Morton updated CASSANDRA-2268:
------------------------------------

    Attachment: 0001-2268-wip.patch

Pavel attached is a work in progress that implements the insert and multi_get tests. 

I created a StressAPI interface and ThriftAPI and CqlAPI implementations for the operations to work through, and added some checking to see that all the requested columns and rows are read. Mostly as a sanity check when reading and writing through the different API's. 

If you get a minute can you let me know if the general approach is what you had in mind. If so I'll change the other Operations and tidy it up. 

> 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
>
>         Attachments: 0001-2268-wip.patch
>
>
> 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

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Aaron Morton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037220#comment-13037220 ] 

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

Started working on this and discovered that the o.a.c.cql.jdbc.ColumnDecoder uses CFMetaData (line 61) which results in the DatabaseDescriptor been used which requires access to cassandra.yaml. 

I've not been following the JDBC/CQL tickets closely is that right ? 

Was creating the connection by:

{code}
Class.forName("org.apache.cassandra.cql.jdbc.CassandraDriver");
return DriverManager.getConnection(connString);
{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

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164542#comment-13164542 ] 

Hudson commented on CASSANDRA-2268:
-----------------------------------

Integrated in Cassandra #1243 (See [https://builds.apache.org/job/Cassandra/1243/])
    Update to support TimeUUIDType (CASSANDRA-3541)

Patch by eevans; reviewed by Pavel Yaskevich for CASSANDRA-2268
optional CQL query support

Patch by eevans; reviewed by Pavel Yaskevich for CASSANDRA-2268
CASSANDRA-2268 add stress source folder (eclipse)

Patch by eevans; reviewed by Pavel Yaskevich for CASSANDRA-2268

eevans : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1211522
Files : 
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/operations/CqlInserter.java

eevans : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1211521
Files : 
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/Session.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/StressAction.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/operations/CqlCounterAdder.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/operations/CqlCounterGetter.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/operations/CqlIndexedRangeSlicer.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/operations/CqlInserter.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/operations/CqlMultiGetter.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/operations/CqlRangeSlicer.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/operations/CqlReader.java
* /cassandra/trunk/tools/stress/src/org/apache/cassandra/stress/util/Operation.java

eevans : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1211520
Files : 
* /cassandra/trunk/build.xml

                
> 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: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: 0001-2268-wip.patch, v1-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v1-0002-optional-CQL-query-support.txt, v2-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v2-0002-optional-CQL-query-support.txt, v3-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v3-0002-optional-CQL-query-support.txt, v3-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt, v4-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v4-0002-optional-CQL-query-support.txt, v4-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Aaron Morton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086203#comment-13086203 ] 

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

Yeah sorry, will try to find some time next week. 

> 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.5
>
>         Attachments: 0001-2268-wip.patch
>
>
> 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

        

[jira] [Updated] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Eric Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Evans updated CASSANDRA-2268:
----------------------------------

    Assignee: Eric Evans  (was: paul cannon)
    
> 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: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.1
>
>         Attachments: 0001-2268-wip.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Pavel Yaskevich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13064901#comment-13064901 ] 

Pavel Yaskevich commented on CASSANDRA-2268:
--------------------------------------------

It needs rebase but from what I can see - that is exactly what I wanted to do: an interface that will unite both thrift and CQL where each will have own implementation of each action we have, so I +1 this for now and waiting for a complete version!

> 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.2
>
>         Attachments: 0001-2268-wip.patch
>
>
> 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

        

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085830#comment-13085830 ] 

Jonathan Ellis commented on CASSANDRA-2268:
-------------------------------------------

Aaron, is this still on your radar?

> 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.5
>
>         Attachments: 0001-2268-wip.patch
>
>
> 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

        

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037226#comment-13037226 ] 

Jonathan Ellis commented on CASSANDRA-2268:
-------------------------------------------

looks like the getComparator call was to blame.  That's a thin layer over TypeParser.parse anyway, so I just inlined it in r1125612.

> 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

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Pavel Yaskevich (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164492#comment-13164492 ] 

Pavel Yaskevich commented on CASSANDRA-2268:
--------------------------------------------

+1
                
> 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: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: 0001-2268-wip.patch, v1-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v1-0002-optional-CQL-query-support.txt, v2-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v2-0002-optional-CQL-query-support.txt, v3-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v3-0002-optional-CQL-query-support.txt, v3-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt, v4-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v4-0002-optional-CQL-query-support.txt, v4-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Aaron Morton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aaron Morton reassigned CASSANDRA-2268:
---------------------------------------

    Assignee: Aaron Morton  (was: Pavel Yaskevich)

> 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

[jira] [Updated] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Eric Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Evans updated CASSANDRA-2268:
----------------------------------

    Attachment: v4-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt
                v4-0002-optional-CQL-query-support.txt
                v4-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt
    
> 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: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: 0001-2268-wip.patch, v1-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v1-0002-optional-CQL-query-support.txt, v2-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v2-0002-optional-CQL-query-support.txt, v3-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v3-0002-optional-CQL-query-support.txt, v3-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt, v4-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v4-0002-optional-CQL-query-support.txt, v4-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-2268:
-----------------------------------------

    Assignee: Pavel Yaskevich

> 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: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 0.8
>
>
> 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

        

[jira] [Updated] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Eric Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Evans updated CASSANDRA-2268:
----------------------------------

    Attachment: v3-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt
                v3-0002-optional-CQL-query-support.txt
                v3-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt
    
> 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: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: 0001-2268-wip.patch, v1-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v1-0002-optional-CQL-query-support.txt, v2-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v2-0002-optional-CQL-query-support.txt, v3-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v3-0002-optional-CQL-query-support.txt, v3-0003-Update-to-support-TimeUUIDType-CASSANDRA-3541.txt
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Aaron Morton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034523#comment-13034523 ] 

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

Spoke to jonathan on irc, he suggested I could help out with this one. 

> 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

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Aaron Morton (JIRA)" <ji...@apache.org>.
    [ 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

[jira] [Updated] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Eric Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Evans updated CASSANDRA-2268:
----------------------------------

    Attachment: v1-0002-optional-CQL-query-support.txt
                v1-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt
    
> 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: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: 0001-2268-wip.patch, v1-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v1-0002-optional-CQL-query-support.txt
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003439#comment-13003439 ] 

Jonathan Ellis commented on CASSANDRA-2268:
-------------------------------------------

(Should probably wait on this until the dust settles on CASSANDRA-2124.)

> 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: Pavel Yaskevich
>            Priority: Minor
>              Labels: cql
>             Fix For: 0.8
>
>
> 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

[jira] [Updated] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Eric Evans (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Evans updated CASSANDRA-2268:
----------------------------------

    Attachment: v2-0002-optional-CQL-query-support.txt
                v2-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt
    
> 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: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: 0001-2268-wip.patch, v1-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v1-0002-optional-CQL-query-support.txt, v2-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v2-0002-optional-CQL-query-support.txt
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Pavel Yaskevich (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13164474#comment-13164474 ] 

Pavel Yaskevich commented on CASSANDRA-2268:
--------------------------------------------

After CASSANDRA-3541 is added to CQL mode it would be ready to be committed.
                
> 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: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 1.0.6
>
>         Attachments: 0001-2268-wip.patch, v1-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v1-0002-optional-CQL-query-support.txt, v2-0001-CASSANDRA-2268-add-stress-source-folder-eclipse.txt, v2-0002-optional-CQL-query-support.txt
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Aaron Morton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093676#comment-13093676 ] 

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

Sorry I'm getting totally dominated by a project that looks like it may go on until next week. I may get some time but I cannot say for sure. 

If anyone else would like to take it please do.

> 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.5
>
>         Attachments: 0001-2268-wip.patch
>
>
> 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

        

[jira] [Commented] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Pavel Yaskevich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034720#comment-13034720 ] 

Pavel Yaskevich commented on CASSANDRA-2268:
--------------------------------------------

Thanks! I'm stuck doing other CQL related stuff right now.

> 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

[jira] [Assigned] (CASSANDRA-2268) CQL-enabled stress.java

Posted by "Jonathan Ellis (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-2268:
-----------------------------------------

    Assignee: paul cannon  (was: Aaron Morton)
    
> 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: paul cannon
>            Priority: Minor
>              Labels: cql
>             Fix For: 0.8.8
>
>         Attachments: 0001-2268-wip.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira