Describe the bug
After commit e12d755, CI fails during rocketmq-store test compilation because RocksDBOptionsFactoryTest references ConsumeQueueCompactionFilterFactory, which does not exist in the current codebase.
Error
store/src/test/java/org/apache/rocketmq/store/rocksdb/RocksDBOptionsFactoryTest.java:[55,9] cannot find symbol
symbol: class ConsumeQueueCompactionFilterFactory
Expected behavior
rocketmq-store test compilation should pass, and the test should call the current RocksDBOptionsFactory.createCQCFOptions(MessageStore) API.
Describe the bug
After commit e12d755, CI fails during
rocketmq-storetest compilation becauseRocksDBOptionsFactoryTestreferencesConsumeQueueCompactionFilterFactory, which does not exist in the current codebase.Error
Expected behavior
rocketmq-storetest compilation should pass, and the test should call the currentRocksDBOptionsFactory.createCQCFOptions(MessageStore)API.