Jackson Chung created CASSANDRA-5289:
----------------------------------------

             Summary: DatabaseDescriptor.hasExistingNoSystemTables return true 
even with only system keyspace
                 Key: CASSANDRA-5289
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5289
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jackson Chung
            Priority: Minor


The hasExistingNoSystemTables method in DatabaseDescriptor checks for directory 
only. 

On a new start, system KS would be created. This method current return true 
because of it, resulting incorrect/confusing log:

 logger.info("Found table data in data directories. Consider using the CLI to 
define your schema.")     ;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to