You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Richard Low (JIRA)" <ji...@apache.org> on 2015/05/01 02:29:07 UTC

[jira] [Created] (CASSANDRA-9280) Streaming connections should bind to the broadcast_address of the node

Richard Low created CASSANDRA-9280:
--------------------------------------

             Summary: Streaming connections should bind to the broadcast_address of the node
                 Key: CASSANDRA-9280
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9280
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Richard Low
            Priority: Minor


Currently, if you have multiple interfaces on a server, a node receiving a stream may show the stream as coming from the wrong IP in e.g. nodetool netstats. The IP is taken as the source of the socket, which may not be the same as the node’s broadcast_address. The outgoing socket should be explicitly bound to the broadcast_address.

It seems like this was fixed a long time ago in CASSANDRA-737 but has since broken.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)