<?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: Opscenter new node detection issue</title>
		<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 00:43:18 +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/opscenter-new-node-detection-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue/page/2#post-958</link>
			<pubDate>Fri, 30 Dec 2011 20:44:32 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">958@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks Nick! Actually when we first created this instance, we were playing around with examples available, unknowingly copy pasted the code to create a new keyspace, and that is how 'datacenter1' and DC2 got creeped in.&#60;/p&#62;
&#60;p&#62;I just dropped the keyspaces as they were dummy testing ones.&#60;/p&#62;
&#60;p&#62;Restarted the Opscenter, It works great!!&#60;/p&#62;
&#60;p&#62;Thank you guys!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue/page/2#post-957</link>
			<pubDate>Fri, 30 Dec 2011 20:03:02 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">957@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I see the problem from that output. There are two keyspaces that are causing the problem. The keyspace testspace0 is set to have two replicas in 'datacenter1'. Also the keyspace twissandra is set to have 3 replicas in 'DC2'. The problem is that you do not have any nodes in datacenter1 or DC2. &#60;/p&#62;
&#60;p&#62;This is a bug in OpsCenter and will be fixed in the next release, for now though this configuration will not work with OpsCenter. The workaround would be to update these keyspaces to replicate to an existing datacenter, in your case 'us-east'. Alternatively you could update the keyspaces to use SimpleStrategy which is not datacenter aware, or simply delete the keyspaces.&#60;/p&#62;
&#60;p&#62;Regarding your question about connected nodes, that number is indicating how many agents have connected to OpsCenter, The problem may also be related to the replication bug though. Once that is resolved please see if that updates correctly and let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-956</link>
			<pubDate>Fri, 30 Dec 2011 19:55:55 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">956@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Also Nick, the Opscenter in the browser, I see none of the node are connected. It says 0 of 0 nodes are connected, whereas in ec2 aws console and in the nodetool, i see everything is connected, shared &#38;amp; owns equal load.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-955</link>
			<pubDate>Fri, 30 Dec 2011 19:49:48 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">955@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Nick,&#60;/p&#62;
&#60;p&#62;By keyspace, do you mean the Opscneter Keyspace, or all the keyspaces in general.&#60;br /&#62;
i did a show keyspace in  the cassandra cli, Here it goes.&#60;/p&#62;
&#60;p&#62;Welcome to Cassandra CLI version 1.0.5&#60;/p&#62;
&#60;p&#62;Type 'help;' or '?' for help.&#60;br /&#62;
Type 'quit;' or 'exit;' to quit.&#60;/p&#62;
&#60;p&#62;[default@unknown] show keyspaces ;&#60;br /&#62;
Keyspace: Keyspace1:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.SimpleStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [replication_factor:3]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: Counter1&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.CounterColumnType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: Standard1&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.AsciiType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: Super1 (Super)&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.AsciiType/org.apache.cassandra.db.marshal.AsciiType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: SuperCounter1 (Super)&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.CounterColumnType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType/org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: tvl_test2&#60;br /&#62;
    &#34;This CF has no comment. Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
Keyspace: OpsCenter:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.SimpleStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [replication_factor:2]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: events&#60;br /&#62;
    &#34;OpsCenter raw event storage&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 50.0/43200&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 8/12&#60;br /&#62;
      Read repair chance: 0.25&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: events_timeline&#60;br /&#62;
    &#34;OpsCenter event timelines&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.LongType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 5.0/0&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/8&#60;br /&#62;
      Read repair chance: 0.25&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: pdps&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 300.0/43200&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.25&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: rollups300&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 50.0/43200&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/16&#60;br /&#62;
      Read repair chance: 0.25&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: rollups60&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 50.0/43200&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.25&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: rollups7200&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 50.0/43200&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 2/8&#60;br /&#62;
      Read repair chance: 0.25&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: rollups86400&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 50.0/43200&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 2/8&#60;br /&#62;
      Read repair chance: 0.25&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: settings&#60;br /&#62;
    &#34;OpsCenter settings&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 50.0/43200&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 8/12&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
