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

Ishan Chattopadhyaya edited comment on SOLR-10920 at 7/29/17 9:33 PM:
----------------------------------------------------------------------

When create_collection has the -n parameter, then this warning shouldn't be 
printed (but current it is being printed). Reopening to make this change/fix.

Steps to reproduce:
{code}
$ cd solr
$ (cd server/solr/configsets/sample_techproducts_configs/conf && zip -r - *) | 
curl -X POST --header "Content-Type:application/octet-stream" --data-binary @- 
"http://localhost:8983/solr/admin/configs?action=UPLOAD&name=myConfigSet";
$ bin/solr create_collection -c mycoll1 -n myConfigSet
{code}
This should not produce the warning, but it does.


was (Author: ichattopadhyaya):
When create_collection has the -n parameter, then this warning shouldn't be 
printed (but current it is being printed). Reopening to make this change/fix.

> Add warning for disabling data driven nature before production
> --------------------------------------------------------------
>
>                 Key: SOLR-10920
>                 URL: https://issues.apache.org/jira/browse/SOLR-10920
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Ishan Chattopadhyaya
>            Assignee: Ishan Chattopadhyaya
>             Fix For: 7.0
>
>         Attachments: SOLR-10920.patch
>
>
> Spinning off from SOLR-10574, to add a warning when creating a collection 
> using _default configset, to the effect that the user should disable data 
> driven nature before going to production (along with instructions on how to 
> do so).
> https://issues.apache.org/jira/browse/SOLR-10574?focusedCommentId=16043397&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16043397
> https://issues.apache.org/jira/browse/SOLR-10574?focusedCommentId=16043551&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16043551



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to