You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2016/08/19 10:24:21 UTC

[jira] [Assigned] (CASSANDRA-12199) Config class uses boxed types but DD exposes primitive types

     [ https://issues.apache.org/jira/browse/CASSANDRA-12199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Stupp reassigned CASSANDRA-12199:
----------------------------------------

    Assignee: Robert Stupp

> 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.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)