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

[solr] 414 large query size #1732

Closed
abrarullah007 opened this issue Dec 7, 2024 · 2 comments
Closed

[solr] 414 large query size #1732

abrarullah007 opened this issue Dec 7, 2024 · 2 comments
Assignees
Labels
how-to How to issues reported by users solr solved triage Triage is needed

Comments

@abrarullah007
Copy link

abrarullah007 commented Dec 7, 2024

Describe your issue as much as you can

Hi,
I am using AWS bitnami solr v 9. The solr instance works fine for regular queries but I am getting 414 error for sending a large query to solr. I increased requrestHeadersize to 65536 on /opt/bitnami/solr/server/etc/jetty.xml but no luck - the same solution fixed the problem on my local dev instance.

@abrarullah007 abrarullah007 added the how-to How to issues reported by users label Dec 7, 2024
@github-actions github-actions bot added the triage Triage is needed label Dec 7, 2024
@jotamartos
Copy link
Collaborator

The Bitnami SOLR VM includes Apache that proxies the requests to SOLR. You will need to increase the LimitRequestLine value inside the SOLR's virtual host under /opt/bitnami/apache/vhosts and restart the services after applying the changes

https://httpd.apache.org/docs/2.2/mod/core.html#limitrequestline

@abrarullah007
Copy link
Author

Thank you @jotamartos , it fixed the problem. However, the correct path was /opt/bitnami/apache/conf/vhosts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
how-to How to issues reported by users solr solved triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants