Stratio / cassandra-lucene-index

Lucene based secondary indexes for Cassandra
Apache License 2.0
600 stars 170 forks source link

Cannot(rebuild index) retrieve data after recreating index on table #378

Open companyabab opened 6 years ago

companyabab commented 6 years ago

error in system.log

ERROR 06:18:54 Exception in thread Thread[SecondaryIndexManagement:1,5,main] java.lang.NoSuchMethodError: org.apache.cassandra.db.ColumnFamilyStore.forceBlockingFlush()V at com.stratio.cassandra.lucene.Index.lambda$getInitializationTask$0(Index.java:134) ~[cassandra-lucene-i ndex-plugin-3.0.6.3.jar:na] at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_151] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_151] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_151] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_151]

while retrieving data from cqlsh ReadFailure: code=1300 [Replica(s) failed to execute read] message="Operation failed - received 0 responses and 1 failures" info={'failures': 1, 'received_responses': 0, 'required_responses': 1, 'consistency': 'ONE'}