maedhroz commented on code in PR #2460:
URL: https://github.com/apache/cassandra/pull/2460#discussion_r1256488401
##########
src/java/org/apache/cassandra/index/sai/StorageAttachedIndexBuilder.java:
##########
@@ -261,8 +261,9 @@ private CountDownLatch
shouldWritePerSSTableFiles(SSTableReader sstable)
{
// if per-table files are incomplete or checksum failed during full
rebuild.
Review Comment:
nit: Comment needs to change slightly now, something like...
```
// if per-SSTable files are incomplete, this is a full rebuild, or they are
complete but checksum failed
```
--
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]