dataverse
dataverse copied to clipboard
fix(docker): increase jetty request header size
What this PR does / why we need it:
This PR sets an environment variable for the Solr docker container, increasing jetty response header size from the default value of 8192 to 102400 as recommended in the installation guide. This prevents errors when importing larger metadata blocks.
Which issue(s) this PR closes:
- Closes #12047
Special notes for your reviewer:
Suggestions on how to test this:
- Deploy Dataverse using docker using compose files from current
developbranch or6.8 - Import a large metadata block
- Observe error as described in #12047
- Recreate containers with the environment variable set/this PR applied
- No error should be thrown.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
no
Is there a release notes update needed for this change?:
Additional documentation: