tikv/tikv

Copr SIG: Per-Request Max Execution Time

Open

#5,712 创建于 2019年10月23日

在 GitHub 查看
 (9 评论) (0 反应) (1 负责人)Rust (15,922 star) (2,189 fork)batch import
difficulty/easyhelp wanted

描述

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.

贡献者指南