[
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