Get desktop application:
View/edit binary Protocol Buffers messages
Debug service for TiKV. Errors are defined as follow: - OK: Okay, we are good! - UNKNOWN: For unknown error. - INVALID_ARGUMENT: Something goes wrong within requests. - NOT_FOUND: It is key or region not found, it's based on context, detailed reason can be found in grpc message. Note: It bypasses raft layer.
Do a consistent check for a region.
(message has no fields)
Compact a column family in a specified range. Note: Server uses keys directly w/o any encoding.
(message has no fields)
Flashback given key range to a specified version.
Read a value arbitrarily for a key. Note: Server uses key directly w/o any encoding.
Get all region IDs in the store
(message has no fields)
Get cluster ID
(message has no fields)
Get Metrics
Get range properties
Get region properties
GetRegionReadProgress returns the some useful info in RegionReadProgress
when set to true, print a log of the locks with min start_ts in the resolver.
only print locks whose start_ts >= min_start_ts. Can be used to find certain transaction.
below are from region_read_progress module
below are from resolved-ts module
Get store ID
(message has no fields)
Inject a fail point. Currently, it's only used in tests. Note: DO NOT CALL IT IN PRODUCTION.
(message has no fields)
List all fail points.
(message has no fields)
dynamically modify tikv's config
(message has no fields)
Read raft info.
Recover from a fail point.
(message has no fields)
Calculate size of a region. Note: DO NOT CALL IT IN PRODUCTION, it's really expensive.
Make this TiKV node return to the status on this node to certain ts.
(message has no fields)
Scan a specific range. Note: DO NOT CALL IT IN PRODUCTION, it's really expensive. Server uses keys directly w/o any encoding.
Used in:
Skip bottommost level compaction
Force bottommost level compaction
Compact bottommost level if there is a compaction filter.
Used in: ,
Used in:
Used in:
Used in:
Used in:
Used in: