Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

SST stats missing of compaction result of set global rocksdb_compact_cf="default"  #1214

Description

@rockeet
set global rocksdb_compact_cf = "default";

The compacted SST missing stats info distincts per prefix:

image

The correct SST stat info should like this:

image

We traced to Rdb_ddl_manager::safe_find returned nullptr to Rdb_tbl_prop_coll, which is caused by in Rdb_ddl_manager::init, Rdb_key_def is not fully initialized(Rdb_key_def::setup was not called). From this point, I have no idea about how to go forward and resolve this issue(Rdb_key_def::setup needs TABLE object which can not be obtained).

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