Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
1.4
-
None
-
Linux, JDK6,SOLR 1.4
Description
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);
Attachments
Attachments
Issue Links
- blocks
-
SOLR-1995 Snapshot directory is misnamed
-
- Closed
-