You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2010/08/17 15:01:25 UTC

[jira] Commented: (CASSANDRA-1394) Blank listen_address/rpc_address no longer binds based on hostname

    [ https://issues.apache.org/jira/browse/CASSANDRA-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899390#action_12899390 ] 

Hudson commented on CASSANDRA-1394:
-----------------------------------

Integrated in Cassandra #516 (See [https://hudson.apache.org/hudson/job/Cassandra/516/])
    revert switch to yamlbeans.  patch by jbellis; reviewed by Jon Hermes for CASSANDRA-1394


> Blank listen_address/rpc_address no longer binds based on hostname
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-1394
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1394
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7 beta 2
>            Reporter: Brandon Williams
>             Fix For: 0.7 beta 2
>
>
> With the switch to yamlbeans, if I make listen_address or rpc_address blank, they bind to localhost.  Instead, they should bind to whatever hostname and /etc/hosts point at.  This makes it much easier to use a unified config across a cluster.  Also, yamlbeans doesn't respect the 'null' keyword, which should be the same as a blank value, but is instead treated as a literal string.  This makes programmatic generation of the config file difficult.

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