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

Tiered flushing of DWPTs by RAM with low/high water marks

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • Realtime Branch
    • core/index
    • None
    • New

    Description

      Now that we have DocumentsWriterPerThreads we need to track total consumed RAM across all DWPTs.

      A flushing strategy idea that was discussed in LUCENE-2324 was to use a tiered approach:

      • Flush the first DWPT at a low water mark (e.g. at 90% of allowed RAM)
      • Flush all DWPTs at a high water mark (e.g. at 110%)
      • Use linear steps in between high and low watermark: E.g. when 5 DWPTs are used, flush at 90%, 95%, 100%, 105% and 110%.

      Should we allow the user to configure the low and high water mark values explicitly using total values (e.g. low water mark at 120MB, high water mark at 140MB)? Or shall we keep for simplicity the single setRAMBufferSizeMB() config method and use something like 90% and 110% for the water marks?

      Attachments

        1. LUCENE-2573.patch
          104 kB
          Simon Willnauer
        2. LUCENE-2573.patch
          85 kB
          Simon Willnauer
        3. LUCENE-2573.patch
          69 kB
          Simon Willnauer
        4. LUCENE-2573.patch
          71 kB
          Simon Willnauer
        5. LUCENE-2573.patch
          61 kB
          Simon Willnauer
        6. LUCENE-2573.patch
          58 kB
          Simon Willnauer
        7. LUCENE-2573.patch
          19 kB
          Jason Rutherglen
        8. LUCENE-2573.patch
          19 kB
          Jason Rutherglen
        9. LUCENE-2573.patch
          17 kB
          Jason Rutherglen

        Issue Links

          Activity

            People

              simonw Simon Willnauer
              michaelbusch Michael Busch
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: