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 "Noble Paul (JIRA)" <ji...@apache.org> on 2009/09/01 15:58:33 UTC

[jira] Assigned: (SOLR-1399) Lock settings are ignored

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

Noble Paul reassigned SOLR-1399:
--------------------------------

    Assignee: Noble Paul

> Lock settings are ignored
> -------------------------
>
>                 Key: SOLR-1399
>                 URL: https://issues.apache.org/jira/browse/SOLR-1399
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Igor Motov
>            Assignee: Noble Paul
>             Fix For: 1.4
>
>         Attachments: SOLR-1399.patch, SOLR-1399.patch
>
>
> To reproduce: 
> - set dataDir to point to a directory that the current user has no access right to (/solr/data,  for non-root user, for example)
> - change lockType to single
> - start example web server.
> The server fails with the following error message that indicates that it still uses SimpleFSLock
> Caused by: java.io.IOException: Cannot create directory: /solr/data/index
> 	at org.apache.lucene.store.SimpleFSLock.obtain(SimpleFSLockFactory.java:138)
> 	at org.apache.lucene.store.Lock.obtain(Lock.java:73)
> 	at org.apache.lucene.index.IndexWriter.init(IndexWriter.java:1540)
> 	at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1310)
> 	at org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:160)
> 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:388)
> I ran into this issue using custom DirectoryFactory. 

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