-
Notifications
You must be signed in to change notification settings - Fork 2.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
OpenShift: Annoying Random Issue when deploying into OpenShift #16968
Comments
/cc @geoand |
This is a known issue, that is not relevant to We recently added some handling around these issues that should be part of 1.13.2. Apparently the handling was not enough so I will have to check again. |
I'm noticing this same issue frequently when building a quarkus app using the openshift extension.
Env: |
I'm facing this issue as well. [ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:2.2.1.Final:build (default) on project openshift-quickstart: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors |
@iocanel anything we can do to make the openshift build more resilient? |
I will have a look again! |
I think we have internally a race, we close the stream from one thread while reading it from another. |
Another example:
|
And another example:
The above two examples are based on 2.2.3.Final. |
Describe the bug
The deployment to OpenShift is randomly failing due to this exception:
I think this is happening after Dekorate was upgrated to 2.x by this change.
To Reproduce
Steps to reproduce the behavior:
mvn io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:create -DprojectGroupId=org.acme -DprojectArtifactId=openshift-quickstart -DclassName="org.acme.rest.GreetingResource" -Dpath="/greeting" -Dextensions=openshift
openshift-quickstart
mvn package -Dquarkus.kubernetes.deploy=true -Dquarkus.openshift.expose=true
Note that this is not happening always, but when happens this is really annoying...
The text was updated successfully, but these errors were encountered: