Skip to content

Add SSD tiering support in cluster slot migration #5616

@BorysTheDev

Description

@BorysTheDev

In the CmdSerializer class, we need to add logic for strings that aren't in memory.
Current state:

    if (pv.IsCool()) {
      pv.GetCool().record->value.GetString(&str);
    }
    LOG(FATAL) << "External string not supported yet";

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions