You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2020. It is now read-only.
cassandra-lucene-index's version: 3.11.3
problem description:
After we batch update datas with saveAll() method of CassandraRepository in org.springframework.data.cassandra.repository, we failed to startup Cassandra because an IndexException in cassandra-lucene-index ERROR [main] 2019-02-26 15:39:37,328 CassandraDaemon.java:708 - Exception encountered during startup java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.stratio.cassandra.lucene.IndexE xception at org.apache.cassandra.utils.Throwables.maybeFail(Throwables.java:51) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.utils.FBUtilities.waitOnFutures(FBUtilities.java:374) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.db.commitlog.CommitLogReplayer.blockForWrites(CommitLogReplayer.java:170) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.db.commitlog.CommitLog.recoverFiles(CommitLog.java:178) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.db.commitlog.CommitLog.recoverSegmentsOnDisk(CommitLog.java:158) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:324) [apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:602) [apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:691) [apache-cassandra-3.11.3.jar:3.11.3] Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.stratio.cassandra.lucene.IndexException at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[na:1.8.0_181] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[na:1.8.0_181]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
cassandra-lucene-index's version: 3.11.3
problem description:
After we batch update datas with saveAll() method of
CassandraRepository
inorg.springframework.data.cassandra.repository
, we failed to startup Cassandra because an IndexException in cassandra-lucene-indexERROR [main] 2019-02-26 15:39:37,328 CassandraDaemon.java:708 - Exception encountered during startup java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.stratio.cassandra.lucene.IndexE xception at org.apache.cassandra.utils.Throwables.maybeFail(Throwables.java:51) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.utils.FBUtilities.waitOnFutures(FBUtilities.java:374) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.db.commitlog.CommitLogReplayer.blockForWrites(CommitLogReplayer.java:170) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.db.commitlog.CommitLog.recoverFiles(CommitLog.java:178) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.db.commitlog.CommitLog.recoverSegmentsOnDisk(CommitLog.java:158) ~[apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:324) [apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:602) [apache-cassandra-3.11.3.jar:3.11.3] at org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:691) [apache-cassandra-3.11.3.jar:3.11.3] Caused by: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.stratio.cassandra.lucene.IndexException at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[na:1.8.0_181] at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[na:1.8.0_181]
The text was updated successfully, but these errors were encountered: