Robert Stupp created CASSANDRA-12199:
----------------------------------------
Summary: 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
Priority: Minor
Fix For: 3.x
{{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)