You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yifan Cai (Jira)" <ji...@apache.org> on 2020/07/14 17:37:00 UTC

[jira] [Created] (CASSANDRA-15945) Verify expected SSTable components are present at startup

Yifan Cai created CASSANDRA-15945:
-------------------------------------

             Summary: Verify expected SSTable components are present at startup
                 Key: CASSANDRA-15945
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15945
             Project: Cassandra
          Issue Type: Bug
          Components: Local/SSTable
            Reporter: Yifan Cai
            Assignee: Yifan Cai


When Cassandra batch opens all sstables at startup, it should check that all components listed in the TOC.txt are available. Compression is optional, so there may not be a Compression.db component for all sstables, but if there should be and it's missing we continue to load the sstable. The sstable is unreadable without the compression metadata though, but we won't know this until it's touched by a query or compaction.

To reliably use TOC.txt for verification, it needs CASSANDRA-10709 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org