Analucia Esparza-Chavez created CASSANDRA-17115:
---------------------------------------------------
Summary: When data dir is not present, we fail as FileNotFound
causes org.apache.cassandra.config.DatabaseDescriptor#tryGetSpace to fail
Key: CASSANDRA-17115
URL: https://issues.apache.org/jira/browse/CASSANDRA-17115
Project: Cassandra
Issue Type: Bug
Reporter: Analucia Esparza-Chavez
When you download trunk and do ./bin/cassandra -f, this will fail on a fresh
clone as “data” directory does not exist. The failure happens in
org.apache.cassandra.config.DatabaseDescriptor#tryGetSpace which throws a new
error
{code}
throw new ConfigurationException("Unable check disk space in '" + dir + "'.
Perhaps the Cassandra user does not have the necessary permissions")
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]