Sam Tunnicliffe created CASSANDRA-18458:
-------------------------------------------

             Summary: CEP-21 During startup, don't open SSTables until local 
metadata log replay is complete
                 Key: CASSANDRA-18458
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18458
             Project: Cassandra
          Issue Type: Improvement
          Components: Transactional Cluster Metadata
            Reporter: Sam Tunnicliffe
            Assignee: Sam Tunnicliffe


Eagerly opening SSTables when their {{ColumnFamilyStore}} is first instantiated 
presents problems when replaying the local metadata log during startup. Schema 
modifications which _had_ been applied by the time an SSTable was written may 
not have been replayed yet, causing serialization errors. To address this, we 
can defer opening SSTables until after the local log replay is complete.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to