You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Commit Tag Bot (JIRA)" <ji...@apache.org> on 2012/12/11 20:21:22 UTC

[jira] [Commented] (SOLR-4030) Allow rate limiting Directory IO based on the IO context

    [ https://issues.apache.org/jira/browse/SOLR-4030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13529235#comment-13529235 ] 

Commit Tag Bot commented on SOLR-4030:
--------------------------------------

[trunk commit] Mark Robert Miller
http://svn.apache.org/viewvc?view=revision&revision=1420336

SOLR-4030: Allow rate limiting Directory IO based on the IO context.

                
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org