yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #20322
[Bug 1365637] Re: chunk sender does not send terminator on subprocess exception
** Also affects: glance
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1365637
Title:
chunk sender does not send terminator on subprocess exception
Status in OpenStack Image Registry and Delivery Service (Glance):
New
Status in OpenStack Compute (Nova):
In Progress
Bug description:
If a subprocess exception occurs when uploading chunks via glance,
eventlet.wsgi.py will result in the following exception: ValueError:
invalid literal for int() with base 16: ''. This happens because the
chunk sender does not send the terminator and the server reads an EOF
on client connection close instead of a properly formatted chunk.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1365637/+subscriptions
References