Closed yongman closed 1 year ago
When the keyspace is tombstoned, the request will fail because this keyspace range may be merged with other key mode regions, such as api_v1 or rawkv, resulting to api_v2 key request with api_v1 specified in request context.
api_v1
rawkv
api_v2
Example: a Region with "start_key": "7200AFCD00000000FB" and "end_key": "7800000674800000FF00000000545F7200FE".
/cc @gengliqi
When the keyspace is tombstoned, the request will fail because this keyspace range may be merged with other key mode regions, such as
api_v1
orrawkv
, resulting toapi_v2
key request withapi_v1
specified in request context.