yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #20294
[Bug 1365637] [NEW] chunk sender does not send terminator on subprocess exception
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Assignee: Jesse J. Cook (jesse-j-cook)
Status: In Progress
** Changed in: nova
Status: New => In Progress
** Changed in: nova
Assignee: (unassigned) => Jesse J. Cook (jesse-j-cook)
--
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 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/nova/+bug/1365637/+subscriptions
Follow ups
References