Details
-
Improvement
-
Status: Open
-
Low
-
Resolution: Unresolved
-
None
Description
I'm starting cassandra on a container with this /etc/hosts
127.0.0.1 rkt-235c219a-f0dc-4958-9e03-5afe2581bbe1 localhost
::1 rkt-235c219a-f0dc-4958-9e03-5afe2581bbe1 localhost
I have the default configuration except :
- seeds: "10.1.1.1"
listen_address : 10.1.1.1
cassandra will start listening on 127.0.0.1:9042
if I set rpc_address:10.1.1.1 , even if start_rpc: false, cassandra will listen on 10.1.1.1
Since rpc is not started, I assumed that rpc_address and broadcast_rpc_address will be ignored
It took me a while to figure that. There may be something to do around this
Attachments
Issue Links
- is related to
-
CASSANDRA-11115 Thrift removal
-
- Resolved
-