mike-tr-adamson commented on code in PR #2492:
URL: https://github.com/apache/cassandra/pull/2492#discussion_r1269407299
##########
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:
`or not valid` at the end?
--
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]