-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Labels
affects-5.0affects-5.1affects-5.2affects-5.3affects-5.4This bug affects the 5.4.x(LTS) versions.This bug affects the 5.4.x(LTS) versions.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Enhancement
dt_bg_gc_check_interval and dt_bg_gc_max_segments_to_check_every_round is too conservative. It may cause too much outdate data.
For example, after we expand TiFlash cluster from 2 nodes to 10 nodes, the data on 2 old nodes are removed very slow by default settings. After changed those settings to the values below, the removal boost.
profiles.default.dt_bg_gc_check_interval : 5
profiles.default.dt_bg_gc_max_segments_to_check_every_round : 100
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
affects-5.0affects-5.1affects-5.2affects-5.3affects-5.4This bug affects the 5.4.x(LTS) versions.This bug affects the 5.4.x(LTS) versions.severity/majortype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.

