Brian McBride created JENA-1122:
-----------------------------------
Summary: Fuseki fails to start if configured with two services
that share a data with a lucene index.
Key: JENA-1122
URL: https://issues.apache.org/jira/browse/JENA-1122
Project: Apache Jena
Issue Type: Bug
Components: Text
Affects Versions: Fuseki 2.3.0, Jena 3.0.0
Reporter: Brian McBride
This problem arises when the assemblers for the two services run. For each
service, a separate TextIndexLucene object is created. Both of those objects
try to lock the same Lucene index directory and one fails.
A proposed fix is to modify the TextDatasetFactory to only create one
TextIndexLucene object per on disk directory.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)