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

Command Line Client has Memtable thresholds: (millions of ops/minutes/MB) last two parameters reversed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 0.8.0
    • None
    • All

    • Low

    Description

      Here's a patch

      Index: src/java/org/apache/cassandra/cli/CliClient.java
      ===================================================================
      — src/java/org/apache/cassandra/cli/CliClient.java (revision 1099262)
      +++ src/java/org/apache/cassandra/cli/CliClient.java (working copy)
      @@ -1325,7 +1325,7 @@
      sessionState.out.printf(" Row cache size / save period in seconds: %s/%s%n", cf_def.row_cache_size, cf_def.row_cache_save_period_in_seconds);
      sessionState.out.printf(" Key cache size / save period in seconds: %s/%s%n", cf_def.key_cache_size, cf_def.key_cache_save_period_in_seconds);
      sessionState.out.printf(" Memtable thresholds: %s/%s/%s (millions of ops/minutes/MB)%n",

      • cf_def.memtable_operations_in_millions, cf_def.memtable_throughput_in_mb, cf_def.memtable_flush_after_mins);
        + cf_def.memtable_operations_in_millions, cf_def.memtable_flush_after_mins, cf_def.memtable_throughput_in_mb);
        sessionState.out.printf(" GC grace seconds: %s%n", cf_def.gc_grace_seconds);
        sessionState.out.printf(" Compaction min/max thresholds: %s/%s%n", cf_def.min_compaction_threshold, cf_def.max_compaction_threshold);
        sessionState.out.printf(" Read repair chance: %s%n", cf_def.read_repair_chance);

      Attachments

        Activity

          People

            Unassigned Unassigned
            joelastpass Joe Siegrist
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1m
                1m
                Remaining:
                Remaining Estimate - 1m
                1m
                Logged:
                Time Spent - Not Specified
                Not Specified