Keith Wright created CASSANDRA-5834:
---------------------------------------

             Summary: Changing LCS SSTable size does not work/error using 
compaction_strategy_options
                 Key: CASSANDRA-5834
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5834
             Project: Cassandra
          Issue Type: Bug
          Components: API
    Affects Versions: 1.2.4
            Reporter: Keith Wright


The following alter does not fail not succeed:

alter table <table> with compaction_strategy_options = 
{'sstable_size_in_mb':<size as int>};

Correct alter:

 alter table <table> with compaction={'sstable_size_in_mb': '<size as int>', 
'class': 'LeveledCompactionStrategy'};

Same is true when creating the table.

--
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

Reply via email to