<?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; User Favorites: sipme</title>
		<link><a href='http://www.datastax.com/support-forums/profile/sipme'>sipme</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 15:43:21 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>sipme on "Timeout exception occures while updating counter throught thrift"</title>
			<link>http://www.datastax.com/support-forums/topic/timeout-exception-occures-while-updating-counter-throught-thrift#post-8302</link>
			<pubDate>Sun, 06 Jan 2013 14:18:19 +0000</pubDate>
			<dc:creator>sipme</dc:creator>
			<guid isPermaLink="false">8302@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello&#60;br /&#62;
I am having 3 cassandra servers running in cluster.&#60;/p&#62;
&#60;p&#62;root@cassandra3:/opt/apache/apache-cassandra-0.8.10# ./bin/nodetool -h 127.0.0.1 ring&#60;br /&#62;
Address         DC          Rack        Status State   Load            Owns    Token&#60;br /&#62;
                                                                               113427455640312821154458202477256070485&#60;br /&#62;
172.19.10.1     19          10          Up     Normal  166.6 MB        33.33%  0&#60;br /&#62;
172.19.10.2     19          10          Up     Normal  166.71 MB       33.33%  56713727820156410577229101238628035242&#60;br /&#62;
172.19.10.3     19          10          Up     Normal  166.8 MB        33.33%  113427455640312821154458202477256070485&#60;/p&#62;
&#60;p&#62;As you see all of them are in normal mode and up.&#60;br /&#62;
Most of operations are working except adding a counter which fails ( not always and not for single column family ).&#60;br /&#62;
In cassandra server.log i dont see any error at all.&#60;/p&#62;
&#60;p&#62;On client side i get timeout exception:&#60;br /&#62;
2013-01-06 15:37:01,152 ERROR [javax.slee.SbbNotification[service=ServiceID[name=Online Billing,vendor=Web Ukraine,version=1.0.0.0],sbb=SbbID[name=Online Billing SBB,vendor=Web Ukraine,version=1.0.0.0]].OnlineBillingSbb] ERROR OCCURED&#60;br /&#62;
TimedOutException()&#60;br /&#62;
        at org.apache.cassandra.thrift.Cassandra$add_result.read(Cassandra.java:16336)&#60;br /&#62;
        at org.apache.cassandra.thrift.Cassandra$Client.recv_add(Cassandra.java:903)&#60;br /&#62;
        at org.apache.cassandra.thrift.Cassandra$Client.add(Cassandra.java:875)&#60;br /&#62;
        at com.webukraine.ims.billing.online.db.CassandraController.add(Unknown Source)&#60;br /&#62;
        at com.webukraine.ims.billing.online.db.BillingCyclesManager.updateCycleBalance(Unknown Source)&#60;br /&#62;
        at com.webukraine.ims.billing.online.db.ResourceAllocator.allocateUnits(Unknown Source)&#60;br /&#62;
        at com.webukraine.ims.billing.online.OnlineBillingSbb.onRoCreditControlRequest(Unknown Source)&#60;br /&#62;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#60;br /&#62;
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&#60;br /&#62;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&#60;br /&#62;
        at java.lang.reflect.Method.invoke(Method.java:616)&#60;br /&#62;
        at org.mobicents.slee.runtime.sbbentity.SbbEntityImpl.invokeEventHandler(SbbEntityImpl.java:478)&#60;br /&#62;
        at org.mobicents.slee.runtime.eventrouter.routingtask.EventRoutingTaskImpl.routeQueuedEvent(EventRoutingTaskImpl.java:378)&#60;br /&#62;
        at org.mobicents.slee.runtime.eventrouter.routingtask.EventRoutingTaskImpl.run(EventRoutingTaskImpl.java:126)&#60;br /&#62;
        at org.mobicents.slee.runtime.eventrouter.EventRouterExecutorImpl$EventRoutingTaskStatsCollector.run(EventRouterExecutorImpl.java:73)&#60;br /&#62;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)&#60;br /&#62;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)&#60;br /&#62;
        at java.lang.Thread.run(Thread.java:636)&#60;/p&#62;
&#60;p&#62;Another example :&#60;/p&#62;
&#60;p&#62;2013-01-06 15:59:39,331 ERROR [javax.slee.SbbNotification[service=ServiceID[name=Online Billing,vendor=Web Ukraine,version=1.0.0.0],sbb=SbbID[name=Online Billing SBB,vendor=Web Ukraine,version=1.0.0.0]].OnlineBillingSbb] ERROR OCCURED&#60;br /&#62;
TimedOutException()&#60;br /&#62;
        at org.apache.cassandra.thrift.Cassandra$add_result.read(Cassandra.java:16336)&#60;br /&#62;
        at org.apache.cassandra.thrift.Cassandra$Client.recv_add(Cassandra.java:903)&#60;br /&#62;
        at org.apache.cassandra.thrift.Cassandra$Client.add(Cassandra.java:875)&#60;br /&#62;
        at com.webukraine.ims.billing.online.db.CassandraController.add(Unknown Source)&#60;br /&#62;
        at com.webukraine.ims.billing.online.db.BillingCyclesManager.updateUnitsLeft(Unknown Source)&#60;br /&#62;
        at com.webukraine.ims.billing.online.db.ResourceAllocator.allocateUnits(Unknown Source)&#60;br /&#62;
        at com.webukraine.ims.billing.online.OnlineBillingSbb.onRoCreditControlRequest(Unknown Source)&#60;br /&#62;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#60;br /&#62;
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&#60;br /&#62;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&#60;br /&#62;
        at java.lang.reflect.Method.invoke(Method.java:616)&#60;br /&#62;
        at org.mobicents.slee.runtime.sbbentity.SbbEntityImpl.invokeEventHandler(SbbEntityImpl.java:478)&#60;br /&#62;
        at org.mobicents.slee.runtime.eventrouter.routingtask.EventRoutingTaskImpl.routeQueuedEvent(EventRoutingTaskImpl.java:378)&#60;br /&#62;
        at org.mobicents.slee.runtime.eventrouter.routingtask.EventRoutingTaskImpl.run(EventRoutingTaskImpl.java:126)&#60;br /&#62;
        at org.mobicents.slee.runtime.eventrouter.EventRouterExecutorImpl$EventRoutingTaskStatsCollector.run(EventRouterExecutorImpl.java:73)&#60;br /&#62;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)&#60;br /&#62;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)&#60;br /&#62;
        at java.lang.Thread.run(Thread.java:636)&#60;/p&#62;
&#60;p&#62;After restarting cassandra servers everything is working as expected but this is not good thing to restart a database.&#60;br /&#62;
How this problem can be resolved?&#60;br /&#62;
Best regards&#60;br /&#62;
Yulian Oifa
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
