Skip to content

[MetaData]Add VisibleVersionTime for Partition metadata #4076

@marising

Description

@marising

Is your feature request related to a problem? Please describe.
The query cache need the update time of partition's visible version. #4005

Describe the solution you'd like

    private void SetVisibleVersion(long visibleVersion, long visibleVersionHash){
        this.visibleVersion = visibleVersion;
        this.visibleVersionTime = System.currentTimeMillis();
        this.visibleVersionHash = visibleVersionHash;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions