TIKV Prompt util.rs:449 Issue

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: TIKV 提示util.rs:449问题

| username: lmdb

[Test Environment for TiDB]
[TiDB Version] v6.4.0
[Reproduction Path] After running tiup cluster start tidb-cluster, the following information was observed in the logs:
[2022/12/29 13:08:46.139 +08:00] [INFO] [util.rs:589] [“connecting to PD endpoint”] [endpoints=http://192.168.2.21:2379]
[2022/12/29 13:09:16.897 +08:00] [ERROR] [util.rs:449] [“request failed, retry”] [err_code=KV:Pd:Grpc] [err=“Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: "Deadline Exceeded", details: }))”]
[2022/12/29 13:09:17.898 +08:00] [ERROR] [util.rs:449] [“request failed, retry”] [err_code=KV:Pd:Grpc] [err=“Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: "Deadline Exceeded", details: }))”]
[2022/12/29 13:10:37.132 +08:00] [ERROR] [util.rs:449] [“request failed, retry”] [err_code=KV:Pd:Grpc] [err=“Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: "Deadline Exceeded", details: }))”]
[2022/12/29 13:13:03.628 +08:00] [ERROR] [util.rs:449] [“request failed, retry”] [err_code=KV:Pd:Grpc] [err=“Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: "Deadline Exceeded", details: }))”]
[2022/12/29 13:13:03.821 +08:00] [ERROR] [util.rs:449] [“request failed, retry”] [err_code=KV:Pd:Grpc] [err=“Grpc(RpcFailure(RpcStatus { code: 4-DEADLINE_EXCEEDED, message: "Deadline Exceeded", details: }))”]
[2022/12/29 13:18:46.144 +08:00] [INFO] [util.rs:589] [“connecting to PD endpoint”] [endpoints=http://192.168.2.21:2379]

[Encountered Problem: Phenomenon and Impact]
[Resource Configuration]
[Attachments: Screenshots/Logs/Monitoring]

| username: lmdb | Original post link

PD information of 2.21

| username: Billmay表妹 | Original post link

Could it be a permissions issue:

| username: 会飞的土拨鼠 | Original post link

The tikv.log shows consistent connection to pd, but it shows pd deadline unable to connect, consistent retry.

| username: lmdb | Original post link

Okay, let me check.

| username: Billmay表妹 | Original post link

Sure~ Please also update the post with the answer so we can learn as well~

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.