-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Duplicate
-
Affects Version/s: 1.4
-
Component/s: replication (java)
-
Labels:None
-
Environment:
Linux, JDK6,SOLR 1.4
SOLR index directory remvoed,but do not know what the reasons for this.
I add some codes on SnapPuller.java 577 line can reslove this bug.
line 576
File indexFileInIndex = new File(indexDir, fname);
+
if (!indexDir.exists()) indexDir.mkdir();
boolean success = indexFileInTmpDir.renameTo(indexFileInIndex);
- blocks
-
SOLR-1995 Snapshot directory is misnamed
-
- Closed
-