New column families created with regular ColumnFamilyDefinitions have different defaults than before.

For example:
new ColumnFamilyDefinition(tablename, keyspaces, ColumnType.SUPER, CompareType.BYTESTYPE, CompareType.BYTESTYPE)

This results in incorrect default settings like for example:
GC grace seconds: 0 instead of thr original 864000

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/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/0
Memtable thresholds: 2.34375/1440/500 (millions of ops/minutes/MB)
GC grace seconds: 0
Compaction min/max thresholds: 4/32
Read repair chance: 1.0
Replicate on write: false

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to