[ 
https://issues.apache.org/jira/browse/SOLR-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746035#action_12746035
 ] 

kiran sugana commented on SOLR-1376:
------------------------------------

Hi Hoss, 

By incremental indexing I meant commits,I do not know for sure list of deleted 
files grows over the time. we noticed the issue when solr became slow or 
unresponsive on the machine, which solr has not been restarted for a while. I 
will investigate if the deleted files list is growing. 
Kiran  

> invalid links to solr indexes after a new index is created
> ----------------------------------------------------------
>
>                 Key: SOLR-1376
>                 URL: https://issues.apache.org/jira/browse/SOLR-1376
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 1.3
>            Reporter: kiran sugana
>             Fix For: 1.4
>
>
> After new index is created, it does not delete the links to the old indexes, 
> To recreate the issue, 
> 1) do a incremental indexing 
> 2) cd /proc/[JAVA_PID]/fd
> 3) ls -la
> {code}
> lr-x------ 1 solr roleusers 64 Jul 23 17:31 75 -> 
> /home/..../solrhome/data/index/_kja.fdx (deleted)
> lr-x------ 1 solr roleusers 64 Jul 23 17:31 76 -> 
> /home/...../solrhome/data/index/_kk4.tis (deleted)
> lr-x------ 1 solr roleusers 64 Jul 23 17:31 78 -> 
> /home/..../solrhome/data/index/_kk4.frq (deleted)
> lr-x------ 1 solr roleusers 64 Jul 23 17:31 79 -> 
> /home/..../solrhome/data/index/_kk4.prx (deleted)
> {code}
> This is creating performance issues, (search slows down significantly) 
> Temp Resolution:
> ---- Restart solr

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to