Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-5693

Running on HDFS does work correctly with NRT search.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.7, 6.0
    • None
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              markrmiller@gmail.com Mark Miller
              markrmiller@gmail.com Mark Miller
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: