T Jake Luciani created CASSANDRA-9249:
-----------------------------------------
Summary: Resetting local schema can cause assertion error
Key: CASSANDRA-9249
URL: https://issues.apache.org/jira/browse/CASSANDRA-9249
Project: Cassandra
Issue Type: Bug
Reporter: T Jake Luciani
Assignee: T Jake Luciani
Priority: Minor
Fix For: 2.0.15, 2.1.5
When a user resets their local schema the Schema class purges all CFmetadata
and recreates it. If a compaction is going on this can cause an issue similar
to CASSANDRA-8832
The original intent of the assertion was to ensure if the setLiveMetadata was
never called with different metadata instances since the schema is managed as a
global reference. However I missed this reset method so it's probably just as
well to remove this assert.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)