smiklosovic commented on code in PR #4300:
URL: https://github.com/apache/cassandra/pull/4300#discussion_r2276146985


##########
src/java/org/apache/cassandra/index/SecondaryIndexManager.java:
##########
@@ -1224,7 +1224,19 @@ public CompactionTransaction 
newCompactionTransaction(DecoratedKey key,
                                                           int nowInSec)
     {
         // the check for whether there are any registered indexes is already 
done in CompactionIterator
-        return new IndexGCTransaction(key, regularAndStaticColumns, keyspace, 
versions, nowInSec, writableIndexes.values());
+        return newCompactionTransaction(key, regularAndStaticColumns, 
versions, nowInSec, writableIndexes.values());
+    }
+
+    /**
+     * Transaction for use when merging rows during compaction

Review Comment:
   todo: fix the comment



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