Sylvain Lebresne created CASSANDRA-4493:
-------------------------------------------
Summary: Fix update of CF comparator (including adding new
collections)
Key: CASSANDRA-4493
URL: https://issues.apache.org/jira/browse/CASSANDRA-4493
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Sylvain Lebresne
Assignee: Sylvain Lebresne
Fix For: 1.2
Updating the comparator of a column family (which is authorized if the new
comparator is "compatible" with the old one, and that includes adding a new
component to a CompositeType, or adding a new collection to a CQL3 table)
doesn't completely work. The problem is that even if we change the comparator
in CFMetada, the old comparator will still be aliased by the current memtable.
This means updates (that expect the new comparator) will fail until a new
memtable is created.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira