avoid thundering herd problem when timeout the stats sync load #50957
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
we need to load the stats cache in the background. but if we meet the timeout, we must wait constantly to retry. it will happen thundering herd. so we need to add the rand sleep to prevent it.
The text was updated successfully, but these errors were encountered: