[ 
https://issues.apache.org/jira/browse/SOLR-17017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Pugh updated SOLR-17017:
-----------------------------
    Summary: Running an example using Solr start -e should be repeatable   
(was: Running an example using solar start -e should be repeatable )

> 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: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to