-
Notifications
You must be signed in to change notification settings - Fork 190
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
When Repromoting a Freight into a Stage with a failed promotion, it fails on working tree error #3675
Comments
We've seen something like this before and I am having trouble finding the relevant issues and PRs. The screenshot is a big clue as to what is happening. Almost certainly, you got all the way through the To investigate further, seeing details of the |
Here is the HTTP step from the Promotion:
|
@krancour FYI i am doing all of this HTTP step cause I can't change the freight name from the stage 😕 |
I also thought about it, can it be related that I have 2 API Pods? |
Seeing the Promotion's As of now, I would guess one of these is the source of the panic. I'd bet you're receiving some response in the 4xx or 5xx range and there's no
You should probably use a logical operators and short-circuiting to avoid that. Something like:
We obviously do need to handle panics in expressions better than we currently do, but hopefully this gets you moving again. Even if this does resolve your problem, seeing the Promotion's |
here you go:
|
the body.type will give failure and the status will be 200 here is a failure example: and an info example: the only time that it gets 400 if when the pipeline is running and didn't send the notification yet so it respond with 400 |
You're basing this on curling from your desktop? That really isn't much of a guarantee that the step isn't encountering a non-200 due to misconfiguration, a firewall, a reverse proxy that's gone down, etc. Thank you for the promo status. It's really strange that the current step is 8, but there's only step execution metadata for step 0. I can't even think of how that could have happened, but I'll keep looking as time permits. I'm still pretty suspicious that you have an expression that's panicking and it's contributing to the problem in some way. |
I think i saw in one of the pods the let me see if I can catch it |
@tal-hason it would be in the controller pod. And that would be super! Thanks! |
@tal-hason did you ever find relevant logs? |
I think it happened today, I notice that's happens if I click the refresh stage before it promotion steps updated. I will try to find it tomorrow. |
Checklist
kargo version
.Description
I have a stage when a promotion failed due to some reason and i want to repromote the freight after the issue was fix i get:
Screenshots
Steps to Reproduce
create a warehouse and 2 following stages.
create a freight in the warehouse and start promoting the freight.
fail the freight due to a config error or even an HTTP request error in the second stage
try to promote the freight again.
Version
Logs
The text was updated successfully, but these errors were encountered: