Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-11107

Add native_transport_address and native_transport_broadcast_address yaml options

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Low
    • Resolution: Unresolved
    • None
    • Local/Config

    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

          Activity

            People

              jkni Joel Knighton
              n0rad n0rad
              Joel Knighton
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated: