[
https://issues.apache.org/jira/browse/SOLR-4030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-4030:
------------------------------
Attachment: SOLR-4030.patch
Here is a simple patch that lets you use a rate limited directory wrapper - you
can set the rate for each of the io contexts that lucene provides. If no
limited are configured, no rate limited directory wrapper is completed.
> Allow rate limiting Directory IO based on the IO context
> --------------------------------------------------------
>
> Key: SOLR-4030
> URL: https://issues.apache.org/jira/browse/SOLR-4030
> Project: Solr
> Issue Type: New Feature
> Reporter: Lucene Developers
> Assignee: Mark Miller
> Priority: Minor
> Labels: patch
> Fix For: 4.1, 5.0
>
> Attachments: SOLR-4030.patch
>
>
> Allow setting rate limits for default,read,merge,flush.
> {noformat}
> <directoryFactory name="DirectoryFactory"
>
> class="${solr.directoryFactory:solr.NRTCachingDirectoryFactory}">
> <double name="maxWriteMBPerSecFlush">20</double>
> <double name="maxWriteMBPerSecMerge">20</double>
> </directoryFactory>
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]