-
Notifications
You must be signed in to change notification settings - Fork 493
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
update jetty header http size (mydata branch) #2311
Comments
Related: #1928 |
Today @scolapasta @raprasad and I discovered that an internal server had the value set to one million. This is quite a bit higher than the "8192" value documented at http://guides.dataverse.org/en/4.1/installation/installation-main.html#solr-configuration |
@raprasad can you please add some documentation on what the value should be? |
I think it's "102400" <Set name="requestHeaderSize">102400</Set> This should be sanity checked--e.g., a significantly lower number may work fine.
<Set name="requestHeaderSize">61440</Set> |
Doc'd closing. |
Shoot. @kcondon I need to reopen this issue. @sekmiller just ran into #1439 and in helping him troubleshoot his seemingly empty installation and "Search Syntax Error: Expected content type application/octet-stream but got ." in the Glassfish server.log, I'm realizing that during my rewrite I failed to mention that you have to add the line in question. For now I'll reopen this. Please send it to me when you're ready for me to push a fix to the branch we're using for pull request #2895. |
@pdurbin |
I brought this up to @scolapasta today during the standup so I'll pass this to him for a decision. @scolapasta again, please note that this issue is linked from the longer todo list at #2944. |
@scolapasta I just chatted with @kcondon about this and reviewed what's already at http://guides.dataverse.org/en/4.2.4/installation/config.html#jetty-xml Because that page already links to https://support.lucidworks.com/hc/en-us/articles/201424796-Error-when-submitting-large-query-strings which explains that you have to add something, I think most people installing Dataverse will figure it out. I recommend moving this out of the 4.3 milestone and dealing with it in #2944 where it's already referenced. |
@kcondon heads up that I added a fix to @landreev 's pull request at #3017. You can see what I wrote at 49217a0 or http://guides.dataverse.org/en/4.3-installer-improvements/installation/config.html#jetty-xml |
Looks good, closing. |
part of #2302
The text was updated successfully, but these errors were encountered: