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

Cli shouldn't call FBU.getBroadcastAddress needlessly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 1.0.9, 1.1.0
    • None
    • None
    • Normal

    Description

      The cli is calling this, which causes yaml to be loaded, but the broadcast address isn't needed.

                  // adding default data center from SimpleSnitch
                  if (currentStrategyOptions == null || currentStrategyOptions.isEmpty())
                  {
                      SimpleSnitch snitch = new SimpleSnitch();
                      Map<String, String> options = new HashMap<String, String>();
                      options.put(snitch.getDatacenter(FBUtilities.getBroadcastAddress()), "1");
      
                      ksDef.setStrategy_options(options);
                  }
      

      because SimpleSnitch always returns 'datacenter1'

      Attachments

        1. 3986.txt
          0.7 kB
          Brandon Williams

        Activity

          People

            brandon.williams Brandon Williams
            brandon.williams Brandon Williams
            Brandon Williams
            Dave Brosius
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: