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


##########
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:
   Excluded the check for 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