You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2011/06/09 23:05:59 UTC

[jira] [Created] (CASSANDRA-2756) Make CQL CREATE KS/CF not return until the operation is complete

Make CQL CREATE KS/CF not return until the operation is complete
----------------------------------------------------------------

                 Key: CASSANDRA-2756
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2756
             Project: Cassandra
          Issue Type: Improvement
          Components: API
    Affects Versions: 0.8.0
            Reporter: Jonathan Ellis
            Assignee: Pavel Yaskevich
            Priority: Minor
             Fix For: 0.8.1


this would be more in line with the principle of least surprise, and would avoid the need for everyone who does programmatic schema manipulation to re-invent logic like CASSANDRA-2649.

CliClient.validateSchemaIsSettled is a good template for the logic we want.

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

[jira] [Commented] (CASSANDRA-2756) Make CQL CREATE KS/CF not return until the operation is complete

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

Hudson commented on CASSANDRA-2756:
-----------------------------------

Integrated in Cassandra-0.8 #166 (See [https://builds.apache.org/job/Cassandra-0.8/166/])
    

> Make CQL CREATE KS/CF not return until the operation is complete
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-2756
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2756
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2756.patch
>
>
> this would be more in line with the principle of least surprise, and would avoid the need for everyone who does programmatic schema manipulation to re-invent logic like CASSANDRA-2649.
> CliClient.validateSchemaIsSettled is a good template for the logic we want.

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

        

[jira] [Updated] (CASSANDRA-2756) Make CQL CREATE KS/CF not return until the operation is complete

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

Pavel Yaskevich updated CASSANDRA-2756:
---------------------------------------

    Attachment: CASSANDRA-2756.patch

validates schema agreement after CREATE/UPDATE on KS/CF and CREATE/DROP index, ALTER TABLE.

> Make CQL CREATE KS/CF not return until the operation is complete
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-2756
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2756
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>    Affects Versions: 0.8.0
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>            Priority: Minor
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2756.patch
>
>
> this would be more in line with the principle of least surprise, and would avoid the need for everyone who does programmatic schema manipulation to re-invent logic like CASSANDRA-2649.
> CliClient.validateSchemaIsSettled is a good template for the logic we want.

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