-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught exception ops.pebble.ConnectionError
#248
Comments
Hi, SolQA noticed this issue several times in traefik charm rev 174 since last week. |
At first glance, this looks like a pebble error after a can_connect guard, which we decided should lead to error status, because juju would retry and resolve. If that is indeed the case, then the right thing to do would probably be to let juju resolve. |
As discussed a bit in the our sync earlier this week. We have enabled retries in our tests in the hope that it would resolve. in some cases it may be better but the sample size is still small. I am still seeing issues where it stays blocked until we time out after 3 hours. Here is the status log on one where its been flapping back and forth for 30 min:
I can follow up with logs from this test after it times out, or logs from another test where we've had similar looping as they become available. |
logs from traefik traefik.log |
Closing as this seems to be resolved by retry logic. Please reopen if you feel this needs more attention. |
Bug Description
While deploying cos-lite (
edge
) using the TLS overlay I get the following error.To Reproduce
juju deploy cos-lite --channel=edge --trust --overlay ./tls-overlay.yaml
juju debug-log
Environment
3.1.5
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: