add locking around row cache accesses
-------------------------------------
Key: CASSANDRA-1293
URL: https://issues.apache.org/jira/browse/CASSANDRA-1293
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: Jonathan Ellis
Priority: Minor
Fix For: 0.7
CASSANDRA-1267 means we need to lock around removeDeleted on the row cache
entry and the write path where we merge in new columns (otherwise there can be
a race where we incorrectly continue to remove a column, that has been updated
by the writer thread to be newly relevant)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.