Jan writes:
> You are right that the env.vars approach was not backported to 8.x.
Thanks for the confirmation that it wasn't just me.
> I'll reply to the dev thread as well with a followup for
> documentation.
Perfect - thanks a lot!
Best regards,
Adam
--
"Frank, don't be paranoid."
Hi,
You are right that the env.vars approach was not backported to 8.x. The
workaround you can use in solr.in.sh is:
The workaround is to set in solr.in.sh:
SOLR_OPTS="$SOLR_OPTS -Dsolr.enableRemoteStreaming=true
-Dsolr.enableStreamBody=true"
This should have been documented in the reference
The bin/solr script in the binary release of Solr 8.11.3 does not
include the lines to handle the environment variables
SOLR_ENABLE_{REMOTE_STREAMING,STREAM_BODY} introduced in place of the
solrconfig.xml attributes enable{RemoteStreaming,StreamBody} removed
in SOLR-14853.
Was that on purpose and