maedhroz commented on code in PR #2986:
URL: https://github.com/apache/cassandra/pull/2986#discussion_r1424704451


##########
src/java/org/apache/cassandra/index/sai/plan/StorageAttachedIndexSearcher.java:
##########
@@ -379,6 +374,7 @@ private UnfilteredRowIterator 
queryStorageAndFilter(PrimaryKey key)
             try (UnfilteredRowIterator partition = 
queryController.queryStorage(key, executionController))
             {
                 queryContext.partitionsRead++;
+                queryContext.checkpoint();

Review Comment:
   At the end of the day, we probably don't need any more checkpointing than 
this. Materializing and post-filtering a single row is a perfectly reasonable 
boundary unit for timeout checking.



-- 
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]

Reply via email to