@@ -464,7 +464,7 @@ seed_provider:
464464 parameters :
465465 # seeds is actually a comma-delimited list of addresses.
466466 # Ex: "<ip1>,<ip2>,<ip3>"
467- - seeds : " 172.17.0.2 "
467+ - seeds : " 172.17.0.3 "
468468
469469# For workloads with more data than can fit in memory, Cassandra's
470470# bottleneck will be reads that need to fetch data from
@@ -664,7 +664,7 @@ ssl_storage_port: 7001
664664#
665665# Setting listen_address to 0.0.0.0 is always wrong.
666666#
667- listen_address : 172.17.0.2
667+ listen_address : 172.17.0.3
668668
669669# Set listen_address OR listen_interface, not both. Interfaces must correspond
670670# to a single address, IP aliasing is not supported.
@@ -678,7 +678,7 @@ listen_address: 172.17.0.2
678678
679679# Address to broadcast to other Cassandra nodes
680680# Leaving this blank will set it to the same value as listen_address
681- broadcast_address : 172.17.0.2
681+ broadcast_address : 172.17.0.3
682682
683683# When using multiple physical network interfaces, set this
684684# to true to listen on broadcast_address in addition to
@@ -748,7 +748,7 @@ native_transport_allow_older_protocols: true
748748# set broadcast_rpc_address to a value other than 0.0.0.0.
749749#
750750# For security reasons, you should not expose this port to the internet. Firewall it if needed.
751- rpc_address : 0.0.0.0
751+ rpc_address : 0.0.0.0
752752
753753# Set rpc_address OR rpc_interface, not both. Interfaces must correspond
754754# to a single address, IP aliasing is not supported.
@@ -764,7 +764,7 @@ rpc_address: 0.0.0.0
764764# be set to 0.0.0.0. If left blank, this will be set to the value of
765765# rpc_address. If rpc_address is set to 0.0.0.0, broadcast_rpc_address must
766766# be set.
767- broadcast_rpc_address : 172.17.0.2
767+ broadcast_rpc_address : 172.17.0.3
768768
769769# enable or disable keepalive on rpc/native connections
770770rpc_keepalive : true
@@ -1408,7 +1408,7 @@ enable_materialized_views: false
14081408
14091409# Enables SASI index creation on this node.
14101410# SASI indexes are considered experimental and are not recommended for production use.
1411- enable_sasi_indexes : false
1411+ enable_sasi_indexes : true
14121412
14131413# Enables creation of transiently replicated keyspaces on this node.
14141414# Transient replication is experimental and is not recommended for production use.
0 commit comments