Duncan Sands created CASSANDRA-6822:
---------------------------------------
Summary: Never ending batch replay after dropping column family
Key: CASSANDRA-6822
URL: https://issues.apache.org/jira/browse/CASSANDRA-6822
Project: Cassandra
Issue Type: Bug
Components: Core
Environment: Cassandra 2.0.5
Reporter: Duncan Sands
Priority: Minor
After dropping a column family, I got an infinite number of messages like this:
WARN [BatchlogTasks:1] 2014-03-07 17:50:08,962 BatchlogManager.java (line 235)
Skipped batch replay of bc3916e0-a533-11e3-9c41-55f3810000b5 due to
org.apache.cassandra.db.UnknownColumnFamilyException: Couldn't find
cfId=2fdad07d-0cc3-373a-8aa0-15837cd9bc6c
I say an infinite number but I only waited about 12 hours before I decided I
had had enough and truncated system.batchlog. So perhaps it would have gone
away by itself.
Presumably the batch replay is skipped but not discarded, so will keep on
turning up forever.
--
This message was sent by Atlassian JIRA
(v6.2#6252)