The ManagedSolrServer needs to tread both ACTIVE and INACTIVE indexes as 
available
----------------------------------------------------------------------------------

                 Key: STANBOL-465
                 URL: https://issues.apache.org/jira/browse/STANBOL-465
             Project: Stanbol
          Issue Type: Bug
            Reporter: Rupert Westenthaler
            Assignee: Rupert Westenthaler


When activating the ManagedSolrServer registers DataFileListener for 
unavailable || synchronized indexes. 

synchronized: any change to the datafile used to initialise the solrIndex 
should trigger the update of the solrindex
unavailable: the index was configured however the data for the index are not 
yet available

Currently only ACTIVE indexes are considered as available. This causes that 
INACTIVE indexes are replaced during the activation of the ManagedSolrServer. 
This is NOT intended as it will override possible changes to the index after a 
restart if the index was deactivated when the ManagedSolrServer had deactivated.

To solve this the ManagedSolrServer has to treat ACTIVE and INACTIVE indexes as 
available and do not register DataFileListeners for managed indexes for such 
indexes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to