Re: [External]Re: I/O threads busy error

2018-11-20 Thread Jorge Bay Gondra
20, 2018 3:15 PM > To: dev@cassandra.apache.org > Subject: [External]Re: I/O threads busy error > > You're probably hitting this - > https://github.com/datastax/cpp-driver/blob/2.0/src/session.cpp#L740 > From my reading it feels you may want to throttle your queries or play > arou

RE: [External]Re: I/O threads busy error

2018-11-20 Thread Vishal1.Sharma
...@yahoo.com.INVALID [mailto:dinesh.jo...@yahoo.com.INVALID] Sent: Tuesday, November 20, 2018 3:15 PM To: dev@cassandra.apache.org Subject: [External]Re: I/O threads busy error You're probably hitting this -  https://github.com/datastax/cpp-driver/blob/2.0/src/session.cpp#L740 From my reading it feels you may

Re: I/O threads busy error

2018-11-20 Thread dinesh.jo...@yahoo.com.INVALID
You're probably hitting this -  https://github.com/datastax/cpp-driver/blob/2.0/src/session.cpp#L740 >From my reading it feels you may want to throttle your queries or play around >with the driver settings. Essentially it seems the number of queries you're >issuing is greater than what the cluste

I/O threads busy error

2018-11-19 Thread Vishal1.Sharma
Dear all, I've got a 2 node Cassandra cluster(3.11.2). I'm using Datastax's c++ driver(ver 2.7) in my application to fetch/add data from the cluster(RHEL 6.9). Sometimes I'm getting the error "All connections on all I/O threads are busy" in my application. I'm unable to figure out why I am gett