<?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: View replication shows RF=NaN</title>
		<link>http://www.datastax.com/support-forums/topic/view-replication-shows-rfnan</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 10:29:47 +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/view-replication-shows-rfnan" rel="self" type="application/rss+xml" />

		<item>
			<title>nickmbailey on "View replication shows RF=NaN"</title>
			<link>http://www.datastax.com/support-forums/topic/view-replication-shows-rfnan#post-6710</link>
			<pubDate>Thu, 27 Sep 2012 17:08:53 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">6710@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;fredespi,&#60;/p&#62;
&#60;p&#62;Sorry, your original posts were being caught by our spam filter.&#60;/p&#62;
&#60;p&#62;Regarding your problem, I'm able to reproduce the error you are seeing. It is just an issue with displaying the RF correctly. We should have it fixed in the next release. In the meantime the 'View Replication' feature should still work correctly I believe, it will just not display the RF correctly.&#60;/p&#62;
&#60;p&#62;Thanks for the bug report!&#60;/p&#62;
&#60;p&#62;-Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "View replication shows RF=NaN"</title>
			<link>http://www.datastax.com/support-forums/topic/view-replication-shows-rfnan#post-6705</link>
			<pubDate>Thu, 27 Sep 2012 14:44:15 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">6705@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi, and thanks for your answer:&#60;/p&#62;
&#60;p&#62;opscenter is at v2.1.2.&#60;/p&#62;
&#60;p&#62;There aren't any obvious errors in the log.&#60;/p&#62;
&#60;p&#62;Here is the output of show schema (I had to cut the solrconfig and schema or it would not post):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;create keyspace collectors
  with placement_strategy = &#38;#039;NetworkTopologyStrategy&#38;#039;
  and strategy_options = {DC1 : 2}
  and durable_writes = true;

use collectors;

create column family solr
  with column_type = &#38;#039;Standard&#38;#039;
  and comparator = &#38;#039;UTF8Type&#38;#039;
  and default_validation_class = &#38;#039;UTF8Type&#38;#039;
  and key_validation_class = &#38;#039;UTF8Type&#38;#039;
  and rows_cached = 0.0
  and row_cache_save_period = 0
  and row_cache_keys_to_save = 2147483647
  and keys_cached = 200000.0
  and key_cache_save_period = 14400
  and read_repair_chance = 1.0
  and gc_grace = 864000
  and min_compaction_threshold = 4
  and max_compaction_threshold = 32
  and replicate_on_write = true
  and row_cache_provider = &#38;#039;SerializingCacheProvider&#38;#039;
  and compaction_strategy = &#38;#039;org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#38;#039;
  and column_metadata = [
    {column_name : &#38;#039;_docBoost&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr__docBoost_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;_dynFld&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr__dynFld_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;created&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr_created_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;language&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr_language_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;rawText&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr_rawText_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;solr_query&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr_solr_query_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;source&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr_source_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;text&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr_text_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;timestamp&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr_timestamp_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}},
    {column_name : &#38;#039;uuid&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;collectors_solr_uuid_index&#38;#039;,
    index_type : 1,
    index_options : {
      &#38;#039;class_name&#38;#039; : &#38;#039;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#38;#039;}}];&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "View replication shows RF=NaN"</title>
			<link>http://www.datastax.com/support-forums/topic/view-replication-shows-rfnan#post-6692</link>
			<pubDate>Wed, 26 Sep 2012 22:39:15 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">6692@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;fredespi,&#60;/p&#62;
&#60;p&#62;This is most likely just a bug in the OpsCenter display. A few questions to help us reproduce the issue:&#60;/p&#62;
&#60;p&#62;1) What version of OpsCenter are you on.&#60;br /&#62;
2) What is the output of running 'show schema &#38;lt;keyspace&#38;gt;;' in the cassandra-cli for your specific keyspace?&#60;br /&#62;
3) Are there any obvious errors in the opscenterd.log file?&#60;/p&#62;
&#60;p&#62;-Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "View replication shows RF=NaN"</title>
			<link>http://www.datastax.com/support-forums/topic/view-replication-shows-rfnan#post-6691</link>
			<pubDate>Wed, 26 Sep 2012 22:07:52 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">6691@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have three solr nodes in the same rack. In OpsCenter when I click actions/view replication on any of the nodes the result is RF=NaN for each of them. RF is set to 2 for the keyspace and column family (solr) in question. As I am quite new to cassandra and datastax I am not sure if replication is actually working properly although it seems to be: after indexing about 13M documents in a round-robin fashion over all nodes, all nodes give approximately the same count for a *:* query through the admin interface and searching on one node also gives logging output on one other node.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
