svn commit: r1800453 - /ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1800453 - /ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml

jleroux@apache.org
Author: jleroux
Date: Fri Jun 30 20:28:40 2017
New Revision: 1800453

URL: http://svn.apache.org/viewvc?rev=1800453&view=rev
Log:
Fixed: Could not obtain Lock on lucene index Lock
(OFBIZ-7265)

At r1794771 Jinghai committed for OFBIZ-8316 with this comment
 Updated Solr from 6.2.1 to 6.5.1...[snip]...

But unfortunately he reintroduced the path for indexes to
/runtime/indexes/products which breaks OFBIZ-7265 on this aspect where I then
set it to runtime/indexes/solr to not confuse with Lucene index

I have decide to make things even more clear by using now
runtime/indexes/solr/products

I hope nobody will break it again, even if it has no functional impact.

Modified:
    ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml

Modified: ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml?rev=1800453&r1=1800452&r2=1800453&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/solr/home/solrdefault/conf/solrconfig.xml Fri Jun 30 20:28:40 2017
@@ -101,7 +101,7 @@
        replication is in use, this should match the replication
        configuration.
     -->
-  <dataDir>${ofbiz.home}/runtime/indexes/products/</dataDir>
+  <dataDir>${ofbiz.home}/runtime/indexes/solr/products/</dataDir>
 
 
   <!-- The DirectoryFactory to use for indexes.