Aleksey Yeschenko created CASSANDRA-5490: --------------------------------------------
Summary: Avoid using CFMetaData.compile(int oldCfId, ...) for post-1.0 system cfs. Key: CASSANDRA-5490 URL: https://issues.apache.org/jira/browse/CASSANDRA-5490 Project: Cassandra Issue Type: Improvement Affects Versions: 1.2.4 Reporter: Aleksey Yeschenko Assignee: Aleksey Yeschenko Priority: Trivial Fix For: 1.2.5 It's pointless and potentially confusing for new contributors - newer cfs just don't have old int cfids. Also, we have '12' used twice (for peers and peer_events) and '18' used twice in trunk (for compaction_log and paxos). It's harmless but still confusing. -- 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