You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2012/10/02 04:27:07 UTC

[jira] [Resolved] (CASSANDRA-4744) Non-escaped single quotes causes CQL to hang

     [ https://issues.apache.org/jira/browse/CASSANDRA-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams resolved CASSANDRA-4744.
-----------------------------------------

    Resolution: Not A Problem

The ellipses are your cue that it is still waiting for input.  This is the exact same behavior as any unix shell.
                
> Non-escaped single quotes causes CQL to hang
> --------------------------------------------
>
>                 Key: CASSANDRA-4744
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4744
>             Project: Cassandra
>          Issue Type: Improvement
>         Environment: Cassandra 1.1.5, RHEL 6.3 x86_64
>            Reporter: Jason Wellonen
>
> Single quotes in string literals cause CQL to wait indefinitely.  This behavior is inherited by clients implementing execute_cql.  The end result is a client application that stops responding.
> For example, the following is entered in cqlsh (notice the ellipses):
> cqlsh:Keyspace1> INSERT INTO Test1 (testId, test1) VALUES (1566bb5d-9093-4abd-bcaa-e1ac90b94a47, 'This is a test with Cassandra's reserved characters') USING CONSISTENCY LOCAL_QUORUM;
>              ... 
> This continues until ctrl-c is issued.
> I would expect a "Bad Request" message returned immediately, which is the behavior here:
> cqlsh:Keyspace1> INSERT INTO Test1 (testId, test1) VALUES (7dcf9529-b57b-4d1d-a396-cff9bc98abb2, 'This is a test without the closing parenthesis in the values section of the insert statement.' USING CONSISTENCY LOCAL_QUORUM;
> Bad Request: line 1:176 missing ')' at 'USING'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira