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


##########
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:
   Yeah, wouldn't hurt ATM, but don't think there's a good reason to exclude 
system keyspaces...



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