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
A large number of ACL tokens accumulate due to Consul agents not performing a proper logout.
This results in increased Raft commit latency and resource consumption.
On a customer cluster, ~20,000 stale tokens had accumulated. After manual cleanup, Raft commit latency was reduced, but not significantly.
The problem originates from Consul itself rather than the application layer.
Reproduction Steps
Run Consul agents integrated with ESO discovery.
Perform repeated login/auth flows.
Observe that tokens are not properly released/logged out.
Over time, thousands of stale tokens accumulate.
Consul info for both Client and Server
There is a noticeable degradation in commit performance (1–4 seconds per commit), resulting in increased load on the Consul servers.