Handle the EOF error when stream recv
Open
type/enhancement
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 783
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 36
Description
## Development Task
If TiKV disconnect or the connect is reconnect, the error may always report. we need to handle the EOF error and refresh the streams.
```
[2020/09/07 22:29:13.682 +08:00] [ERROR] [heartbeat_streams.go:121] ["send keepalive message fail"] [target-store-id=1] [error=EOF]
```
Contributor guide
Assessment
This issue has not been assessed yet.