-
Notifications
You must be signed in to change notification settings - Fork 202
Deployments cancelled #1243
Comments
@cescoffier This is known issue and happening from 2 days only. This has also blocked us on #1198 |
I've seen it first last week (Monday or Tuesday). I believe @galderz also saw it last week. However, we have been using dedicated OpenShift instances, so it may come from these instances. The one I've reported has been seen on OSO Pro. |
I've seen this myself too, when I was redeploying an app on OpenShift Origin 3.7.0 (but I added |
Confirmed, I was able to reproduce this on Openshift 3.7.0 when not using that flag. Although I couldn't reproduce it on Openshift 3.7.2. Here are the logs I observed: Openshift 3.7.0 1.) Output of oc get pods( redeployments triggered again and again):
2.) Output of oc get events :
Openshift 3.7.2
2.) Output of
|
However, the use of
I tested your project as well, but I was unable to reproduce it like I did in case of Pod logs after using @cescoffier @Ladicek : Could you please elaborate what issue exactly you're facing? I might be missing something here. |
My understanding is that 3.7.2 shouldn't need
should be true. I didn't investigate this issue deeper; what @cescoffier says in the issue description is everything I know too. I'd just suggest not using Minishift for reproducing, as it tends to behave too well. |
Hm, I tested it on Fabric8-maven-plugin does a PUT over the resources which trigger a redeploy. Since that bug in @cescoffier @Ladicek : Could you please try |
I'd expect recreate to work (didn't try, sorry, priorities...), but there's probably a reason why people want to do rolling updates instead of recreate :-) |
Well, I understand the use case of rolling updates. But I was unable to reproduce this bug with flag. I was only able to reproduce this when not using flag. Could you please check if the flag is added to your settings? I've tested both on |
I don't know about @cescoffier, but for me, it did happen on OpenShift Origin 3.7.0 with the flag. I didn't see it on Minishift nor |
ah, I see. Perhaps @cescoffier could share some thoughts on this. As far as I know |
@rohanKanojia @Ladicek for me it happens in OSO Pro. |
@cescoffier : Hi, Do you still face this issue with latest openshift versions? |
@rohanKanojia not that I have seen. Seems stable right now. |
@cescoffier cool, so let's close that issue for now and please don't hesitate to either reopen it or open a new issue when it should show up again. |
Description
I'm seeing more and more deployment canceled:
No apparent reason, if I attempt to deploy 3-4 times, it goes through.
Info
mvn -v
) : 3.5.3The text was updated successfully, but these errors were encountered: