[
https://issues.apache.org/jira/browse/CASSANDRA-12199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Stupp updated CASSANDRA-12199:
-------------------------------------
Resolution: Fixed
Fix Version/s: (was: 3.x)
3.10
Status: Resolved (was: Ready to Commit)
Thanks!
Committed as
[b3a4e2005efca1b732f1ab30f89ec8b9541ca81b|https://github.com/apache/cassandra/commit/b3a4e2005efca1b732f1ab30f89ec8b9541ca81b]
to [cassandra-3.X|https://github.com/apache/cassandra/tree/cassandra-3.X]
> Config class uses boxed types but DD exposes primitive types
> ------------------------------------------------------------
>
> Key: CASSANDRA-12199
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12199
> Project: Cassandra
> Issue Type: Improvement
> Components: Configuration
> Reporter: Robert Stupp
> Assignee: Robert Stupp
> Priority: Minor
> Labels: lhf
> Fix For: 3.10
>
>
> {{Config}} class contains a lot of properties that are defined using boxed
> types - ({{Config.dynamic_snitch_update_interval_in_ms}}) but the
> corresponding get-methods in {{DatabaseDescriptor}} require them to be not
> null. Means, setting such properties to {{null}} will lead to NPEs anyway.
> Proposal:
> * Identify all properties that use boxed values and have a default value
> (e.g. {{public Integer rpc_port = 9160;}})
> * Refactor those to use primitive types
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)