Mark Miller created SOLR-5693:
---------------------------------

             Summary: Running on HDFS does work correctly with NRT search.
                 Key: SOLR-5693
                 URL: https://issues.apache.org/jira/browse/SOLR-5693
             Project: Solr
          Issue Type: Bug
            Reporter: Mark Miller
            Assignee: Mark Miller
             Fix For: 5.0, 4.7


Like NFS, HDFS has different file delete semantics than Windows and Unix. For 
non NRT cases, you can work around this by reserving commit points, but NRT 
counts on delete on last close semantics (unix), or delete fails, try again 
later (windows). This is because files can be merged away before they even 
become part of a commit point. Meanwhile, real time readers can reference those 
files.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to