mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 22:13:19 +00:00
row_cache::update() does not explicitly invalidate the entries it failed to update in case of a failure. This could lead to inconsistency between row cache and sstables. In paractice that's not a problem because before row_cache::update() fails it will cause all entries in the cache to be invalidated during memory reclaim, but it's better to be safe and explicitly remove entries that should be updated but it was not possible to do so. Signed-off-by: Paweł Dziepak <pdziepak@scylladb.com> Message-Id: <1453829681-29239-1-git-send-email-pdziepak@scylladb.com>
21 KiB
21 KiB