Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request-URI Too Long #63

Open
petrutlucian94 opened this issue Oct 11, 2018 · 4 comments
Open

Request-URI Too Long #63

petrutlucian94 opened this issue Oct 11, 2018 · 4 comments

Comments

@petrutlucian94
Copy link

When selecting many (or all) instances, it will try to do a request to gnocchi, including all the instance ids as filters in the query. This will fail with Failed to load resource: the server responded with a status of 414 (Request-URI Too Long).

This should probably be decomposed in multiple requests.

@tabu-a
Copy link

tabu-a commented May 2, 2019

Hello.

We currently experience similar issue with multiple instances being requested. Is there a workaround perhaps?

@jvleminc
Copy link

We too :-/

@tabu-a
Copy link

tabu-a commented Mar 13, 2020

We found a workaround by increasing both buffer size on the uwsgi side and maximum header size on the loadbalancer running nginx.

Still this behavior seems unreasonable. Perhaps instance data should be loaded separately.

@almssp
Copy link

almssp commented Jan 4, 2021

Got the same problem when using ah variable ALL and "ID IN $VARIABLE" as query. anyone got any workarounds ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants