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 Patterson (JIRA)" <ji...@apache.org> on 2012/06/12 18:26:43 UTC

[jira] [Created] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

Tyler Patterson created CASSANDRA-4334:
------------------------------------------

             Summary: cqlsh tab completion error in "CREATE KEYSPACE"
                 Key: CASSANDRA-4334
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
             Project: Cassandra
          Issue Type: Bug
         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
            Reporter: Tyler Patterson
            Assignee: paul cannon
            Priority: Minor


The following:
{code}
cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
{code}
will tab complete like this:
{code}
cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
{code}
Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment:     (was: CASSANDRA-4334-1.2-patch.txt)
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-1.1-patch.txt, 4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment:     (was: 4334-1.2-patch.txt)
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-v2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment: 4334-1.1-patch.txt
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-1.1-patch.txt, 4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment: 4334-1.2-patch.txt
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-1.1-patch.txt, 4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Commented] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko commented on CASSANDRA-4334:
----------------------------------------------

Thanks, Paul. I'll update the patch.
                
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-1.1-patch.txt, 4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment: 4334-v2-patch.txt
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-v2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment: CASSANDRA-4334-1.2-patch.txt
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: CASSANDRA-4334-1.1-patch.txt, CASSANDRA-4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment: CASSANDRA-4334-1.1-patch.txt
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: CASSANDRA-4334-1.1-patch.txt, CASSANDRA-4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Reviewer: brandon.williams
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-1.1-patch.txt, 4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment:     (was: CASSANDRA-4334-1.1-patch.txt)
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-1.1-patch.txt, 4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

paul cannon updated CASSANDRA-4334:
-----------------------------------

    Affects Version/s: 1.1.0
        Fix Version/s: 1.1.3
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: paul cannon
>            Priority: Minor
>             Fix For: 1.1.3
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

paul cannon commented on CASSANDRA-4334:
----------------------------------------

Aleksey: nice, this was the same solution I came up with tonight before realizing you'd already solved it. You'll also want to check, though, that {{lasttype != 'unclosedName'}} - the same bug will manifest for double-quoted names in cql3 mode otherwise.
                
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-1.1-patch.txt, 4334-1.2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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

[jira] [Updated] (CASSANDRA-4334) cqlsh tab completion error in "CREATE KEYSPACE"

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

Aleksey Yeschenko updated CASSANDRA-4334:
-----------------------------------------

    Attachment:     (was: 4334-1.1-patch.txt)
    
> cqlsh tab completion error in "CREATE KEYSPACE"
> -----------------------------------------------
>
>                 Key: CASSANDRA-4334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4334
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment: ubuntu, git:cassandra-1.1. I see the error in cqlsh with cql2 and cql3.
>            Reporter: Tyler Patterson
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>             Fix For: 1.1.6
>
>         Attachments: 4334-v2-patch.txt
>
>
> The following:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'S<TAB>
> {code}
> will tab complete like this:
> {code}
> cqlsh> CREATE KEYSPACE test WITH strategy_class = 'SimpleStrategy '
> {code}
> Note the extra space after SimpleStrategy. Not a big deal to remove, but it could be misleading to people.

--
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