You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2016/10/31 21:12:59 UTC

[jira] [Comment Edited] (SOLR-9623) Disable remote streaming by default

    [ https://issues.apache.org/jira/browse/SOLR-9623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15623435#comment-15623435 ] 

Jan Høydahl edited comment on SOLR-9623 at 10/31/16 9:12 PM:
-------------------------------------------------------------

You mean to build EnvVar override support into the Java code for each config property instead of relying on solr.xml to have the config? Would be sweet if we had some kind of dot convention that would always work, like {{solr.<module>.<section>.<property>}}, e.g. {{solr.config.request_parsers.enable_remote_streaming}}, here with a convention of inserting a "_" for camelCase.

Makes me think - we already have such a mepping convention for the Config REST API, don't we?


was (Author: janhoy):
You mean to build EnvVar override support into the Java code for each config property instead of relying on solr.xml to have the config? Would be sweet if we had some kind of dot convention that would always work, like {{solr.<module>.<section>.<property>}}, e.g. {{solr.config.request_parsers.enable_remote_streaming}}, here with a convention of inserting a "_" for camelCase.

> Disable remote streaming by default
> -----------------------------------
>
>                 Key: SOLR-9623
>                 URL: https://issues.apache.org/jira/browse/SOLR-9623
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: security
>            Reporter: Jan Høydahl
>              Labels: configset
>
> As we set more and more config settings suitable for production use, perhaps it is time to disable remoteStreaming by default, and document how to enable it.
> In all config sets, change into
> {code:xml}
> <requestParsers enableRemoteStreaming="${solr.remoteStreaming:false}"
>    multipartUploadLimitInKB="2048000"
>    formdataUploadLimitInKB="2048"
>    addHttpRequestToContext="false"/>
> {code}
> And then consider adding support for it in solr.in.xxx



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org