You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Carl Yeksigian (JIRA)" <ji...@apache.org> on 2015/12/18 00:14:46 UTC

[jira] [Created] (CASSANDRA-10902) Skip saved cache directory when checking SSTables at startup

Carl Yeksigian created CASSANDRA-10902:
------------------------------------------

             Summary: Skip saved cache directory when checking SSTables at startup
                 Key: CASSANDRA-10902
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10902
             Project: Cassandra
          Issue Type: Bug
          Components: Configuration
            Reporter: Carl Yeksigian
            Assignee: Carl Yeksigian


The SSTable StartupCheck looks for all files which end with "*.db" and compares the version. This causes problems if {{saved_cache_directory}} is a subdirectory of a {{data_file_directories}}. We should make sure that we are not checking any subdirectory where we might be writing *.db files.

This is the cause of not being able to restart in CASSANDRA-10821.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)