-
Notifications
You must be signed in to change notification settings - Fork 618
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
StartContainer edge case #1708
Labels
Comments
Faced this bug again today. Is there an ETA ? |
@yunhee-l It is. I will be testing it out starting Monday. Thanks! |
@yunhee-l I did. Now this is new:
|
@yunhee-l I have grabbed the logs using ecs-logs-collector if you want to have a look. |
@mfortin: mind sending the logs to adnkha at amazon dot com? |
closing, released with version v1.32.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
We've observed that occasionally, go-dockerclient will return an EOF instead of a complete response from Docker. Our StartContainer logic does not account for this, and the task gets marked as 'failed to start' when in reality the containers may be running. Agent should be modified to check for this failure state.
Expected Behavior
Either:
or
Observed Behavior
Supporting Log Snippets
Logs will contain messaging similar to:
The text was updated successfully, but these errors were encountered: