hi
i'm using sstableloader to load data to C*. the sstableloader fails during the upload, but with this error:
java.lang.RuntimeException: Failed to list files in /mnt/migration/...mySourceFolder : Caused by: java.lang.AssertionError at org.apache.cassandra.io.sstable.IndexSummary.<init>(IndexSummary.java:86) at org.apache.cassandra.io.sstable.IndexSummary$IndexSummarySerializer.deserialize(IndexSummary.java:350) at org.apache.cassandra.io.sstable.format.SSTableReader.loadSummary(SSTableReader.java:905)
after some reading, i've decided to remove the mc-2-big-Summary.db from the source-folder, the loader completed successfully.
question:
1. what is the role of summary.db during sstable loader?
2. is it safe to remove summary.db from the source folder?
Thanks!