Keyspace: fengspace:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.SimpleStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [replication_factor:1]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: domain_dimension&#60;br /&#62;
    &#34;This CF has no comment. Why are you looking here anyway? Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: publisher_dimension&#60;br /&#62;
    &#34;This CF has no comment. Why are you looking here anyway? Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: test_qa&#60;br /&#62;
    &#34;This CF has no comment. Why are you looking here anyway? Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: test_qa1&#60;br /&#62;
    &#34;This CF has no comment. Why are you looking here anyway? Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: test_qa2&#60;br /&#62;
    &#34;This CF has no comment. Why are you looking here anyway? Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: test_qa3&#60;br /&#62;
    &#34;This CF has no comment. Why are you looking here anyway? Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: users&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Column Metadata:&#60;br /&#62;
        Column Name: birth_year&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.LongType&#60;br /&#62;
        Column Name: email&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: full_name&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: gender&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: state&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
Keyspace: qaspace:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.SimpleStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [replication_factor:3]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: users&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.1&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Column Metadata:&#60;br /&#62;
        Column Name: dob_year&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.LongType&#60;br /&#62;
        Column Name: password&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: state&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
Keyspace: system:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.LocalStrategy&#60;br /&#62;
  Durable Writes: false&#60;br /&#62;
    Options: [replication_factor:1]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: HintsColumnFamily (Super)&#60;br /&#62;
    &#34;hinted handoff data&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType/org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 0.01/0&#60;br /&#62;
      GC grace seconds: 0&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: IndexInfo&#60;br /&#62;
    &#34;indexes that have been completed&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 0.01/0&#60;br /&#62;
      GC grace seconds: 0&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: LocationInfo&#60;br /&#62;
    &#34;persistent metadata for the local node&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 0.01/0&#60;br /&#62;
      GC grace seconds: 0&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: Migrations&#60;br /&#62;
    &#34;individual schema mutations&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.TimeUUIDType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 0.01/0&#60;br /&#62;
      GC grace seconds: 0&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: NodeIdInfo&#60;br /&#62;
    &#34;nodeId and their metadata&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.TimeUUIDType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 0.01/0&#60;br /&#62;
      GC grace seconds: 0&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: Schema&#60;br /&#62;
    &#34;current state of the schema&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 0.01/0&#60;br /&#62;
      GC grace seconds: 0&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: Versions&#60;br /&#62;
    &#34;server version information&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 0.01/0&#60;br /&#62;
      GC grace seconds: 0&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Column Metadata:&#60;br /&#62;
        Column Name: version&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
Keyspace: testspace0:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [datacenter1:2]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: publisher_dimension&#60;br /&#62;
    &#34;This CF has no comment. Why are you looking here anyway? Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: test_qa&#60;br /&#62;
    &#34;This CF has no comment. Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: [test_qa.test_qa_636f6c41_idx, test_qa.test_qa_636f6c42_idx, test_qa.test_qa_636f6c43_idx]&#60;br /&#62;
      Column Metadata:&#60;br /&#62;
        Column Name: colA (636f6c41)&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
          Index Name: test_qa_636f6c41_idx&#60;br /&#62;
          Index Type: KEYS&#60;br /&#62;
        Column Name: colB (636f6c42)&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
          Index Name: test_qa_636f6c42_idx&#60;br /&#62;
          Index Type: KEYS&#60;br /&#62;
        Column Name: colC (636f6c43)&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
          Index Name: test_qa_636f6c43_idx&#60;br /&#62;
          Index Type: KEYS&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: tvl_test2&#60;br /&#62;
    &#34;This CF has no comment. Please add one!&#34;&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
    ColumnFamily: users&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.BytesType&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Column Metadata:&#60;br /&#62;
        Column Name: birth_year&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.LongType&#60;br /&#62;
        Column Name: email&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: full_name&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: gender&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: state&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
Keyspace: twissandra:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [DC2:3]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: users&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.SerializingCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 0.1&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Column Metadata:&#60;br /&#62;
        Column Name: birth_year&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.LongType&#60;br /&#62;
        Column Name: gender&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: password&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: session_token&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
        Column Name: state&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-954</link>
			<pubDate>Fri, 30 Dec 2011 19:16:14 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">954@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Nish,&#60;/p&#62;
&#60;p&#62;What are your replication settings? (What is the output of nodetool cfstats)&#60;/p&#62;
&#60;p&#62;That error is known to occur when the replication settings for a keyspace indicate that replicas belong in a datacenter that currently has 0 nodes in it. If that is the case, updating the replication settings for that keyspace should fix the problem. Otherwise can you paste the output of cfstats here so we can determine if there is another problem?&#60;/p&#62;
&#60;p&#62;-Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-953</link>
			<pubDate>Fri, 30 Dec 2011 19:10:12 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">953@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ok, here you go.&#60;/p&#62;
&#60;p&#62;2011-12-30 19:03:52+0000 []  INFO: Received SIGTERM, shutting down.&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Stopping CassandraCluster service&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: (TCP Port 61620 Closed)&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: (TCP Port 61619 Closed)&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Stopping factory &#38;lt;morbid.morbid.StompFactory instance at 0x25110e0&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: (TCP Port 8888 Closed)&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Stopping factory &#38;lt;opscenterd.WebServer.OpsCenterdWebServer instance at 0x24e8c68&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Main loop terminated.&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Server Shut Down.&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Log opened.&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: twistd 10.2.0 (/usr/bin/python2.6 2.6.6) starting up.&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: reactor class: twisted.internet.selectreactor.SelectReactor.&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: set uid/gid 0/0&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Logging level set to 'debug'&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: OpsCenterdService startService&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: OpsCenter version: 1.3.1&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Compatible agent version: 2.4&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Logging user config options:&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: jmx : [('port', '7199')], logging : [('level', 'DEBUG')], webserver : [('interface', '0.0.0.0'), ('port', '8888')], authentication : [], cassandra_metrics : [], cassandra : [('seed_hosts', '10.68.177.38')],&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: HTTP BASIC authentication disabled&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Getting nodelist over thrift&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: agent_config items: {'metrics_enabled': 1, 'http_server_port': 61621, 'metrics_ignored_column_families': '', 'metrics_ignored_keyspaces': 'system, OpsCenter', 'jmx_port': 7199}&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: opscenterd.WebServer.OpsCenterdWebServer starting on 8888&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Starting factory &#38;lt;opscenterd.WebServer.OpsCenterdWebServer instance at 0x24e8bd8&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Adding connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Adding connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Adding connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Adding connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Adding connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Waiting for describe_version() results&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Starting CassandraCluster service&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: morbid.morbid.StompFactory starting on 61619&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Starting factory &#38;lt;morbid.morbid.StompFactory instance at 0x2511320&#38;gt;&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: morbid.morbid.StompFactory starting on 61620&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Starting PushService&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Waiting for a successful thrift call&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: CPU Info: ['2000.070', '2000.070', '2000.070', '2000.070']&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Mem Info: 15013MB&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Successfully added connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt; to the pool&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Successfully added connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt; to the pool&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Successfully added connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt; to the pool&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Successfully added connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt; to the pool&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Successfully added connection to &#38;lt;CassandraNode 10.68.177.XX:9160 @0x251cfc8&#38;gt; to the pool&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: OS Version: Linux version 2.6.35-30-virtual (buildd@allspice) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #60-Ubuntu SMP Mon Sep 19 21:17:09 UTC 2011&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: Getting nodelist over thrift&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Cluster Name: bidev&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Partitioner: org.apache.cassandra.dht.RandomPartitioner&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Package Manager: aptitude&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: EC2 Instance type: m1.xlarge&#60;br /&#62;
2011-12-30 19:03:52+0000 [] DEBUG: EC2 Instance: datastax-use/datastax_clustering_ami_2.1.manifest.xml&#60;br /&#62;
2011-12-30 19:03:52+0000 []  INFO: Unhandled error in Deferred:&#60;br /&#62;
2011-12-30 19:03:52+0000 [] Unhandled Error&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 388, in errback&#60;br /&#62;
            self._startRunCallbacks(fail)&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 455, in _startRunCallbacks&#60;br /&#62;
            self._runCallbacks()&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 542, in _runCallbacks&#60;br /&#62;
            current.result = callback(current.result, *args, **kw)&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 1076, in gotResult&#60;br /&#62;
            _inlineCallbacks(r, g, deferred)&#60;br /&#62;
        --- &#38;lt;exception caught here&#38;gt; ---&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 1018, in _inlineCallbacks&#60;br /&#62;
            result = result.throwExceptionIntoGenerator(g)&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/python/failure.py&#34;, line 349, in throwExceptionIntoGenerator&#60;br /&#62;
            return g.throw(self.type, self.value, self.tb)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/dist-packages/opscenterd/Cluster.py&#34;, line 406, in startService&#60;/p&#62;
&#60;p&#62;          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 1018, in _inlineCallbacks&#60;br /&#62;
            result = result.throwExceptionIntoGenerator(g)&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/python/failure.py&#34;, line 349, in throwExceptionIntoGenerator&#60;br /&#62;
            return g.throw(self.type, self.value, self.tb)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/dist-packages/opscenterd/Cluster.py&#34;, line 573, in collectNodeList&#60;/p&#62;
&#60;p&#62;          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 1020, in _inlineCallbacks&#60;br /&#62;
            result = g.send(result)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/dist-packages/opscenterd/CassandraService.py&#34;, line 179, in getTokenList&#60;/p&#62;
&#60;p&#62;          File &#34;/usr/lib/python2.6/dist-packages/opscenterd/CassandraService.py&#34;, line 191, in processTokenLists&#60;/p&#62;
&#60;p&#62;        exceptions.IndexError: list index out of range&#60;/p&#62;
&#60;p&#62;2011-12-30 19:03:53+0000 []  INFO: Done loading metric configuration.&#60;br /&#62;
2011-12-30 19:03:53+0000 []  INFO: Done preloading last rollup times.&#60;br /&#62;
2011-12-30 19:03:53+0000 [] /usr/share/opscenter/lib/py/orbited/cometsession.py:467: exceptions.DeprecationWarning: twisted.web.error.NoResource is deprecated since Twisted 9.0.  See twisted.web.resource.NoResource.&#60;br /&#62;
2011-12-30 19:03:53+0000 []  INFO: Loading all persisted alert rules&#60;br /&#62;
2011-12-30 19:03:53+0000 [] DEBUG: Getting nodelist over thrift&#60;br /&#62;
2011-12-30 19:03:53+0000 []  INFO: Unhandled error in Deferred:&#60;br /&#62;
2011-12-30 19:03:53+0000 [] Unhandled Error&#60;br /&#62;
        Traceback (most recent call last):&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 388, in errback&#60;br /&#62;
            self._startRunCallbacks(fail)&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 455, in _startRunCallbacks&#60;br /&#62;
            self._runCallbacks()&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 542, in _runCallbacks&#60;br /&#62;
            current.result = callback(current.result, *args, **kw)&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 1076, in gotResult&#60;br /&#62;
            _inlineCallbacks(r, g, deferred)&#60;br /&#62;
        --- &#38;lt;exception caught here&#38;gt; ---&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 1018, in _inlineCallbacks&#60;br /&#62;
            result = result.throwExceptionIntoGenerator(g)&#60;br /&#62;
          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/python/failure.py&#34;, line 349, in throwExceptionIntoGenerator&#60;br /&#62;
            return g.throw(self.type, self.value, self.tb)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/dist-packages/opscenterd/Cluster.py&#34;, line 573, in collectNodeList&#60;/p&#62;
&#60;p&#62;          File &#34;/usr/share/opscenter/lib/py-debian/2.6/amd64/twisted/internet/defer.py&#34;, line 1020, in _inlineCallbacks&#60;br /&#62;
            result = g.send(result)&#60;br /&#62;
          File &#34;/usr/lib/python2.6/dist-packages/opscenterd/CassandraService.py&#34;, line 179, in getTokenList&#60;/p&#62;
