|
@@ -224,7 +224,7 @@ seed_provider:
|
|
parameters:
|
|
parameters:
|
|
# seeds is actually a comma-delimited list of addresses.
|
|
# seeds is actually a comma-delimited list of addresses.
|
|
# Ex: "<ip1>,<ip2>,<ip3>"
|
|
# Ex: "<ip1>,<ip2>,<ip3>"
|
|
- - seeds: "TFB_DATABASE_HOST"
|
|
|
|
|
|
+ - seeds: "127.0.0.1"
|
|
|
|
|
|
# For workloads with more data than can fit in memory, Cassandra's
|
|
# For workloads with more data than can fit in memory, Cassandra's
|
|
# bottleneck will be reads that need to fetch data from
|
|
# bottleneck will be reads that need to fetch data from
|
|
@@ -294,7 +294,7 @@ ssl_storage_port: 7001
|
|
# address associated with the hostname (it might not be).
|
|
# address associated with the hostname (it might not be).
|
|
#
|
|
#
|
|
# Setting this to 0.0.0.0 is always wrong.
|
|
# Setting this to 0.0.0.0 is always wrong.
|
|
-listen_address: TFB_DATABASE_HOST
|
|
|
|
|
|
+# listen_address: 127.0.0.1
|
|
|
|
|
|
# Address to broadcast to other Cassandra nodes
|
|
# Address to broadcast to other Cassandra nodes
|
|
# Leaving this blank will set it to the same value as listen_address
|
|
# Leaving this blank will set it to the same value as listen_address
|
|
@@ -332,7 +332,7 @@ start_rpc: true
|
|
# Note that unlike ListenAddress above, it is allowed to specify 0.0.0.0
|
|
# Note that unlike ListenAddress above, it is allowed to specify 0.0.0.0
|
|
# here if you want to listen on all interfaces, but that will break clients
|
|
# here if you want to listen on all interfaces, but that will break clients
|
|
# that rely on node auto-discovery.
|
|
# that rely on node auto-discovery.
|
|
-rpc_address: TFB_DATABASE_HOST
|
|
|
|
|
|
+rpc_address: 0.0.0.0
|
|
# port for Thrift to listen for clients on
|
|
# port for Thrift to listen for clients on
|
|
rpc_port: 9160
|
|
rpc_port: 9160
|
|
|
|
|