Nelson Macedo

Results 4 comments of Nelson Macedo

Hi @Amier3 , Yes, we did experience the problems reported on [v1.12.1](https://github.com/hashicorp/consul/issues/13303), so we waited until v1.12.2 was released . We currently experience this issue on 2 or our environments:...

@Amier3 , here's some timestamped logs throwing the error: Jul 11 15:19:39 consul[14732]: 2022-07-11T15:19:39.668+0100 [ERROR] agent.client: RPC failed to server: method=ConfigEntry.ResolveServiceConfig server=:8300 error="rpc error making call: i/o deadline reached" Jul...

Hi, we had the same problem after upgrade Nomad from 1.4.5 to 1.4.7 and restart Consul agents on nodes. It seams to only affect services in service mesh in Consul....

We are also setting it via consul config: ``` { "acl": { "enabled": true, "tokens": { "agent": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" }, "default_policy": "deny", "down_policy": "extend-cache", "enable_token_persistence": true } } ```