&#60;p&#62;          File &#34;/usr/lib/python2.6/dist-packages/opscenterd/CassandraService.py&#34;, line 191, in processTokenLists&#60;/p&#62;
&#60;p&#62;        exceptions.IndexError: list index out of range
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-949</link>
			<pubDate>Fri, 30 Dec 2011 15:13:33 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">949@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I'm truly at a loss here.  Would it be possible for you to change your opscenter log level to DEBUG, restart opscenter (sudo service opscenterd restart), and paste/attach the contents of the log file since that restart here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-944</link>
			<pubDate>Thu, 29 Dec 2011 22:06:18 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">944@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;FYI, am using DataStax Auto-Clustering AMI 2.1 (ami-fd23ec94) instances running on all the nodes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-943</link>
			<pubDate>Thu, 29 Dec 2011 19:50:41 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">943@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Since the Opscenter usually runs on the first machine on the cluster. (here it is A). I rebooted the machine from the AWS console. (Rightclick -&#38;gt;Reboot option).&#60;br /&#62;
And then saw the A:8888/opscenter/index.html is not detecting that change on the browser.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-942</link>
			<pubDate>Thu, 29 Dec 2011 19:33:24 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">942@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;When you originally mentioned rebooting opscenter, can you elaborate on exactly what you did?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-941</link>
			<pubDate>Thu, 29 Dec 2011 19:21:18 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">941@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;AMI log: ~/datastax_ami/ami.log&#60;br /&#62;
    Cassandra log: /var/log/cassandra/system.log&#60;/p&#62;
&#60;p&#62;Address         DC          Rack        Status State   Load            Owns    Token&#60;br /&#62;
                                                                               1488735355279105777652263907&#60;br /&#62;
A    us-east     1b          Up     Normal  4.94 GB         12.50%  0&#60;br /&#62;
B1     us-east     1b          Up     Normal  5.05 GB         12.50%  2126764793255865396646091296&#60;br /&#62;
C     us-east     1b          Up     Normal  5.39 GB         12.50%  4253529586511730793292182592&#60;br /&#62;
D      us-east     1b          Up     Normal  5.71 GB         12.50%  6380294379767596189938273889&#60;br /&#62;
E    us-east     1b          Up     Normal  5.25 GB         12.50%  8507059173023461586584365185&#60;br /&#62;
F    us-east     1b          Up     Normal  4.74 GB         12.50%  1063382396627932698323045648&#60;br /&#62;
G    us-east     1b          Up     Normal  4.67 GB         12.50%  1276058875953519237987654777&#60;br /&#62;
H     us-east     1b          Up     Normal  5.57 GB         12.50%  1488735355279105777652263907&#60;/p&#62;
&#60;p&#62;There are 8 nodes in total. I specifically mentioned B1 node because there was B before and it was replaced by B1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-940</link>
			<pubDate>Thu, 29 Dec 2011 18:50:30 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">940@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Would you mind pasting the output of nodetool ring here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-939</link>
			<pubDate>Thu, 29 Dec 2011 18:46:56 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">939@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I ran nodetool ring on the old one as well as the new one. The load is equally distributed and the new one owns equally as well. Looks all good.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbulman on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-938</link>
			<pubDate>Thu, 29 Dec 2011 18:37:59 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">938@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Which node are you running nodetool ring on?  If it is just the new one, can you try running on one of the others in the cluster?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Opscenter new node detection issue"</title>
			<link>http://www.datastax.com/support-forums/topic/opscenter-new-node-detection-issue#post-937</link>
			<pubDate>Thu, 29 Dec 2011 18:35:58 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">937@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes, you are exactly right. By, 'Does not detect', I intend to say, It is not showing up in the cluster view- either in ring, physical or list view. No obvious errors in opscenter log, except for the decommissioned node that went down, and I separated it from the List view. (it is no longer connected).&#60;/p&#62;
&#60;p&#62;Also I wish to say there is bug here. Although, in the List view I could see two separated lines, (one connected and another decommissioned), In the ring view they appear to be connected. &#60;/p&#62;
&#60;p&#62;Most important of all, I am not able to see the the new node in the Opscenter. When I manually logg into the box, and wun the nodetool -ring command, I could see all them, (including the new node).  Is there anything I need to change in the Opscenter setting logs? &#60;/p&#62;
&#60;p&#62;Please advise..&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Nish
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
