Koji,

the Description on http://wiki.apache.org/solr/CoreAdmin#CREATE is:

*quote*
If a core with the same name exists, while the "new" created core is
initalizing, the "old" one will continue to accept requests. Once it
has finished, all new request will go to the "new" core, and the "old"
core will be unloaded.
*/quote*

I guess, same handling for other actions, like rename.

Regards
Stefan

2011/6/21 Koji Sekiguchi <k...@r.email.ne.jp>:
> I accidentally rename a core to the same name of existing core, e.g. using 
> example-DIH:
>
> http://localhost:8983/solr/admin/cores?action=RENAME&core=db&other=tika
>
> I expected solr throws an exception, but it worked, and the existing core
> (tika) is gone.
>
> Does it a known bug (but I couldn't find open issue in jira) or intended 
> behavior?
>
> koji
> --
> http://www.rondhuit.com/en/
>

Reply via email to