diff --git a/swift/container/updater.py b/swift/container/updater.py index f0962404c4..bdc1696ec7 100644 --- a/swift/container/updater.py +++ b/swift/container/updater.py @@ -296,3 +296,5 @@ class ContainerUpdater(Daemon): self.logger.exception( _('Exception with %(ip)s:%(port)s/%(device)s'), node) return HTTP_INTERNAL_SERVER_ERROR + finally: + conn.close()