You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ron Ratovsky (JIRA)" <ji...@apache.org> on 2010/08/23 13:57:16 UTC

[jira] Updated: (CASSANDRA-1420) Using config-converter, some fields are not converted

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

Ron Ratovsky updated CASSANDRA-1420:
------------------------------------

        Summary: Using config-converter, some fields are not converted  (was: Using config-converter, the EndPointSnitch isn't converted)
    Description: 
When running the config-converter, the value of EndPointSnitch isn't transfered to the yaml version.
The dynamic_snitch value is added, though.
I imagine the value of org.apache.cassandra.locator.EndPointSnitch should be converted to org.apache.cassandra.locator.RackInferringSnitch rather than to SimpleSnitch.

Also, <ThriftFramedTransport>false</ThriftFramedTransport> is not converted to the yaml version.
That is, the configuration uses the new default for 0.7 which is framed transport.

Perhaps, for the benefit of the users, the config-converter should produce informative messages on both issues after the operation is complete to make the user aware that the defaults have changed, so that the user will look into it.

  was:
When running the config-converter, the value of EndPointSnitch isn't transfered to the yaml version.
The dynamic_snitch value is added, though.
I imagine the value of org.apache.cassandra.locator.EndPointSnitch should be converted to org.apache.cassandra.locator.RackInferringSnitch rather than to SimpleSnitch.


> Using config-converter, some fields are not converted
> -----------------------------------------------------
>
>                 Key: CASSANDRA-1420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1420
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Core
>    Affects Versions: 0.7 beta 1
>            Reporter: Ron Ratovsky
>            Assignee: Jon Hermes
>            Priority: Minor
>             Fix For: 0.7 beta 2
>
>
> When running the config-converter, the value of EndPointSnitch isn't transfered to the yaml version.
> The dynamic_snitch value is added, though.
> I imagine the value of org.apache.cassandra.locator.EndPointSnitch should be converted to org.apache.cassandra.locator.RackInferringSnitch rather than to SimpleSnitch.
> Also, <ThriftFramedTransport>false</ThriftFramedTransport> is not converted to the yaml version.
> That is, the configuration uses the new default for 0.7 which is framed transport.
> Perhaps, for the benefit of the users, the config-converter should produce informative messages on both issues after the operation is complete to make the user aware that the defaults have changed, so that the user will look into it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.