the value of tikv-client.store-liveness-timeout should not less than 0 #24109
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
severity/minor
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
param: tikv-client.store-liveness-timeout: "1s"
the value of this config should : >=0.
store-liveness-timeout =0, means close the function of check tikv status port.
2. What did you expect to see? (Required)
if set store-liveness-timeout = -1, report error in log.
3. What did you see instead (Required)
set successfully, and no error
4. What is your TiDB version? (Required)
v5.0.0
The text was updated successfully, but these errors were encountered: