You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2009/09/04 02:11:57 UTC

[jira] Resolved: (SOLR-1376) invalid links to solr indexes after a new index is created

     [ https://issues.apache.org/jira/browse/SOLR-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hoss Man resolved SOLR-1376.
----------------------------

    Resolution: Cannot Reproduce

no evidence presented of an actual problem .. can be reopened if reproducible test case is provided.

> 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.