Skip to content
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

v1.15.1 Release #1054

Closed
wants to merge 6 commits into from
Closed

v1.15.1 Release #1054

wants to merge 6 commits into from

Conversation

jahkeup
Copy link
Member

@jahkeup jahkeup commented Nov 7, 2017

  • Bug - Fixed a bug where a task can be blocked in creating state. #1048
  • Bug - Fixed dynamic HostPort in container metadata. #1052

samuelkarp and others added 4 commits November 5, 2017 19:00
In task/container overridden, it's copying the task/container struct
which has a lock, this could cause deadlock if some other go routine
acquired the lock right before copying and released the lock after the
copy. This commit moved the overridden part to ACS when unmarshal the
task from payload message.
@samuelkarp samuelkarp added this to the 1.15.1 milestone Nov 7, 2017
@jahkeup jahkeup closed this Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants