Sounds like a bug. If you are seeing this happen in 4.6, I'd file a JIRA issue.
- Mark On Sun, Dec 8, 2013 at 3:49 PM, William Bell <billnb...@gmail.com> wrote: > Any thoughts? Why are we getting duplicate items in solr.xml ? > > ---------- Forwarded message ---------- > From: William Bell <billnb...@gmail.com> > Date: Sat, Dec 7, 2013 at 1:48 PM > Subject: solr.xml > To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org> > > > We are having issues with SWAP CoreAdmin in 4.5.1 and 4.6. > > Using legacy solr.xml we issue a SWAP, and we want it persistent. It has > bee running flawless since 4.5. Now it creates duplicate lines in solr.xml. > > Even the example multi core schema in 4.5.1 doesn't work with > persistent="true" - it creates duplicate lines in solr.xml. > > <cores adminPath="/admin/cores"> > <core name="autosuggest" loadOnStartup="true" instanceDir="autosuggest" > transient="false"/> > > <core name="citystateprovider" loadOnStartup="true" > instanceDir="citystateprovider" transient="false"/> > > <core name="collection1" loadOnStartup="true" instanceDir="collection1" > transient="false"/> > > <core name="facility" loadOnStartup="true" instanceDir="facility" > transient="false"/> > > <core name="inactiveproviders" loadOnStartup="true" > instanceDir="inactiveproviders" transient="false"/> > > <core name="linesvcgeo" instanceDir="linesvcgeo" loadOnStartup="true" > transient="false"/> > > <core name="linesvcgeofull" instanceDir="linesvcgeofull" > loadOnStartup="true" transient="false"/> > > <core name="locationgeo" loadOnStartup="true" instanceDir="locationgeo" > transient="false"/> > > <core name="market" loadOnStartup="true" instanceDir="market" > transient="false"/> > > <core name="portalprovider" loadOnStartup="true" > instanceDir="portalprovider" transient="false"/> > > <core name="practice" loadOnStartup="true" instanceDir="practice" > transient="false"/> > > <core name="provider" loadOnStartup="true" instanceDir="provider" > transient="false"/> > > <core name="providersearch" loadOnStartup="true" > instanceDir="providersearch" transient="false"/> > > <core name="tridioncomponents" loadOnStartup="true" > instanceDir="tridioncomponents" transient="false"/> > > <core name="linesvcgeo" instanceDir="linesvcgeo" loadOnStartup="true" > transient="false"/> > > <core name="linesvcgeofull" instanceDir="linesvcgeofull" > loadOnStartup="true" transient="false"/> > </cores> > > > -- > Bill Bell > billnb...@gmail.com > cell 720-256-8076 > > > > -- > Bill Bell > billnb...@gmail.com > cell 720-256-8076 > -- - Mark