You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2016/05/19 20:42:12 UTC

[jira] [Created] (CASSANDRA-11849) Potential data directory problems due to CFS getDirectories logic

T Jake Luciani created CASSANDRA-11849:
------------------------------------------

             Summary: Potential data directory problems due to CFS getDirectories logic
                 Key: CASSANDRA-11849
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11849
             Project: Cassandra
          Issue Type: Bug
            Reporter: T Jake Luciani
            Assignee: Blake Eggleston


CASSANDRA-8671 added the ability to change the data directory based on the compaction strategy.  

Since nothing uses this yet we haven't hit any issues but reading the code I see potential bugs for things like Transaction log cleanup and CFA initialization since these all use the default {{Directories}} location from the yaml.

* {{Directories}} is passed into CFS constructor then possibly disregarded.
* Startup checks like scrubDataDirectories are all using default Directories locations.
* StandaloneSSTableUtil 



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