<?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: cassandra 1,2 beta multinode error request did not complete within rpc_timeout.</title>
		<link>http://www.datastax.com/support-forums/topic/cassandra-12-beta-multinode-error-request-did-not-complete-within-rpc_timeout</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 09:25:24 +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/cassandra-12-beta-multinode-error-request-did-not-complete-within-rpc_timeout" rel="self" type="application/rss+xml" />

		<item>
			<title>Srini on "cassandra 1,2 beta multinode error request did not complete within rpc_timeout."</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-12-beta-multinode-error-request-did-not-complete-within-rpc_timeout#post-8016</link>
			<pubDate>Tue, 18 Dec 2012 18:20:34 +0000</pubDate>
			<dc:creator>Srini</dc:creator>
			<guid isPermaLink="false">8016@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;What is the corresponding error in the node's log ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sridanu on "cassandra 1,2 beta multinode error request did not complete within rpc_timeout."</title>
			<link>http://www.datastax.com/support-forums/topic/cassandra-12-beta-multinode-error-request-did-not-complete-within-rpc_timeout#post-7766</link>
			<pubDate>Mon, 03 Dec 2012 06:35:37 +0000</pubDate>
			<dc:creator>sridanu</dc:creator>
			<guid isPermaLink="false">7766@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;topic says it all. Its a simple 2 node setup. I can insert rows into the schema without any error but when i try to retrieve data i get a rpc timeout.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;cqlsh:test&#38;gt; INSERT INTO table(
one,two) VALUES (&#38;#039;one&#38;#039;,&#38;#039;two&#38;#039;);

cqlsh:test&#38;gt; select * from table;
Request did not complete within rpc_timeout.

cqlsh:test&#38;gt; select * from tableusing consistency local_quorum;
Request did not complete within rpc_timeout.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;setting is as follows&#60;/p&#62;
&#60;p&#62;schema :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;CREATE KEYSPACE keybase
  WITH replication = {&#38;#039;class&#38;#039;:&#38;#039;NetworkTopologyStrategy&#38;#039;,
                      &#38;#039;datacenter1&#38;#039;:2};&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;1st node :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;initial_token: 0
seed_provider:
    - class_name: org.apache.cassandra.locator.SimpleSeedProvider
      parameters:
          - seeds: &#38;quot;1.1.1.1&#38;quot;
partitioner: org.apache.cassandra.dht.RandomPartitioner
listen_address: 1.1.1.1
rpc_address: 1.1.1.1
rpc_port: 9161

2nd node:

initial_token: 34028236692093846346337460743176821145
seed_provider:
    - class_name: org.apache.cassandra.locator.SimpleSeedProvider
      parameters:
          - seeds: &#38;quot;1.1.1.1&#38;quot;
partitioner: org.apache.cassandra.dht.RandomPartitioner
listen_address: 2.2.2.2
rpc_address: 2.2.2.2
rpc_port: 9161&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;i tried the following&#60;br /&#62;
setting the rpc address to 0.0.0.0&#60;br /&#62;
leaving it blank&#60;br /&#62;
increasing the rpc_timeout value&#60;br /&#62;
checking the port 9161 via telnet (which connects)&#60;/p&#62;
&#60;p&#62;Note that when i shutdown the 2nd node and run the select it works.&#60;/p&#62;
&#60;p&#62;any help is appreciated
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
