skip to Main Content

Cannot start Cassandra container, getting "CommitLogReadException: Could not read commit log descriptor in file" – Docker

JVMStabilityInspector.java:196 - Exiting due to error while processing commit log during initialization. org.apache.cassandra.db.commitlog.CommitLogReadHandler$CommitLogReadException: Could not read commit log descriptor in file /opt/cassandra/data/commitlog/CommitLog-7-1676434400779.log I ran the Cassandra container in Docker, and the above error appears and stops. It worked well before,…

VIEW QUESTION

AWS Keyspace DSBulk unload failed, "Token metadata not present"

Getting error when trying to unload or count data from AWS Keyspace using dsbulk. Error: Operation COUNT_20221021-192729-813222 failed: Token metadata not present. Command line: $ dsbulk count/unload -k my_best_storage -t book_awards -f ./dsbulk_keyspaces.conf Config: datastax-java-driver { basic.contact-points = [ "cassandra.us-east-2.amazonaws.com:9142"]…

VIEW QUESTION
Back To Top
Search