<?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: CQL/Solr queries result in rpc_timeout</title>
		<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 15:36:45 +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/cqlsolr-queries-result-in-rpc_timeout" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1620</link>
			<pubDate>Fri, 13 Apr 2012 20:53:35 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1620@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Can I ask as side questions.&#60;/p&#62;
&#60;p&#62;How to limit number of rows returned from solr_query?&#60;/p&#62;
&#60;p&#62;It should be rows=?. looks like limit N didn't work.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Charlie &#124; DBA
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thepaul on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1538</link>
			<pubDate>Thu, 05 Apr 2012 20:29:17 +0000</pubDate>
			<dc:creator>thepaul</dc:creator>
			<guid isPermaLink="false">1538@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The traceback from that Cassandra node's log would help narrow down the problem, if you can find the error in there.  You can probably find it by searching for &#34;Internal error processing execute_cql_query&#34; in system.log, or at least searching for &#34;ERROR&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1536</link>
			<pubDate>Thu, 05 Apr 2012 18:25:12 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1536@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;1) Testing from a Cassandra node:&#60;/p&#62;
&#60;p&#62;[cqlsh 2.0.0 &#124; Cassandra 1.0.8 &#124; CQL spec 2.0.0 &#124; Thrift protocol 19.20.0]&#60;br /&#62;
Use HELP for help.&#60;br /&#62;
cqlsh&#38;gt; use wiki;&#60;br /&#62;
cqlsh:wiki&#38;gt; select title from solr using consistency local_quorum where solr_query='title:natio*' limit 3;&#60;br /&#62;
Internal application error&#60;br /&#62;
cqlsh:wiki&#38;gt; select title from solr using consistency local_quorum where solr_query='title:natio*';&#60;br /&#62;
Internal application error&#60;br /&#62;
cqlsh:wiki&#38;gt; select title from solr where solr_query='title:natio*'; title&#60;br /&#62;
--------------------------------------------------------------------------&#60;br /&#62;
                                      Bolivia national football team 1999&#60;br /&#62;
                                      Bolivia national football team 2002&#60;br /&#62;
 List of French born footballers who have played for other national teams&#60;br /&#62;
                                    Kenya national under-20 football team&#60;br /&#62;
                                      Bolivia national football team 2000&#60;br /&#62;
                                 Israel men's national inline hockey team&#60;br /&#62;
                                      Bolivia national football team 2001&#60;/p&#62;
&#60;p&#62;cqlsh:wiki&#38;gt; select title from solr where solr_query='title:natio*' limit 3;&#60;br /&#62;
Request did not complete within rpc_timeout.&#60;/p&#62;
&#60;p&#62;Testing from a Solr node:&#60;/p&#62;
&#60;p&#62;[cqlsh 2.0.0 &#124; Cassandra 1.0.8 &#124; CQL spec 2.0.0 &#124; Thrift protocol 19.20.0]&#60;br /&#62;
Use HELP for help.&#60;br /&#62;
cqlsh&#38;gt; use wiki;&#60;br /&#62;
cqlsh:wiki&#38;gt; select title from solr using consistency local_quorum where solr_query='title:natio*';&#60;br /&#62;
 title&#60;br /&#62;
--------------------------------------------------------------------------&#60;br /&#62;
                                      Bolivia national football team 2002&#60;br /&#62;
 List of French born footballers who have played for other national teams&#60;br /&#62;
                                      Bolivia national football team 1999&#60;br /&#62;
                                      Bolivia national football team 2002&#60;br /&#62;
 List of French born footballers who have played for other national teams&#60;br /&#62;
                                      Bolivia national football team 2001&#60;br /&#62;
                                      Bolivia national football team 2000&#60;br /&#62;
                                 Israel men's national inline hockey team&#60;br /&#62;
                                    Kenya national under-20 football team&#60;br /&#62;
                                      Bolivia national football team 2000&#60;br /&#62;
                                 Israel men's national inline hockey team&#60;br /&#62;
                                      Bolivia national football team 2001&#60;/p&#62;
&#60;p&#62;cqlsh:wiki&#38;gt; select title from solr using consistency local_quorum where solr_query='title:natio*' limit 3;&#60;br /&#62;
Request did not complete within rpc_timeout.&#60;/p&#62;
&#60;p&#62;2) RF is {Solr:1}.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hamilton.tran on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1535</link>
			<pubDate>Thu, 05 Apr 2012 18:10:53 +0000</pubDate>
			<dc:creator>hamilton.tran</dc:creator>
			<guid isPermaLink="false">1535@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi there, I was unable to reproduce your issue. Could you provide us with a little more detail? &#60;/p&#62;
&#60;p&#62;Specifically:&#60;/p&#62;
&#60;p&#62;1)Which node (analytics/cassandra/search) where you connected to with cqlsh? &#60;/p&#62;
&#60;p&#62;2)What was your RF set to? {Solr:1}?&#60;/p&#62;
&#60;p&#62;Thanks, &#60;/p&#62;
&#60;p&#62;Ham
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1534</link>
			<pubDate>Thu, 05 Apr 2012 16:33:59 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1534@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;cqlsh:wiki&#38;gt; select title from solr where solr_query='title:natio*';&#60;br /&#62;
 title&#60;br /&#62;
--------------------------------------------------------------------------&#60;br /&#62;
                                      Bolivia national football team 1999&#60;br /&#62;
                                      Bolivia national football team 2002&#60;br /&#62;
 List of French born footballers who have played for other national teams&#60;br /&#62;
                                    Kenya national under-20 football team&#60;br /&#62;
                                      Bolivia national football team 2000&#60;br /&#62;
                                 Israel men's national inline hockey team&#60;br /&#62;
                                      Bolivia national football team 2001&#60;/p&#62;
&#60;p&#62;cqlsh:wiki&#38;gt; select title from solr using consistency local_quorum where solr_query='title:natio*' limit 3;&#60;br /&#62;
Request did not complete within rpc_timeout.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1533</link>
			<pubDate>Thu, 05 Apr 2012 16:16:43 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1533@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;From the CQL help:&#60;/p&#62;
&#60;p&#62;        Consistency level specifications are made up of keyword USING,&#60;br /&#62;
        followed by a consistency level identifier. Valid consistency level&#60;br /&#62;
        identifiers are as follows:&#60;/p&#62;
&#60;p&#62;         * ANY&#60;br /&#62;
         * ONE (default)&#60;br /&#62;
         * QUORUM&#60;br /&#62;
         * ALL&#60;br /&#62;
         * LOCAL_QUORUM&#60;br /&#62;
         * EACH_QUORUM&#60;/p&#62;
&#60;p&#62;cqlsh:test&#38;gt; select * from events using LOCAL_QUORUM where solr_query='active:true';&#60;br /&#62;
Bad Request: line 1:26 missing K_CONSISTENCY at 'LOCAL_QUORUM'&#60;/p&#62;
&#60;p&#62;cqlsh:test&#38;gt; select * from events using CONSISTENCY LOCAL_QUORUM where solr_query='active:true';&#60;br /&#62;
Internal application error
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1532</link>
			<pubDate>Thu, 05 Apr 2012 15:22:08 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1532@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ah ok then specify the query with LOCAL_QUORUM consistency.  This is mentioned in the docs too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1531</link>
			<pubDate>Thu, 05 Apr 2012 15:22:04 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1531@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ah ok then specify the query with LOCAL_QUORUM consistency.  This is mentioned in the docs too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1530</link>
			<pubDate>Thu, 05 Apr 2012 15:21:02 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1530@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;No.  I have 2 Cassandra, 2 Solr, and 2 Hadoop nodes.&#60;/p&#62;
&#60;p&#62;Address         DC          Rack        Status State   Load            Owns    Token&#60;br /&#62;
                                                                               85070591730234615865843651857942052874&#60;br /&#62;
10.3.24.12      Cassandra   rack1       Up     Normal  24.98 MB        50.00%  0&#60;br /&#62;
10.3.24.14      Analytics   rack1       Up     Normal  23.86 MB        0.00%   10&#60;br /&#62;
10.3.24.16      Solr        rack1       Up     Normal  33.26 MB        0.00%   20&#60;br /&#62;
10.3.24.17      Solr        rack1       Up     Normal  23.84 MB        0.10%   170141183000000000000000000000000000&#60;br /&#62;
10.3.24.13      Cassandra   rack1       Up     Normal  28.25 MB        49.90%  85070591730234615865843651857942052864&#60;br /&#62;
10.3.24.15      Analytics   rack1       Up     Normal  27.02 MB        0.00%   85070591730234615865843651857942052874
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1529</link>
			<pubDate>Thu, 05 Apr 2012 15:09:04 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1529@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Is the entire cluster made up of solr nodes?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "CQL/Solr queries result in rpc_timeout"</title>
			<link>http://www.datastax.com/support-forums/topic/cqlsolr-queries-result-in-rpc_timeout#post-1524</link>
			<pubDate>Wed, 04 Apr 2012 19:49:54 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1524@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The following query returns 2,765 rows:&#60;/p&#62;
&#60;p&#62;cqlsh:test&#38;gt; select * from events where solr_query='active:true';&#60;/p&#62;
&#60;p&#62;Adding a limit to the above query results in an rpc_timeout:&#60;/p&#62;
&#60;p&#62;cqlsh:test&#38;gt; select * from events where solr_query='active:true' limit 10;&#60;br /&#62;
Request did not complete within rpc_timeout.&#60;br /&#62;
cqlsh:test&#38;gt; &#60;/p&#62;
&#60;p&#62;I get the same results using the JDBC driver.&#60;/p&#62;
&#60;p&#62;The events column family contains over 10,000 rows.  The following query also fails:&#60;/p&#62;
&#60;p&#62;cqlsh:test&#38;gt; select * from events where solr_query='active:false';&#60;br /&#62;
Request did not complete within rpc_timeout.&#60;/p&#62;
&#60;p&#62;I don't see any log messages related to the queries in the cassandra logs.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
