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


##########
src/java/org/apache/cassandra/index/sai/disk/PerColumnIndexWriter.java:
##########
@@ -41,6 +41,12 @@ public interface PerColumnIndexWriter
      */
     void complete(Stopwatch stopwatch) throws IOException;
 
+    /**
+     * Called when current sstable writer is switched during sharded 
compaction to free any in-memory resources associated
+     * with the sstable for current index without waiting for full transaction 
to complete

Review Comment:
   ```suggestion
        * with the SSTable for current index without waiting for full 
transaction to complete
   ```



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