Cheers
Jason
On Wednesday, February 2, 2011, Dan Washusen <d...@reactive.org> wrote:
> Hi Jason,It's hard to determine based on the stack trace but it looks like you're seeing Cassandra TimedOutException [1]. The org.scale7.cassandra.pelops.IConnection.Config#timeout property relates the the underlying thrift connection and would throw a TransportException (wrapping a TTransportException)...
>
> Does that clear things up?
> Cheers,DanTimedOutException - The node responsible for the write or read did not respond during the rpc interval specified in your configuration (default 10s). This can happen if the request is too large, the node is oversaturated with requests, or the node is down but the failure detector has not yet realized it (usually this takes < 30s).