You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (Created) (JIRA)" <ji...@apache.org> on 2012/01/16 11:52:40 UTC

[jira] [Created] (GORA-79) Block keyspace creation until the whole cassandra cluster converges to the new keyspace.

Block keyspace creation until the whole cassandra cluster converges to the new keyspace.
----------------------------------------------------------------------------------------

                 Key: GORA-79
                 URL: https://issues.apache.org/jira/browse/GORA-79
             Project: Gora
          Issue Type: Sub-task
          Components: storage-cassandra
    Affects Versions: 0.2-incubating
            Reporter: Lewis John McGibbney
             Fix For: 0.2-incubating


Ideally during a keyspace creation you may want to block until the whole cluster converge to the new keyspace. You can achieve this by adding an extra boolean parameter during the method call:

{code}
this.cluster.addKeyspace(keyspaceDefinition, true);
{code}

Hector will block until all nodes in the cluster agree on the new keyspace.

--
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] [Closed] (GORA-79) Block keyspace creation until the whole cassandra cluster converges to the new keyspace.

Posted by "Lewis John McGibbney (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney closed GORA-79.
------------------------------------

    
> Block keyspace creation until the whole cassandra cluster converges to the new keyspace.
> ----------------------------------------------------------------------------------------
>
>                 Key: GORA-79
>                 URL: https://issues.apache.org/jira/browse/GORA-79
>             Project: Gora
>          Issue Type: Sub-task
>          Components: storage-cassandra
>    Affects Versions: 0.2-incubating
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 0.2-incubating
>
>         Attachments: GORA-79.patch
>
>
> Ideally during a keyspace creation you may want to block until the whole cluster converge to the new keyspace. You can achieve this by adding an extra boolean parameter during the method call:
> {code}
> this.cluster.addKeyspace(keyspaceDefinition, true);
> {code}
> Hector will block until all nodes in the cluster agree on the new keyspace.

--
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] (GORA-79) Block keyspace creation until the whole cassandra cluster converges to the new keyspace.

Posted by "Lewis John McGibbney (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated GORA-79:
-------------------------------------

    Attachment: GORA-79.patch

trivial patch attachment to address this issue. 
                
> Block keyspace creation until the whole cassandra cluster converges to the new keyspace.
> ----------------------------------------------------------------------------------------
>
>                 Key: GORA-79
>                 URL: https://issues.apache.org/jira/browse/GORA-79
>             Project: Gora
>          Issue Type: Sub-task
>          Components: storage-cassandra
>    Affects Versions: 0.2-incubating
>            Reporter: Lewis John McGibbney
>             Fix For: 0.2-incubating
>
>         Attachments: GORA-79.patch
>
>
> Ideally during a keyspace creation you may want to block until the whole cluster converge to the new keyspace. You can achieve this by adding an extra boolean parameter during the method call:
> {code}
> this.cluster.addKeyspace(keyspaceDefinition, true);
> {code}
> Hector will block until all nodes in the cluster agree on the new keyspace.

--
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] [Resolved] (GORA-79) Block keyspace creation until the whole cassandra cluster converges to the new keyspace.

Posted by "Lewis John McGibbney (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved GORA-79.
--------------------------------------

    Resolution: Fixed

Committed revision @ 1236159 in trunk
Thank you Patricio for your input.

                
> Block keyspace creation until the whole cassandra cluster converges to the new keyspace.
> ----------------------------------------------------------------------------------------
>
>                 Key: GORA-79
>                 URL: https://issues.apache.org/jira/browse/GORA-79
>             Project: Gora
>          Issue Type: Sub-task
>          Components: storage-cassandra
>    Affects Versions: 0.2-incubating
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 0.2-incubating
>
>         Attachments: GORA-79.patch
>
>
> Ideally during a keyspace creation you may want to block until the whole cluster converge to the new keyspace. You can achieve this by adding an extra boolean parameter during the method call:
> {code}
> this.cluster.addKeyspace(keyspaceDefinition, true);
> {code}
> Hector will block until all nodes in the cluster agree on the new keyspace.

--
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] (GORA-79) Block keyspace creation until the whole cassandra cluster converges to the new keyspace.

Posted by "Lewis John McGibbney (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GORA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney reassigned GORA-79:
----------------------------------------

    Assignee: Lewis John McGibbney
    
> Block keyspace creation until the whole cassandra cluster converges to the new keyspace.
> ----------------------------------------------------------------------------------------
>
>                 Key: GORA-79
>                 URL: https://issues.apache.org/jira/browse/GORA-79
>             Project: Gora
>          Issue Type: Sub-task
>          Components: storage-cassandra
>    Affects Versions: 0.2-incubating
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 0.2-incubating
>
>         Attachments: GORA-79.patch
>
>
> Ideally during a keyspace creation you may want to block until the whole cluster converge to the new keyspace. You can achieve this by adding an extra boolean parameter during the method call:
> {code}
> this.cluster.addKeyspace(keyspaceDefinition, true);
> {code}
> Hector will block until all nodes in the cluster agree on the new keyspace.

--
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] (GORA-79) Block keyspace creation until the whole cassandra cluster converges to the new keyspace.

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

Hudson commented on GORA-79:
----------------------------

Integrated in gora-trunk #120 (See [https://builds.apache.org/job/gora-trunk/120/])
    commit to address GORA-79 & update to CHANGES.txt

lewismc : http://svn.apache.org/viewvc/incubator/gora/trunk/viewvc/?view=rev&root=&revision=1236159
Files : 
* /incubator/gora/trunk/CHANGES.txt
* /incubator/gora/trunk/gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraClient.java

                
> Block keyspace creation until the whole cassandra cluster converges to the new keyspace.
> ----------------------------------------------------------------------------------------
>
>                 Key: GORA-79
>                 URL: https://issues.apache.org/jira/browse/GORA-79
>             Project: Gora
>          Issue Type: Sub-task
>          Components: storage-cassandra
>    Affects Versions: 0.2-incubating
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>             Fix For: 0.2-incubating
>
>         Attachments: GORA-79.patch
>
>
> Ideally during a keyspace creation you may want to block until the whole cluster converge to the new keyspace. You can achieve this by adding an extra boolean parameter during the method call:
> {code}
> this.cluster.addKeyspace(keyspaceDefinition, true);
> {code}
> Hector will block until all nodes in the cluster agree on the new keyspace.

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