select count(*) table with tiflash replica fail, and report: ERROR 1105 (HY000): rpc error: code = Unavailable desc = error reading from server: EOF #36512
Labels
component/tiflash
severity/major
sig/execution
SIG execution
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)
2. What did you expect to see? (Required)
no error
3. What did you see instead (Required)
mysql> select count(*) from bank.account;
ERROR 1105 (HY000): rpc error: code = Unavailable desc = error reading from server: EOF
2022-07-25 13:58:54 (GMT+8)TiDB tidb-peer:14000[mpp.go:352] ["cancel task error"] [error="rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 10.244.1.173:3930: connect: connection refused""] ["query id"=434825781735063553] ["on addr"=tiup-peer:3930]
mysql> exit
4. What is your TiDB version? (Required)
| Release Version: v6.2.0
Edition: Community
Git Commit Hash: 0ea937e
Git Branch: heads/refs/tags/v6.2.0
UTC Build Time: 2022-07-23 10:09:51
GoVersion: go1.18.2
Race Enabled: false
TiKV Min Version: 6.2.0-alpha
Check Table Before Drop: false
Store: tikv |
The text was updated successfully, but these errors were encountered: