Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-4990

Improve MockDirectoryWrapper.sync

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.4, 6.0
    • modules/test-framework
    • None
    • New, Patch Available

    Description

      Currently MockDirWrapper always calls delegate.sync() with a comment that we can relax this to not wear out the hardware for tests. The issue, as discussed on this thread http://lucene.markmail.org/thread/eozdsbdahzhjvizj, is related to NRTCachingDirectory and RateLimiter. The improvements I'd like to make under this issue are:

      • Call delgeate.sync() if:
        • rarely()
        • delegate is NRTCachingDir
        • delegate is RateLimitedDirWrapper and its delegate is NRTCachingDir
        • delegate is TrackingDirWrapper and its delegate is NRTCachingDir
      • Also, today the method either fails to sync all files or succeeds. Rather, we can improve this to randomly throw IOE on each file.

      Any other Directories that can cause issues when sync() isn't called?

      Attachments

        1. LUCENE-4990.patch
          4 kB
          Shai Erera
        2. LUCENE-4990.patch
          4 kB
          Shai Erera
        3. LUCENE-4990.patch
          4 kB
          Shai Erera

        Activity

          People

            shaie Shai Erera
            shaie Shai Erera
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: