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


##########
src/java/org/apache/cassandra/index/Index.java:
##########
@@ -765,6 +779,22 @@ default void invalidate() { }
          * @return the SSTable components created by this group
          */
         Set<Component> getComponents();
+
+        /**
+         * Validates all indexes in the group against the specified SSTables. 
+         * 
+         * @param sstables SSTables for which indexes in the group should be 
built
+         * @param throwOnIncomplete whether to throw an error if any index in 
the group is incomplete

Review Comment:
   We throw on a validation error whether or not `throwOnIncomplete == true`



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