Re: too many logDroppedMessages and StatusLogger

2019-03-12 Thread Marco Gasparini
thanks for the answer Nate, my queries are more like the following: select f1,f2,f3, bigtxt from mytable where f1= ? and f2= ? limit 10; insert into mytable (f1,f2,f3,bigtxt) values (?,?,?,?) actually I have a text field (bigtxt) that could be > 1MB. Marco Il giorno lun 11 mar 2019 alle ore

Re: too many logDroppedMessages and StatusLogger

2019-03-11 Thread Nate McCall
Are you using queries with a large number of arguments to an IN clause on a partition key? If so, the coordinator has to: - hold open the client request - unwind the IN clause into individual statements - scatter/gathering those statements around the cluster (each at the requested consistency

too many logDroppedMessages and StatusLogger

2019-03-08 Thread Marco Gasparini
Hi all, I cannot understand why I get the following logs, they appear every day at not fixed period of time. I saw them every 2 minutes or every 10 seconds, I cannot find any pattern. I took this very example here during an heavy workload of writes and reads but I get them also during a very