[jira] [Created] (SOLR-13618) Solr start-up fails to discover cores outside SOLR_HOME

2019-07-10 Thread Talvinder Matharu (JIRA)
Talvinder Matharu created SOLR-13618:


 Summary: Solr start-up fails to discover cores outside SOLR_HOME 
 Key: SOLR-13618
 URL: https://issues.apache.org/jira/browse/SOLR-13618
 Project: Solr
  Issue Type: Bug
  Security Level: Public (Default Security Level. Issues are Public)
Reporter: Talvinder Matharu


When new 'instanceDir' is set outside the SOLR_HOME directory then core will 
fail to reload after restart as the server only discovers cores within 
SOLR_HOME, looking for a 'core.properties'.  

So what we ideally want is to check for all the “core.properties” defined 
within all 'instanceDir' paths, which may exist outside the SOLR_HOME dir.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-13607) Solr Core fails to load after restart

2019-07-04 Thread Talvinder Matharu (JIRA)
Talvinder Matharu created SOLR-13607:


 Summary: Solr Core fails to load after restart
 Key: SOLR-13607
 URL: https://issues.apache.org/jira/browse/SOLR-13607
 Project: Solr
  Issue Type: Bug
  Security Level: Public (Default Security Level. Issues are Public)
Reporter: Talvinder Matharu


I have created a new core via the admin console and after a restart it fails to 
pick up the cores that were created. 

To overcome this issue I have to create the core, two attempts as the first 
will give an error saying the core already exists and then on second attempt 
creates the core, after which I am able to continue to use the search index. 

I have noticed that running this locally on my machine I don't experience the 
issue but when deployed on a Linux server this issue consistently happens.

Do you have any idea why this might be happening or how to resolve this issue?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org