<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: keyspace deletion error under data-modelling on Opscenter</title>
		<link>http://www.datastax.com/support-forums/topic/keyspace-deletion-error-under-data-modelling-on-opscenter</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 22:27:10 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/keyspace-deletion-error-under-data-modelling-on-opscenter" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "keyspace deletion error under data-modelling on Opscenter"</title>
			<link>http://www.datastax.com/support-forums/topic/keyspace-deletion-error-under-data-modelling-on-opscenter#post-983</link>
			<pubDate>Thu, 05 Jan 2012 02:22:44 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">983@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks Nick, Hopefully all our feature requests will be heard.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "keyspace deletion error under data-modelling on Opscenter"</title>
			<link>http://www.datastax.com/support-forums/topic/keyspace-deletion-error-under-data-modelling-on-opscenter#post-977</link>
			<pubDate>Wed, 04 Jan 2012 18:44:54 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">977@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I will make a note of a feature request for row counts in OpsCenter. I've responded to the original question here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.datastax.com/support-forums/topic/how-to-read-the-total-count-of-records-in-column-family&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/support-forums/topic/how-to-read-the-total-count-of-records-in-column-family&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "keyspace deletion error under data-modelling on Opscenter"</title>
			<link>http://www.datastax.com/support-forums/topic/keyspace-deletion-error-under-data-modelling-on-opscenter#post-971</link>
			<pubDate>Wed, 04 Jan 2012 01:25:50 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">971@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Awesome, thanks Nick! you are quick &#38;amp; very helpful. Much appreciated. &#60;/p&#62;
&#60;p&#62;I have one more question:&#60;br /&#62;
How can I get the total number of records in column family/table under a given keyspace?&#60;/p&#62;
&#60;p&#62;I tried this in cql&#60;br /&#62;
SELECT count(*) FROM abc_dimension;&#60;/p&#62;
&#60;p&#62;but the value is not correct.&#60;/p&#62;
&#60;p&#62;[Nodetool -h localhost cfstats] did not help me neither. Any better ideas?&#60;/p&#62;
&#60;p&#62;As a feature request, could you include this feature in the data modelling section of the Opscenter?&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Nish
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "keyspace deletion error under data-modelling on Opscenter"</title>
			<link>http://www.datastax.com/support-forums/topic/keyspace-deletion-error-under-data-modelling-on-opscenter#post-970</link>
			<pubDate>Wed, 04 Jan 2012 00:45:07 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">970@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This FAQ entry on the cassandra wiki explains what causes schema disagreements and how to resolve them:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wiki.apache.org/cassandra/FAQ#schema_disagreement&#34; rel=&#34;nofollow&#34;&#62;http://wiki.apache.org/cassandra/FAQ#schema_disagreement&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "keyspace deletion error under data-modelling on Opscenter"</title>
			<link>http://www.datastax.com/support-forums/topic/keyspace-deletion-error-under-data-modelling-on-opscenter#post-968</link>
			<pubDate>Tue, 03 Jan 2012 23:27:45 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">968@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Experts,&#60;/p&#62;
&#60;p&#62;I am facing a pop up error while trying to delete a keyspace in cassandra which says:&#60;br /&#62;
Error while deleting keyspace: SchemaDisagreementException()&#60;/p&#62;
&#60;p&#62;Tried to delete through cql which says:&#60;/p&#62;
&#60;p&#62;Attempt #1: Schema versions disagree, (try again later).&#60;br /&#62;
Attempt #2: Schema versions disagree, (try again later).&#60;br /&#62;
Attempt #3: Schema versions disagree, (try again later).&#60;br /&#62;
Attempt #4: Schema versions disagree, (try again later).&#60;/p&#62;
&#60;p&#62;schema is simple. I have used Simple strategy with replication factor of 3 in cluster of 8 nodes.&#60;/p&#62;
&#60;p&#62;Is there Any specific reason for this to happen? Any help? &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Nish
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
