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

Allow rate limiting Directory IO based on the IO context

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.1, 6.0
    • None

    Description

      Allow setting rate limits for default,read,merge,flush.

        <directoryFactory name="DirectoryFactory" 
                          class="${solr.directoryFactory:solr.NRTCachingDirectoryFactory}"> 
                    <double name="maxWriteMBPerSecFlush">20</double>
                    <double name="maxWriteMBPerSecMerge">20</double>    
        </directoryFactory>
      

      Attachments

        1. SOLR-4030.patch
          4 kB
          Mark Miller

        Activity

          People

            markrmiller@gmail.com Mark Miller
            java-dev@lucene.apache.org Lucene Developers
            Votes:
            1 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: