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
{"timestamp":"2025-02-12T10:53:08.573989Z","level":"INFO","fields":{"message":"Starting Quilkin","version":"0.9.0-dev","commit":"432893923c613bf9b7965990dcc70a8ef8d60b49"},"target":"quilkin::cli","filename":"src/cli.rs"}
{"timestamp":"2025-02-12T10:53:08.574848Z","level":"INFO","fields":{"message":"Starting admin endpoint","address":"[::]:8000"},"target":"quilkin::components::admin","filename":"src/components/admin.rs"}
{"timestamp":"2025-02-12T10:53:08.576089Z","level":"INFO","fields":{"message":"attempting to connect to `http://our-relay-address/`"},"target":"quilkin::net::xds::client","filename":"src/net/xds/client.rs","span":{"name":"run"},"spans":[{"name":"run"},{"name":"run"}]}
{"timestamp":"2025-02-12T10:53:13.576703Z","level":"INFO","fields":{"message":"Retrying to connect","attempt":1},"target":"quilkin::net::xds::client","filename":"src/net/xds/client.rs","span":{"name":"run"},"spans":[{"name":"run"},{"name":"run"}]}
{"timestamp":"2025-02-12T10:53:13.576767Z","level":"WARN","fields":{"message":"Unable to connect to the XDS server","error":"tonic::transport::Error(Transport, hyper::Error(Connect, Custom { kind: TimedOut, error: Elapsed(()) }))"},"target":"quilkin::net::xds::client","filename":"src/net/xds/client.rs","span":{"name":"run"},"spans":[{"name":"run"},{"name":"run"}]}
{"timestamp":"2025-02-12T10:53:14.355880Z","level":"INFO","fields":{"message":"attempting to connect to `http://our-relay-address/`"},"target":"quilkin::net::xds::client","filename":"src/net/xds/client.rs","span":{"name":"run"},"spans":[{"name":"run"},{"name":"run"}]}
{"timestamp":"2025-02-12T10:53:14.568949Z","level":"INFO","fields":{"message":"Connected to management server"},"target":"quilkin::net::xds::client","filename":"src/net/xds/client.rs","span":{"name":"run"},"spans":[{"name":"run"},{"name":"run"}]}
{"timestamp":"2025-02-19T12:56:26.769053Z","level":"WARN","fields":{"message":"provider task error, retrying","attempt":"1","error":"error returned by apiserver during watch: too old resource version: 660382101 (660387224): Expired"},"target":"quilkin::config::providers","filename":"src/config/providers.rs"}
{"timestamp":"2025-02-20T01:59:27.597708Z","level":"WARN","fields":{"message":"provider task error, retrying","attempt":"2","error":"error returned by apiserver during watch: too old resource version: 661381234 (661383082): Expired"},"target":"quilkin::config::providers","filename":"src/config/providers.rs"}
As we can see from the logs, the agent ran into issues. But it's not an issue happening regularly, it ran for ~2w before running into it.
A simple restart fixed the issue and the relay reported the correct number of agents once again.
The text was updated successfully, but these errors were encountered:
Quilkin agent seems to be losing connection with the relay, or at least it's not reported back via the relay as an active control plane.
What happened:
Promquery used when issue identified:
In some clusters where there are 2 quilkin agents, only one of them is reported back from the relay for that cluster.
What you expected to happen:
Both agents to be reported back from the relay for a given cluster with two agents.
How to reproduce it (as minimally and precisely as possible):
No clear steps to reproduce - hopefully the logs attached below are helpful.
Anything else we need to know?:
Environment:
0.9.0-dev
(commit432893923c613bf9b7965990dcc70a8ef8d60b49
)As we can see from the logs, the agent ran into issues. But it's not an issue happening regularly, it ran for ~2w before running into it.
A simple restart fixed the issue and the relay reported the correct number of agents once again.
The text was updated successfully, but these errors were encountered: