smiklosovic commented on code in PR #3732:
URL: https://github.com/apache/cassandra/pull/3732#discussion_r1919781817
##########
src/java/org/apache/cassandra/db/ReadCommand.java:
##########
@@ -751,6 +753,20 @@ private class QueryCancellationChecker extends
StoppingTransformation<Unfiltered
{
long lastCheckedAt = 0;
+ @Override
+ protected void attachTo(BasePartitions partitions)
+ {
+ if (this.partitions == null)
Review Comment:
OK, I agree. No problem with this.
--
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]