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

github.com/openshift/origin/test/integration.TestPullThroughInsecure #14434

Closed
soltysh opened this issue Jun 1, 2017 · 3 comments
Closed

github.com/openshift/origin/test/integration.TestPullThroughInsecure #14434

soltysh opened this issue Jun 1, 2017 · 3 comments
Assignees
Labels
component/imageregistry kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1

Comments

@soltysh
Copy link
Contributor

soltysh commented Jun 1, 2017

Seen it in: https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_integration/2741/

The root cause seems to be concurrent map writes, check here for full details.

@soltysh
Copy link
Contributor Author

soltysh commented Jun 1, 2017

Hmmm, looks like this:

goroutine 7306 [running]:
runtime.throw(0x53417fc, 0x15)
	/usr/local/go/src/runtime/panic.go:566 +0x95 fp=0xc43e33c338 sp=0xc43e33c318
runtime.mapassign1(0x4a83400, 0xc43f46c1b0, 0xc43e33c520, 0xc43e33c510)
	/usr/local/go/src/runtime/hashmap.go:458 +0x8ef fp=0xc43e33c420 sp=0xc43e33c338
github.com/openshift/origin/pkg/dockerregistry/server.(*remoteBlobGetterService).proxyStat(0xc43f457200, 0x7f1480c6b680, 0xc43f4c3770, 0x9bbeca0, 0xc43f58e820, 0xc43e33c998, 0xc43f36eba9, 0x47, 0x0, 0x0, ...)
	/openshifttmp/openshift/build-rpm-release/tito/rpmbuild-originbxeiT0/BUILD/origin-3.6.0/_output/local/go/src/github.com/openshift/origin/pkg/dockerregistry/server/remoteblobgetter.go:181 +0xcf9 fp=0xc43e33c8b0 sp=0xc43e33c420

might be causing this.

@soltysh soltysh assigned miminar and unassigned legionus Jun 1, 2017
@miminar
Copy link

miminar commented Jun 5, 2017

On it.

@miminar
Copy link

miminar commented Jun 5, 2017

Fix: #14476

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/imageregistry kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1
Projects
None yet
Development

No branches or pull requests

4 participants