Description of problem: skb loss caused by conntrack conflicts can cause connection timeout at the host that realized load balancing, for example: -m statistics --mode random ... -j DNAT --dnat-to 10.0.0.6:5353 -m statistics --mode random ... -j DNAT --dnat-to 10.0.0.7:5353 The reason for the conntrack conflict is that 2 processes begin TCP connction at the same time. Additional info: The probability of triggering this issue is very low, approximately every few days.
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2392