Summary: | could not copy stable imagestreamtag: Timeout: request did not complete within allowed duration | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alberto <agarcial> | ||||
Component: | Test Infrastructure | Assignee: | Steve Kuznetsov <skuznets> | ||||
Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.1.0 | CC: | ccoleman, wking, wsun | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.1.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2019-06-04 10:48:05 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Attachments: |
|
Description
Alberto
2019-04-26 15:37:33 UTC
Is this a matter of waiting longer for imagestream import controller? We believe this could be due to the POST on ImageStreams taking more than the thirty second client timeout, due to the fact that we reference ~130 ImageStreamTags in that process and need to do the SAR checks for each one serially even if they are identical. I've written a patch to help with this [1] [1] https://github.com/openshift/origin/pull/22689 Passed in the test of 4.1.0-0.nightly-2019-05-08-131137: https://openshift-gce-devel.appspot.com/build/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-serial-4.1/172#openshift-tests-monitor-cluster-while-tests-execute Sorry, verify the wrong CI test, change back to ON_QA for further verify. QE have tried to created an ImageStream is created with a large number of tags that reference other ImageStreamTags in the same namespace and also check recent ci test, all passed, so mark this bug to verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758 |