Re: Broken pipe with Thrift

2013-12-30 Thread Aaron Morton
> One question, which is confusing , it's a server side issue or client side? Check the server log for errors to make sure it’s not a server side issue. Also check if there could be something in network that is killing long lived connections. Check the thrift lib the client is using is the same

Re: Broken pipe with Thrift

2013-12-24 Thread Steven A Robenalt
In our case, the issue was on the server side, but since you're on the 1.2.x branch, it's not likely to be the same issue. Hopefully, somone else who is using the 1.2.x branch will have more insight than I do. On Mon, Dec 23, 2013 at 11:52 PM, Vivek Mishra wrote: > Hi Steven, > One question, whi

Re: Broken pipe with Thrift

2013-12-23 Thread Vivek Mishra
Hi Steven, One question, which is confusing , it's a server side issue or client side? -Vivek On Tue, Dec 24, 2013 at 12:30 PM, Vivek Mishra wrote: > Hi Steven, > Thanks for your reply. We are using version 1.2.9. > > -Vivek > > > On Tue, Dec 24, 2013 at 12:27 PM, Steven A Robenalt > wrote:

Re: Broken pipe with Thrift

2013-12-23 Thread Vivek Mishra
Hi Steven, Thanks for your reply. We are using version 1.2.9. -Vivek On Tue, Dec 24, 2013 at 12:27 PM, Steven A Robenalt wrote: > Hi Vivek, > > Which release are you using? We had an issue with 2.0.2 that was solved by > a fix in 2.0.3. > > > On Mon, Dec 23, 2013 at 10:47 PM, Vivek Mishra wrote

Re: Broken pipe with Thrift

2013-12-23 Thread Steven A Robenalt
Hi Vivek, Which release are you using? We had an issue with 2.0.2 that was solved by a fix in 2.0.3. On Mon, Dec 23, 2013 at 10:47 PM, Vivek Mishra wrote: > Also to add. It works absolutely fine on single node. > > -Vivek > > > On Tue, Dec 24, 2013 at 12:15 PM, Vivek Mishra wrote: > >> Hi, >> I

Re: Broken pipe with Thrift

2013-12-23 Thread Vivek Mishra
Also to add. It works absolutely fine on single node. -Vivek On Tue, Dec 24, 2013 at 12:15 PM, Vivek Mishra wrote: > Hi, > I have a 6 node, 2DC cluster setup. I have configured consistency level to > QUORUM. But very often i am getting "Broken pipe" > com.impetus.client.cassandra.CassandraClie

Re: Broken pipe when variating a lot number of connections

2013-04-12 Thread Edward Capriolo
The YCSB client is not very advanced. Hector, asynax or the native driver will work better. There are a few ycsb forks as each nosql person usually needs to fork ycsb to get the most out of it, check github. On Thu, Apr 11, 2013 at 6:28 PM, Rodrigo Felix < rodrigofelixdealme...@gmail.com> wrote:

Re: Re: Broken pipe

2010-09-03 Thread Jonathan Shook
thing on a smaller data set, no such thing happens. >> >> 2010-04-28 >> >> Bingbing Liu >> >> 发件人: Jonathan Ellis >> 发送时间: 2010-04-27 20:51:11 >> 收件人: user >> 抄送: rucbing &g

Re: Re: Broken pipe

2010-04-28 Thread Jonathan Ellis
and when i do the same thing on a smaller data set, no such thing happens. > > 2010-04-28 > > Bingbing Liu > > 发件人: Jonathan Ellis > 发送时间: 2010-04-27 20:51:11 > 收件人: user > 抄送: rucbing > 主题: Re: Broken

Re: Broken pipe

2010-04-27 Thread Jonathan Ellis
get_range_slices works fine in the system tests, so something is wrong on your client side. Some possibilities: - sending to a non-Thrift port - using an incompatible set of Thrift bindings than the one your server supports - mixing a framed client with a non-framed server or vice versa [movi