Cassandra failure during read query at consistency LOCAL_ONE (1 responses were required but only 0 replica responded, 1 failed)
When check Cassandra log, the following error is thrown:
StorageProxy.java:1822 - Scanned over 100001 tombstones during query 'SELECT * FROM wiki.treated_article_posting WHERE language = en AND article_wikibase_item = Q4022382 LIMIT 5000' (last scanned row partion key was ((en), btw1965)); query aborted
I'm using Cassandra with Spark 2.1 with Java.
The data trying to read is from one Partition and is not that huge (<10K rows)
I know this question is a duplicate of others, but non of the solutions for the other questions worked with me.
--
You received this message because you are subscribed to the Google Groups "DataStax Spark Connector for Apache Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spark-connector-...@lists.datastax.com.