You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefan Miklosovic (Jira)" <ji...@apache.org> on 2022/02/25 22:35:00 UTC

[jira] [Comment Edited] (CASSANDRA-17220) Make startup checks configurable

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

Stefan Miklosovic edited comment on CASSANDRA-17220 at 2/25/22, 10:34 PM:
--------------------------------------------------------------------------

once this is settable via system property it will be

-Dstartup_checks.dc.enabled=true

instead of 

-Dstartup_checks.check_dc.enabled=true

The former makes more sense to me.


was (Author: smiklosovic):
once this is settable via system property it will be

-Dstartup_checks.dc

instead of 

-Dstartup_checks.check_dc

The former makes more sense to me.

> Make startup checks configurable
> --------------------------------
>
>                 Key: CASSANDRA-17220
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17220
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Legacy/Core
>            Reporter: Stefan Miklosovic
>            Assignee: Stefan Miklosovic
>            Priority: Normal
>
> This ticket was created from needs discovered in CASSANDRA-17180. We want to be able to configure a startup check so we figured out that it is necessary to treat all startup checks same - to be able to configure them. This ticket is about making startup checks configurable.
> Once this ticket is done, we can continue with the implementation of CASSANDRA-17180 where the implementation of gc grace check will be done.
> We have identified that there is one check currently in place which needs to be changed to reflect this configuration implementation and that is FileSystemOwnershipCheck.
> Because startup checks were not configurable before via means of a configuration file, they were configurable via system properties. This ticket does not aim to get rid system properties configuration mechanism, system properties will have precedence over settings in configuration file. Then, in the next release, I am aiming to get rid of system properties configuration mechanism.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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