Activity log for bug #1450559

Date Who What changed Old value New value Message
2015-04-30 17:12:52 Andrew Melton bug added bug
2015-04-30 17:13:55 Andrew Melton description Our Docker client is timing out certain calls before they are allowed to finish. Because Docker is a synchronous API it will block on calls until they complete. This means that certain calls can take quite a long time to return. For instance, when we make a container create call, Docker or Swarm is going to block and keep the connection open until it is pulled the image and created the container on the host. For small images this isn't a problem, but on larger images, this can take a long time. So, we need a way to increase this timeout. Example exception: http://paste.openstack.org/show/213778/ Our Docker client is timing out certain calls before they are allowed to finish. Because Docker is a synchronous API it will block on calls until they complete. This means that certain calls can take quite a long time to return. For instance, when we make a container create call, Docker or Swarm is going to block and keep the connection open until it has pulled the image to and created the container on the host. For small images this isn't a problem, but on larger images, this can take a long time. So, we need a way to increase this timeout. Example exception: http://paste.openstack.org/show/213778/
2015-05-08 22:35:40 OpenStack Infra magnum: status New Fix Committed
2015-11-24 08:23:15 Adrian Otto magnum: status Fix Committed Fix Released
2015-11-24 08:23:15 Adrian Otto magnum: milestone mitaka-1