Using DSE 4.8.7, we are able to insert ~1,000 records/second into a cassandra table, which is being indexed by Solr. The throughput is fine for a while (maybe 30-60 minutes) until 2-3 nodes (in a 5-node cluster) start showing these messages in the log:
INFO [datastore.data Index WorkPool work thread-0] 2016-05-17 19:28:26,183 AbstractMetrics.java:114 - Cannot record QUEUE latency of 29 minutes because higher than 10 minutes.
At this point, the insert throughput goes down to 2-10 records/second. Restarting the nodes solves the problem. OS load and IO are both low for all nodes in the cluster. Also, there are no pending tasks when looking at nodetool stats.
This question is almost literally verbatim the question here, which I'm doing on purpose because (a) this appears to still be an issue, and (b) I'm not able to comment on that question.