yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #94072
[Bug 2068893] [NEW] 414 Request-Too-Long when using _get_sharing_providers with a large number of UUIDs
Public bug reported:
The scheduler is reporting error when calling placement in situation of
hosts running into many aggregates
The web server returns a 414 Request-Too-Long error because the size of
the URL in the GET request exceeds the allowed limit.
The proposed fix is some modifications in _get_sharing_providers
function to divide the agg_uuids list into groups of a maximum of 100
UUIDs per GET request. The division ensures that the size of each
request remains below the allowed limit, resolving the issue of the 414
Request-Too-Long error.
** Affects: nova
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/2068893
Title:
414 Request-Too-Long when using _get_sharing_providers with a large
number of UUIDs
Status in OpenStack Compute (nova):
New
Bug description:
The scheduler is reporting error when calling placement in situation
of hosts running into many aggregates
The web server returns a 414 Request-Too-Long error because the size
of the URL in the GET request exceeds the allowed limit.
The proposed fix is some modifications in _get_sharing_providers
function to divide the agg_uuids list into groups of a maximum of 100
UUIDs per GET request. The division ensures that the size of each
request remains below the allowed limit, resolving the issue of the
414 Request-Too-Long error.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/2068893/+subscriptions
Follow ups