Details
-
Improvement
-
Status: Open
-
Low
-
Resolution: Unresolved
-
None
-
Operability
-
Normal
-
All
-
None
Description
Currently we allow here null value for those properties that have null default value in Config.
We added exception for two properties as part of this PR - https://github.com/apache/cassandra/pull/1758#discussion_r932618899
As discuessed in the PR, we would like to explore the opportunity to switch nullable properties to using the @Nullable annotation no matter whether they are or they are not having null value in Config.
We need to ensure extensive testing for this switch plus documenting it.
Attachments
Issue Links
- is a child of
-
CASSANDRA-17737 Validate that JMX updates in Config class any properties that were moved to the new config classes and not local copies
- Resolved