Re: unknown exception with hector

2012-05-30 Thread aaron morton
> i'm not sure if using framed transport is an option with hector. http://hector-client.github.com/hector//source/content/API/core/0.8.0-2/me/prettyprint/cassandra/service/CassandraHostConfigurator.html#setUseThriftFramedTransport(boolean) > what should i be in the logs looking for to find the cau

Re: unknown exception with hector

2012-05-24 Thread Deno Vichas
i'm not sure if using framed transport is an option with hector. what should i be in the logs looking for to find the cause of these dropped reads? thanks, On 5/24/2012 3:04 AM, aaron morton wrote: Dropped read messages occur when the node could not process a read task within rpc_timeout. It

Re: unknown exception with hector

2012-05-24 Thread aaron morton
Dropped read messages occur when the node could not process a read task within rpc_timeout. It generally means the cluster has been overwhelmed at some point: too many requests, to much GC, compaction hurting, etc. Check the server side logs for errors but I doubt it is related to the call st

Re: unknown exception with hector

2012-05-23 Thread Deno Vichas
i've notice the my nodes seem to have a large (?, not really sure what acceptable numbers are) read dropped count from tpstats. could they be related? On 5/23/2012 2:55 AM, aaron morton wrote: No sure but at org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:

Re: unknown exception with hector

2012-05-23 Thread aaron morton
No sure but >at > org.apache.thrift.transport.TIOStreamTransport.read(TIOStreamTransport.java:132) Looks like the client is not using framed transport. The server defaults to framed. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com

unknown exception with hector

2012-05-22 Thread Deno Vichas
could somebody clue me in to the cause of this exception? i see these randomly. AnalyzerService-2 2012-05-22 13:28:00,385 :: WARN cassandra.connection.HConnectionManager - Exception: me.prettyprint.hector.api.exceptions.HectorTransportException: org.apache.thrift.transport.TTransportExcepti