[
https://issues.apache.org/jira/browse/GORA-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13696547#comment-13696547
]
Hudson commented on GORA-79:
----------------------------
Integrated in goraOracle #6 (See [https://builds.apache.org/job/goraOracle/6/])
commit to address GORA-79 & update to CHANGES.txt (Revision
4e6d272f42263c7590e5db9f247d7ef3584254d1)
Result = FAILURE
lewismc :
Files :
*
gora-cassandra/src/main/java/org/apache/gora/cassandra/store/CassandraClient.java
* CHANGES.txt
> 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: Apache Gora
> Issue Type: Sub-task
> Components: gora-cassandra
> Affects Versions: 0.2
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Fix For: 0.2
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira