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

Stefan Miklosovic edited comment on CASSANDRA-11181 at 8/5/21, 2:14 PM:
------------------------------------------------------------------------

_If it's true then {{listen_address}} becomes {{broadcast_address}}_

Is this really true? From the docs:

{code}
# When using multiple physical network interfaces, set this
# to true to listen on broadcast_address in addition to
# the listen_address, allowing nodes to communicate in both
# interfaces.
# Ignore this property if the network configuration automatically
# routes between the public and private networks such as EC2.
# listen_on_broadcast_address: false
{code}

So it seems to me that it is not _equal_, these seems to be two distinct 
addresses.

For ssl_storage_port, from docs

{code}
# SSL port, for legacy encrypted communication. This property is unused unless 
enabled in
# server_encryption_options (see below). As of cassandra 4.0, this property is 
deprecated
# as a single port can be used for either/both secure and insecure connections.
# For security reasons, you should not expose this port to the internet. 
Firewall it if needed.
ssl_storage_port: 7001
{code}

It says that it is unused property unless enabled in server options and for 4.0 
it is even deprecated so I do not think there is any value to start to expose 
it in that table from now on.

 

 


was (Author: stefan.miklosovic):
_If it's true then {{listen_address}} becomes {{broadcast_address}}_

Is this really true? From the docs:

# When using multiple physical network interfaces, set this
# to true to listen on broadcast_address in addition to
# the listen_address, allowing nodes to communicate in both
# interfaces.
# Ignore this property if the network configuration automatically
# routes between the public and private networks such as EC2.
# listen_on_broadcast_address: false

So it seems to me that it is not _equal_, these seems to be two distinct 
addresses.

For ssl_storage_port, from docs

# SSL port, for legacy encrypted communication. This property is unused unless 
enabled in
# server_encryption_options (see below). As of cassandra 4.0, this property is 
deprecated
# as a single port can be used for either/both secure and insecure connections.
# For security reasons, you should not expose this port to the internet. 
Firewall it if needed.
ssl_storage_port: 7001

It says that it is unused property unless enabled in server options and for 4.0 
it is even deprecated so I do not think there is any value to start to expose 
it in that table from now on.

 

 

> Add broadcast_rpc_address to system.local
> -----------------------------------------
>
>                 Key: CASSANDRA-11181
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11181
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Legacy/Distributed Metadata
>            Reporter: Nick Bailey
>            Assignee: Chang Liu
>            Priority: Normal
>             Fix For: 4.x
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Right now it's impossible to get the broadcast_rpc_address of the node you 
> are connected to via the drivers.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to