Skip to content
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

[flake] service create - "referenced revision not found" #6602

Closed
rhuss opened this issue Jan 22, 2020 · 1 comment
Closed

[flake] service create - "referenced revision not found" #6602

rhuss opened this issue Jan 22, 2020 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@rhuss
Copy link
Contributor

rhuss commented Jan 22, 2020

What version of Knative?

0.12.x

Expected Behavior

The creation of a service should always work

Actual Behavior

Sometimes (but not so seldom), in the client integration E2E tests we get the following error when creating a service:

Failed to successfully execute 
'kn service create hello --image gcr.io/knative-samples/helloworld-go -n kne2etests5': 
Execution error: stderr: 'RevisionMissing: Revision "hello-bzbty-1" 
referenced in traffic not found.

which translate to a simple service Create call (and waiting on the Ready status to become true.

More details (including logs) can be found at knative/client#544

For me, it looks like a race condition during reconciliation of a service. Is there anything we can do to analyze the error deeper ?

@rhuss rhuss added the kind/bug Categorizes issue or PR as related to a bug. label Jan 22, 2020
@rhuss
Copy link
Contributor Author

rhuss commented Feb 13, 2020

We identified the cause as being an optimistic lock error when updating configurations --> #6784 (comment)

So, closing this.

@rhuss rhuss closed this as completed Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant