nivykani opened a new pull request, #4937:
URL: https://github.com/apache/cassandra/pull/4937
In ThreadLocalReadAheadBuffer, in the rare case that chunk metadata and file
size are out of sync (e.g. bytes erased from the file after chunk metadata is
calculated), we’d enter an infinite loop.
The proposed fix is to throw a CorruptSSTableException if we’re trying to
read past the end of a file, rather than clamping the read.
The [Cassandra Jira](https://issues.apache.org/jira/browse/CASSANDRA-21519)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]