Skip to content

Support VersionedCoprocessor rpc for TiCI #19357

@wshwsh12

Description

@wshwsh12

Development Task

TiKV need support a dedicated RPC endpoint for versioned lookup:

  • tikvpb.VersionedKv.VersionedCoprocessor(coprocessor.Request) -> coprocessor.Response

versioned_ranges requests must use this new endpoint.
The legacy coprocessor APIs (Tikv.Coprocessor / stream / batch coprocessor path) explicitly reject requests carrying versioned_ranges.

This task is to add TiCI-side support for sending versioned coprocessor requests through the new VersionedKv service.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementThe issue or PR belongs to an enhancement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions