tikv/tikv

Copr SIG: Per-Request Max Execution Time

Offen

#5.712 geöffnet am 23.10.2019

 (9 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (2.189 Forks)batch import
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.

Contributor Guide