RongtongJin opened a new issue, #10410:
URL: https://github.com/apache/rocketmq/issues/10410
### Describe the bug
After commit e12d755a7728ec140df7466f4b76882a2945f5ea, CI fails during
`rocketmq-store` test compilation because `RocksDBOptionsFactoryTest`
references `ConsumeQueueCompactionFilterFactory`, which does not exist in the
current codebase.
### Error
```text
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.
--
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]