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

CLI addColumnFamily - setting read_repair_chance modifies the keys_cache_size instead

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 0.7 beta 2
    • Legacy/Tools
    • None
    • Low

    Description

      case KEY_CACHE_SIZE:
      cfDef.setKey_cache_size(Double.parseDouble(mValue));
      break;

      case READ_REPAIR_CHANCE:
      cfDef.setKey_cache_size(Double.parseDouble(CliUtils.unescapeSQLString(mValue)));
      break;

      Also it would be good to add gc_grace_seconds for this operation.

      Attachments

        Activity

          People

            rnirmal Nirmal Ranganathan
            rnirmal Nirmal Ranganathan
            Nirmal Ranganathan
            Jonathan Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: