Skip to content

[Bug] Fix RocksDBOptionsFactoryTest compilation failure #10410

@RongtongJin

Description

@RongtongJin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions