On Wed, Aug 11, 2010 at 7:09 PM, Mark <static.void....@gmail.com> wrote:
> When I kill cassandra and restart I keep seeing the following error > message. Is this something I should be concerned about? > No, there's just a race condition as evidenced by these lines: INFO 17:05:08,933 Deleted /var/lib/cassandra/data/system/LocationInfo-e-16-Data.db INFO 17:05:08,936 Sampling index for /var/lib/cassandra/data/system/LocationInfo-e-16-<> ERROR 17:05:08,937 Corrupt file /var/lib/cassandra/data/system/LocationInfo-e-16-Data.db; skipped java.io.FileNotFoundException: /var/lib/cassandra/data/system/LocationInfo-e-16-Index.db (No such file or directory) It deleted the file and then tried to read it. Can you create a ticket? -Brandon