maedhroz commented on code in PR #2492:
URL: https://github.com/apache/cassandra/pull/2492#discussion_r1265049854
##########
src/java/org/apache/cassandra/db/streaming/CassandraStreamReceiver.java:
##########
@@ -242,6 +246,19 @@ public void finished()
}
else
{
+ if (receivedEntireSSTable)
Review Comment:
I could add a bit more inline commentary to this, but when we don't stream
the entire SSTable, validation doesn't make much sense, as the SAI components
have just been successfully written when we arrive here. Any error doing that
would have already aborted the streaming txn.
--
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]