You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/04/02 21:39:01 UTC

[GitHub] [cassandra] jonmeredith opened a new pull request #512: CASSANDRA-15687 Do not check cdc_raw_directory filesystem space if CDC disabled

jonmeredith opened a new pull request #512: CASSANDRA-15687 Do not check cdc_raw_directory filesystem space if CDC disabled
URL: https://github.com/apache/cassandra/pull/512
 
 
   On startup, applySimpleConfig checks disk space for cdc_raw_directory even if cdc_enabled=false.  The cdc_raw_directory could be computed automatically from the cassandra.storagedir property so if that has been deliberately set to an invalid directory (e.g. to force explicit configuration of storage paths) then the server will not start.
   
   Additionally this protects against an NPE while checking storage space if misconfigured.
   
   Patch by Jon Meredith; Reviewed by Dinesh Johsi for CASSANDRA-15687

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] jonmeredith closed pull request #512: CASSANDRA-15687 Do not check cdc_raw_directory filesystem space if CDC disabled

Posted by GitBox <gi...@apache.org>.
jonmeredith closed pull request #512: CASSANDRA-15687 Do not check cdc_raw_directory filesystem space if CDC disabled
URL: https://github.com/apache/cassandra/pull/512
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


[GitHub] [cassandra] jonmeredith commented on issue #512: CASSANDRA-15687 Do not check cdc_raw_directory filesystem space if CDC disabled

Posted by GitBox <gi...@apache.org>.
jonmeredith commented on issue #512: CASSANDRA-15687 Do not check cdc_raw_directory filesystem space if CDC disabled
URL: https://github.com/apache/cassandra/pull/512#issuecomment-608106458
 
 
   Got my wires crossed and opened against the wrong JIRA.  Closing and will start again.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org