Re: TimeoutException when I put very large value

2010-04-20 Thread acrd seek
Thanks Ryan, I also notice this prameter in storage-conf just now. I am going to increase this number to test whether it will work 2010/4/21 Ryan King > what's your RPC timeout in storage-conf? > > -ryan > > On Tue, Apr 20, 2010 at 6:46 PM, Jeff Zhang wrote: > > Hi all, > > > > When I insert

Re: TimeoutException when I put very large value

2010-04-20 Thread Ryan King
what's your RPC timeout in storage-conf? -ryan On Tue, Apr 20, 2010 at 6:46 PM, Jeff Zhang wrote: > Hi all, > > When I insert very large value, the thrift will throw TimeOutException, > event If I set the socket timeout as 10 minutes.  I believe the 10 minutes > is enough for inserting the large

TimeoutException when I put very large value

2010-04-20 Thread Jeff Zhang
Hi all, When I insert very large value, the thrift will throw TimeOutException, event If I set the socket timeout as 10 minutes. I believe the 10 minutes is enough for inserting the large value and spreading the replica to other machines, the ConsistencyLevel I choose is DCQUORUM. So is there any