Avoid the impact of runtime on lease renewal
Open
affects-7.5
affects-8.1
affects-8.5
type/enhancement
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 783
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 36
Description
The current implementation relies on multiple goroutines working together with channels and other concurrency primitives, which poses a risk of delayed execution due to pressure on the Golang runtime. Consider optimizing the PD lease renewal implementation to minimize this type of risk exposure.
Contributor guide
Assessment
This issue has not been assessed yet.