Boole Guo created CASSANDRA-6315:
------------------------------------
Summary: Should not truncate old hintscolumnfamily when upgrade
Key: CASSANDRA-6315
URL: https://issues.apache.org/jira/browse/CASSANDRA-6315
Project: Cassandra
Issue Type: Bug
Components: Core
Environment: Local Test
Reporter: Boole Guo
When I upgrade C* from 1.1.9 to 1.2.6, I notice that the previous
hintscolumnfamily would be directly truncated.
ColumnFamilyStore oldHintsCfs = table.getColumnFamilyStore(OLD_HINTS_CF);
if (oldHintsCfs.getSSTables().size() > 0)
{
logger.info("Possible old-format hints found. Truncating");
oldHintsCfs.truncate();
}
--
This message was sent by Atlassian JIRA
(v6.1#6144)