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.
Read a value arbitrarily for a key. Note: Server uses key directly w/o any encoding.
Read raft info.
Calculate size of a region. Note: DO NOT CALL IT IN PRODUCTION, it's really expensive.
Scan a specific range. Note: DO NOT CALL IT IN PRODUCTION, it's really expensive. Server uses keys directly w/o any encoding.
Compact a column family in a specified range. Note: Server uses keys directly w/o any encoding.
(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)
Recover from a fail point.
(message has no fields)
List all fail points.
(message has no fields)
Get Metrics
Do a consistent check for a region.
(message has no fields)
dynamically modify tikv's config
(message has no fields)
Get region properties
Get store ID
(message has no fields)
Get cluster ID
(message has no fields)
Get all region IDs in the store
(message has no fields)
Make this TiKV node return to the status on this node to certain ts.
(message has no fields)
Get range properties
Flashback given key range to a specified version.
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
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: