tikv / tikv/pd

Avoid the impact of runtime on lease renewal

Open
#9,317 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.