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

nodetool rebuild from DC lets you pass invalid datacenters

    XMLWordPrintableJSON

Details

    Description

      If you pass an invalid datacenter to nodetool rebuild, you'll get an error like this:

      Unable to find sufficient sources for streaming range (3074457345618258602,-9223372036854775808] in keyspace system_distributed
      

      Unfortunately, this is a rabbit hole of frustration if you are using caps for your DC names and you pass in a lowercase DC name, or you just typo the DC.

      Let's do the following:

      1. Check the DC name that's passed in against the list of DCs we know about
      2. If we don't find it, let's output a reasonable error, and list all the DCs someone could put in.
      3. Ideally we indicate which keyspaces are set to replicate to this DC and which aren't

      Attachments

        1. CASSANDRA-14319-trunk.txt
          2 kB
          Vinay Chella

        Activity

          People

            vinaykumarcse Vinay Chella
            rustyrazorblade Jon Haddad
            Vinay Chella
            Benjamin Lerer, Brandon Williams
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated: