difficulty/easyhelp wanted
Repository-Metriken
- Stars
- (15.922 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 28T 9h) (68 gemergte PRs in 30 T)
Beschreibung
Feature Request
In 3.0 TiDB supports max execution time. However TiKV is still using a configuration end-point-request-max-handle-duration to limit the task execution time, which is not flexible enough: a reboot is required and it cannot be applied over single request.
This task is to support push down TiDB's max execution time to TiKV's, so that we can have a per-request max execution time support.