Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Invalid
-
None
-
None
-
None
Description
Right now in storage-conf we have:
<ListenAddress>localhost</ListenAddress>
We should probably change this to 0.0.0.0 by default for new comers, since setting up multi-node installation with localhost, isn't going to work right. Right now 0.0.0.0 might not work right, (leaving blank does). So we should check that in DatabaseDescriptor. Also a nice to have is maybe an XML doc comment.