Questionable code in CFMetaData
-------------------------------
Key: CASSANDRA-3029
URL: https://issues.apache.org/jira/browse/CASSANDRA-3029
Project: Cassandra
Issue Type: Improvement
Affects Versions: 0.8.4
Reporter: Dave Brosius
Priority: Trivial
Fix For: 0.8.5
CFMetaData.convertToThrift around line 957 does
Map<String, String> compactionOptions = new HashMap<String, String>();
def.setCompaction_strategy_options(cfm.compactionStrategyOptions);
return def;
either the allocation of compactionOptions should be removed, or it should be
passed into the setCompaction_strategy_options call.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira