Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Normal
Description
The following command does not set compaction strategy and its options:
create column family Standard1
with comparator = BytesType
and compaction_strategy = 'org.apache.cassandra.db.compaction.TimestampBucketedCompactionStrategy'
and compaction_strategy_options = [{max_sstable_size:504857600, retention_in_seconds:60}];