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

nodetool setcompactionthroughput requiring wrong number of arguments?

    XMLWordPrintableJSON

Details

    • Low

    Description


      case SETCOMPACTIONTHROUGHPUT :
      if (arguments.length != 2)

      { badUse("Missing value argument."); }

      probe.setCompactionThroughput(Integer.valueOf(arguments[1]));
      break;

      I would think arguments.length should be just 1?

      Attachments

        Activity

          People

            terjem Terje Marthinussen
            terjem Terje Marthinussen
            Terje Marthinussen
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: