You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TTL tasks are not limited, so all workers (at least 1 * count of TiDB) will join to work on the TTL tasks, which make it hard to control the whole resource consumed by the TTL.
We could add a new variable tidb_ttl_running_task to control the whole concurrency of TTL tasks. All workers must check the running tasks cannot exceed this value.
The text was updated successfully, but these errors were encountered:
The TTL tasks are not limited, so all workers (at least 1 * count of TiDB) will join to work on the TTL tasks, which make it hard to control the whole resource consumed by the TTL.
We could add a new variable
tidb_ttl_running_task
to control the whole concurrency of TTL tasks. All workers must check therunning
tasks cannot exceed this value.The text was updated successfully, but these errors were encountered: