[ 
https://issues.apache.org/jira/browse/CASSANDRA-8111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14170972#comment-14170972
 ] 

Jan Karlsson edited comment on CASSANDRA-8111 at 10/14/14 2:16 PM:
-------------------------------------------------------------------

I believe I missed
{code}
if(Strings.isNullOrEmpty(restoreDirectories))
{code}
before looping on restoreDirectories


was (Author: jan karlsson):
I believe 
{code}
if(Strings.isNullOrEmpty(restoreDirectories))
{code}
should be added before looping on restoreDirectories

> Create backup directories for commitlog archiving during startup
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-8111
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8111
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jan Karlsson
>            Priority: Trivial
>              Labels: archive, commitlog
>             Fix For: 2.0.11, 2.1.1
>
>         Attachments: CASSANDRA-8111.patch
>
>
> Cassandra currently crashes if the recovery directory in commitlog_archiving 
> does not exist (or cannot be listed). I would like to propose that Cassandra 
> creates this directory if it does not exist. This will mimic the behavior of 
> creating data, commitlog .. etc. directories during startup. 



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

Reply via email to