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

Eric Pugh commented on SOLR-17017:
----------------------------------

So I was thinking about this, and I think that maybe the best way is to run a 
"DeleteCollection" command as part of process of creating an example, versus 
maybe going lower level and removing/deleting data on disk.   So instead you 
get "Warning: Collection already exists, now removing it" and then do a delete 
collection ;).

 

Really looking forward to this.   I actually use the examples all the time to 
quickly test something out... 

> Running an example using Solr start -e should be repeatable 
> ------------------------------------------------------------
>
>                 Key: SOLR-17017
>                 URL: https://issues.apache.org/jira/browse/SOLR-17017
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: cli, examples
>    Affects Versions: main (10.0)
>            Reporter: Andreas Kiourlappos
>            Priority: Minor
>
> h2. Summary
> As a newcomer following the Solr Reference Guide,
> I want to be able to run an example using `solr start -e $EXAMPLE -c`, mess 
> around, stop solr and then rerun the example from scratch again using the 
> initial command.
> h2. Reproduction instructions
> * Checkout [apache/solr commit 
> `16d57e935499a5c3163a224f1e7e55a1091e029a`|https://github.com/apache/solr/commit/16d57e935499a5c3163a224f1e7e55a1091e029a]
> * Build it with `./gradlew dev`
> * Run `solr/packaging/build/dev/bin/solr start -e films -c` to start the 
> films example in cloud mode.
> * Stop solr with `solr/packaging/build/dev/bin/solr stop -all`.
> * Try to rerun the same example with `solr/packaging/build/dev/bin/solr start 
> -e films -c`
> * You end up with error message
> {quote}
> WARNING: Collection 'films' already exists!
> Checked collection existence using Collections API
> {quote}
> h2. Workaround
> Remove the `solr` directory in the example directory before rerunning the 
> example with `rm -r solr/packaging/build/dev/example/films/solr`.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to