Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,24 @@ The following includes JVM related parameters.
- pd addresses, separated by comma
- default: 127.0.0.1:2379

#### tikv.enable_grpc_forward
- When network isolation occurs between a tikv node and the client, it is allowed to forward the request to him through other nodes.
- default: true

#### tikv.grpc.timeout_in_ms
- timeout of grpc request
- default: 150ms

#### tikv.grpc.forward_timeout_in_ms
- timeout of grpc request when forward request by follower
- default: 600ms

#### tikv.grpc.health_check_timeout
- timeout of grpc request to check health status of TiKV node. unit: ms
- default: 40

#### tikv.grpc.scan_timeout_in_ms
- timeout of scan/delete range grpc request
- timeout of scan/delete_range/batch_put grpc request
- default: 20s

### Metrics Parameter
Expand Down