Nw BBS 壬天堂世界

 找回密码
 注册
搜索
热搜: 资料集合

A: Stale Record Of The Device Was Found In The Redirector.

Here’s a deep technical and operational review of the issue: 1. Problem Definition A stale record means the redirector (e.g., a load balancer, proxy, or traffic redirector like HAProxy, Nginx, or a cloud NAT/forwarding component) still holds an outdated entry for a device’s network location (IP + port or hostname) that is no longer valid, reachable, or active.

Fix:

server device1 device1.local:8080 check resolvers mydns A stale device record in a redirector is a state inconsistency problem caused by missing deregistration, long TTLs, or broken health checks. It degrades availability and misdirects traffic. The fix involves immediate manual cleanup, then implementing TTL reduction, health checks, and a device heartbeat/deregistration protocol. Long-term, shift to service discovery with real-time consistency. a stale record of the device was found in the redirector.

backend devices server device1 10.2.3.4:8080 check inter 5s rise 2 fall 3 Stale if device1 moves to 10.2.3.5 . Here’s a deep technical and operational review of

# Remove stale from runtime echo "disable server devices/device1" | socat stdio /var/run/haproxy.sock echo "set server devices/device1 addr 10.2.3.5 port 8080" | socat stdio /var/run/haproxy.sock echo "enable server devices/device1" | socat stdio /var/run/haproxy.sock Better: Use DNS resolution: It degrades availability and misdirects traffic

QQ|小黑屋|手机版|Archiver|Nw壬天堂世界 ( 京ICP备05022083号-1 京公网安备11010202001397号 )

GMT+8, 2026-3-9 07:42 , Processed in 0.069884 second(s), 3 queries , Redis On.

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表