RE: Write timeout on other nodes when joing a new node (in new DC)

2015-10-20 Thread Chris Allen
UNSUBSCRIBE

Re: Write timeout on other nodes when joing a new node (in new DC)

2015-10-20 Thread Jiri Horky
Hi all, so after deep investigation, we found out that this is this problem https://issues.apache.org/jira/browse/CASSANDRA-8058 Jiri Horky On 10/20/2015 12:00 PM, Jiri Horky wrote: > Hi all, > > we are experiencing a strange behavior when we are trying to bootstrap a > new node. The problem is

Write timeout on other nodes when joing a new node (in new DC)

2015-10-20 Thread Jiri Horky
Hi all, we are experiencing a strange behavior when we are trying to bootstrap a new node. The problem is that the Recent Write Latency goes to 2s on all the other Cassandra nodes (which are receiving user traffic), which corresponds to our setting of "write_request_timeout_in_ms: 2000". We use C

Re: write timeout

2015-03-23 Thread Anishek Agarwal
Bug report posted @ https://issues.apache.org/jira/browse/CASSANDRA-9023 On Mon, Mar 23, 2015 at 11:21 PM, Robert Coli wrote: > On Mon, Mar 23, 2015 at 7:27 AM, Brian Tarbox > wrote: > > > My group is seeing the same thing and also can not figure out why its > > happening. > > > > On Mon, Mar 2

Re: write timeout

2015-03-23 Thread Robert Coli
On Mon, Mar 23, 2015 at 7:27 AM, Brian Tarbox wrote: > My group is seeing the same thing and also can not figure out why its > happening. > > On Mon, Mar 23, 2015 at 8:36 AM, Anishek Agarwal > wrote: > >> Forgot to mention I am using Cassandra 2.0.13 >> > This seems like a rather significant bug

Re: write timeout

2015-03-23 Thread Brian Tarbox
My group is seeing the same thing and also can not figure out why its happening. On Mon, Mar 23, 2015 at 8:36 AM, Anishek Agarwal wrote: > Forgot to mention I am using Cassandra 2.0.13 > > On Mon, Mar 23, 2015 at 5:59 PM, Anishek Agarwal > wrote: > >> Hello, >> >> I am using a single node serv

Re: write timeout

2015-03-23 Thread Anishek Agarwal
Forgot to mention I am using Cassandra 2.0.13 On Mon, Mar 23, 2015 at 5:59 PM, Anishek Agarwal wrote: > Hello, > > I am using a single node server class machine with 16 CPUs with 32GB RAM > with a single drive attached to it. > > my table structure is as below > > CREATE TABLE t1(id bigint, ts

write timeout

2015-03-23 Thread Anishek Agarwal
Hello, I am using a single node server class machine with 16 CPUs with 32GB RAM with a single drive attached to it. my table structure is as below CREATE TABLE t1(id bigint, ts timestamp, cat1 set, cat2 set, lat float, lon float, a bigint, primary key (id, ts)); I am trying to insert 300 entri

Re: Write timeout under load but Read is fine

2015-03-06 Thread Jaydeep Chovatia
- look at the i/o on all three nodes >>- Increase the write_request_timeout_in_ms: 1 >>- check the time-outs if any on the client inserting the Writes >>- check the Network for dropped/lost packets >> >> >> hope this helps >> Jan/ >&g

Re: Write timeout under load but Read is fine

2015-03-06 Thread Carlos Rolo
00 >- check the time-outs if any on the client inserting the Writes >- check the Network for dropped/lost packets > > > hope this helps > Jan/ > > > > On Wednesday, March 4, 2015 12:26 PM, Jaydeep Chovatia < > chovatia.jayd...@gmail.com> wro

Re: Write timeout under load but Read is fine

2015-03-05 Thread Jan
en I keep getting few "write timeout" from Cassandra say every 10~15 mins. My read:write ratio is 50:50. My reads are fine but only writes time out. Here is my Cassandra details:Version: 2.0.11 Ring of 3 nodes with RF=3Node configuration: 24 core + 64GB RAM + 2TB "write_request_timeout

Re: Write timeout under load but Read is fine

2015-03-05 Thread Jaydeep Chovatia
gt; Hi, > > In my test program when I increase load then I keep getting few "write > timeout" from Cassandra say every 10~15 mins. My read:write ratio is > 50:50. My reads are fine but only writes time out. > > Here is my Cassandra details: &

Re: Write timeout under load but Read is fine

2015-03-04 Thread Jan
, 2015 12:26 PM, Jaydeep Chovatia wrote: Hi, In my test program when I increase load then I keep getting few "write timeout" from Cassandra say every 10~15 mins. My read:write ratio is 50:50. My reads are fine but only writes time out. Here is my Cassandra details:Version: 2.0.11

Write timeout under load but Read is fine

2015-03-04 Thread Jaydeep Chovatia
Hi, In my test program when I increase load then I keep getting few "write timeout" from Cassandra say every 10~15 mins. My read:write ratio is 50:50. My reads are fine but only writes time out. Here is my Cassandra details: Version: 2.0.11 Ring of 3 nodes with RF=3 Node configuratio