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
Affects Versions: 0.7.0
Reporter: Brandon Williams
Assignee: Jon Hermes
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.