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

creating column family sets durable_writes to true

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 0.8.8, 1.0.1
    • None
    • Low

    Description

      [default@rapidshare] describe keyspace rapidshare;
      Keyspace: rapidshare:
      Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy
      Durable Writes: false
      Options: [datacenter1:1]
      Column Families:
      [default@rapidshare] create column family t1;
      1ba19300-ebfa-11e0-0000-34912694d0bf
      Waiting for schema agreement...
      ... schemas agree across the cluster
      [default@rapidshare] describe keyspace rapidshare;
      Keyspace: rapidshare:
      Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy
      Durable Writes: true
      Options: [datacenter1:1]
      Column Families:
      ColumnFamily: t1
      Key Validation Class: org.apache.cassandra.db.marshal.BytesType
      Default column value validator: org.apache.cassandra.db.marshal.BytesType
      Columns sorted by: org.apache.cassandra.db.marshal.BytesType
      Row cache size / save period in seconds: 0.0/0
      Key cache size / save period in seconds: 200000.0/14400
      Memtable thresholds: 0.028124999999999997/1440/6 (millions of ops/minutes/MB)
      GC grace seconds: 864000
      Compaction min/max thresholds: 4/32
      Read repair chance: 1.0
      Replicate on write: true
      Built indexes: []

      Attachments

        1. 0004-update-tests-to-use-KSM.testMetadata.patch
          23 kB
          Jonathan Ellis
        2. 0003-cloneWith.patch
          10 kB
          Jonathan Ellis
        3. 0002-clean-up-KSM.durableWrites.patch
          6 kB
          Jonathan Ellis
        4. 0001-r-m-rename-migrations.patch
          24 kB
          Jonathan Ellis

        Activity

          People

            jbellis Jonathan Ellis
            hsn Radim Kolar
            Jonathan Ellis
            Pavel Yaskevich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: