My solr 5.4.1 solrconfig.xml is set up thus: 

<directoryFactory name="DirectoryFactory" 
class="${solr.directoryFactory:solr.NRTCachingDirectoryFactory}"/> 
<lockType>${solr.lock.type:native}</lockType> 
<unlockOnStartup>false</unlockOnStartup> 

yet i get a warning on starting the core... 
2016-09-28 14:24:06.049 WARN (coreLoadExecutor-6-thread-1) [ ] o.a.s.c.Config 
Solr no longer supports forceful unlocking via the 'unlockOnStartup' option. 
This is no longer neccessary for the default lockType except in situations 
where it would be dangerous and should not be done. For other lockTypes and/or 
directoryFactory options it may also be dangerous and users must resolve 
problematic locks manually. 


Any suggestions? 

Kris 

Reply via email to