tikv/tikv

Copr SIG: Per-Request Max Execution Time

开放

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

 (9 条评论) (0 个反应) (1 位负责人)Rust (2,189 个派生)batch import
difficulty/easyhelp wanted

仓库指标

星标
 (15,922 个星标)
PR 合并指标
 (平均合并 28天 9小时) (30 天内合并 68 个 PR)

描述

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.

贡献者指南