dcapwell commented on code in PR #4426:
URL: https://github.com/apache/cassandra/pull/4426#discussion_r2608561211
##########
src/java/org/apache/cassandra/db/compaction/CompactionManager.java:
##########
@@ -1493,18 +1504,39 @@ void scrubOne(ColumnFamilyStore cfs,
LifecycleTransaction modifier, IScrubber.Op
@VisibleForTesting
void verifyOne(ColumnFamilyStore cfs, SSTableReader sstable,
IVerifier.Options options, ActiveCompactionsTracker activeCompactions)
{
+
+ StorageAttachedIndexGroup indexGroup =
StorageAttachedIndexGroup.getIndexGroup(cfs);
+ boolean skipSaiCheck = indexGroup == null ||
SchemaConstants.isSystemKeyspace(cfs.getKeyspaceName());
Review Comment:
same question as above, if there is a index why 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]