[ https://issues.apache.org/jira/browse/CASSANDRA-20373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Blake Eggleston updated CASSANDRA-20373: ---------------------------------------- Description: The tracked read path currently has no short read protection support, so we can erroneously return responses under the limit. Short read support needs to be adapted to work with the logged read classes. The short read protection dtest is parameterized for replica types, but is only testing untracked reads, so that is a good place to start. Some of the short read tests already pass with logged reads due to the way that read response augmentation works, but things like complementary deletes do not. was: The logged read path currently has no short read protection support, so we can erroneously return responses under the limit. Short read support needs to be adapted to work with the logged read classes. The short read protection dtest is parameterized for replica types, but is only testing legacy reads, so that is a good place to start. Some of the short read tests already pass with logged reads due to the way that read response augmentation works, but things like complementary deletes do not. > CEP-45: Short read protection for mutation tracking > --------------------------------------------------- > > Key: CASSANDRA-20373 > URL: https://issues.apache.org/jira/browse/CASSANDRA-20373 > Project: Apache Cassandra > Issue Type: Improvement > Components: Consistency/Coordination > Reporter: Blake Eggleston > Assignee: Blake Eggleston > Priority: Normal > > The tracked read path currently has no short read protection support, so we > can erroneously return responses under the limit. Short read support needs to > be adapted to work with the logged read classes. > The short read protection dtest is parameterized for replica types, but is > only testing untracked reads, so that is a good place to start. Some of the > short read tests already pass with logged reads due to the way that read > response augmentation works, but things like complementary deletes do not. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org