dcapwell commented on code in PR #4426:
URL: https://github.com/apache/cassandra/pull/4426#discussion_r2608473435
##########
src/java/org/apache/cassandra/db/compaction/CompactionManager.java:
##########
@@ -669,6 +671,15 @@ public void execute(LifecycleTransaction input)
public AllSSTableOpStatus performVerify(ColumnFamilyStore cfs,
IVerifier.Options options) throws InterruptedException, ExecutionException
{
assert !cfs.isIndex();
+ StorageAttachedIndexGroup indexGroup =
StorageAttachedIndexGroup.getIndexGroup(cfs);
+ boolean skipSaiCheck = indexGroup == null ||
SchemaConstants.isSystemKeyspace(cfs.getKeyspaceName());
Review Comment:
why do we skip system tables that have SAI indexes? We don't have any atm,
just thinking about future
--
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]