dcapwell commented on PR #2310: URL: https://github.com/apache/cassandra/pull/2310#issuecomment-1572731130
> Yes, memtable tests will not uncover this and just flushing will not either, you need to try to reopen the sstable which only (?) happens when you restart the server; we found this w/ manual testing I updated the test to flush to at least hit SSTables, and see in the logs compaction is failing ``` ERROR [CompactionExecutor:1] 2023-06-01 13:24:10,454 JVMStabilityInspector.java:70 - Exception in thread Thread[CompactionExecutor:1,5,CompactionExecutor] org.apache.cassandra.exceptions.ConfigurationException: Invalid comparator class org.apache.cassandra.db.marshal.VectorType: must define a public static instance field or a public static method getInstance(TypeParser). ``` Still trying to see if I can get the test to fail -- 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]

