Re: Re: R: Re: Ring up but read fails ...

2011-01-23 Thread Dan Washusen
This is a known issue with the Cassandra 0.6 versions of Pelops. The issue was fixed in the 0.7 based versions a few months ago but never back-ported (Dominic, myself and the other contributors don't run 0.6)... On 24 January 2011 05:25, cbert...@libero.it wrote: > > Reconnect and try again? >

R: Re: R: Re: Ring up but read fails ...

2011-01-23 Thread cbert...@libero.it
> Reconnect and try again? Sorry what do you mean by "Reconnect and try again?" -- You mean to shut down the old pool and create a new pool of connections?I don't have the possibility to handle the single connection using Pelops ... >From Dominic Williams Blog "To work with a Cassandra cluster,

Re: R: Re: Ring up but read fails ...

2011-01-23 Thread Jake Luciani
Reconnect and try again? On Jan 23, 2011, at 10:47 AM, "cbert...@libero.it" wrote: > > I've seen this when you leave a socket open and idle for a long time. The > > connection times out. > > It could be the situation ... any idea about the solution? > I create the pool once at startup and

R: Re: Ring up but read fails ...

2011-01-23 Thread cbert...@libero.it
> I've seen this when you leave a socket open and idle for a long time. The > connection times out. It could be the situation ... any idea about the solution?I create the pool once at startup and rely on this ... > Perhaps you use wrong transport in Thrift. Which version of cassandra you use? C

Re: Ring up but read fails ...

2011-01-23 Thread Jake Luciani
I've seen this when you leave a socket open and idle for a long time. The connection times out. On Jan 23, 2011, at 8:42 AM, ruslan usifov wrote: > > > 2011/1/23 cbert...@libero.it > > ERROR UserNameCmd:38 - java.net.SocketException: Broken pipe > ERROR UidCmd:61 - java.net.SocketExcept

Re: Ring up but read fails ...

2011-01-23 Thread ruslan usifov
2011/1/23 cbert...@libero.it > > ERROR UserNameCmd:38 - java.net.SocketException: Broken pipe > ERROR UidCmd:61 - java.net.SocketException: Broken pipe > org.apache.thrift.transport.TTransportException: java.net.SocketException: > Broken pipe > ... > at > org.apache.cassandra.thrift.Cassandra$Cl

Ring up but read fails ...

2011-01-23 Thread cbert...@libero.it
Hi all, I build a java webapp using Cassandra as DB. At the startup the application creates a cassandra pool using the Pelops client ... it my dev and test environment everything works but in production I have some strange problems. So I built a JSP to check the status of Cassandra DB, doing noth