-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
should run a deployment to completion and then scale to zero [Conformance] #10002
Comments
What does "The Get operation cannot be completed at this time"? Is this the max rate limiter on the server? Do we have something hot looping? |
no, I think it's https://github.com/openshift/origin/blob/master/pkg/deploy/registry/deploylog/rest.go#L154-L159
|
The client will retry on serverTimeout |
Well, the message shouldn't be written to output, so this looks like a minor bug there. If this is truly "timeout forever" then this flake is now "container did not start" |
Raising priority because this is now showing up fairly frequently in PRs |
Is anybody familiar with the place in the client where server timeouts are retried? I couldn't find it. This is most probably a "deployer container did not start" error but I am not sure at which point should we intercept the message. All old test logs are dead so it would be really helpful next time this occurs to post the failure trap output. |
request.go On Mon, Aug 15, 2016 at 11:23 AM, Michail Kargakis <[email protected]
|
Because of the latest changes in deployment logs
The text was updated successfully, but these errors were encountered: