You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2014/12/10 21:05:12 UTC

[jira] [Created] (CASSANDRA-8455) IndexOutOfBoundsException when building SyntaxError message snippet

Tyler Hobbs created CASSANDRA-8455:
--------------------------------------

             Summary: IndexOutOfBoundsException when building SyntaxError message snippet
                 Key: CASSANDRA-8455
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8455
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Tyler Hobbs
            Assignee: Benjamin Lerer
            Priority: Minor
             Fix For: 2.1.3


It looks like some syntax errors can result in an IndexOutOfBoundsException when the error message snippet is being built:

{noformat}
cqlsh> create table foo (a int primary key, b int;
<ErrorMessage code=2000 [Syntax error in CQL query] message="Failed parsing statement: [create table foo (a int primary key, b int;] reason: ArrayIndexOutOfBoundsException -1">
{noformat}

There isn't any error or stacktrace in the server logs.  It would be good to fix that as well.



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