[ https://issues.apache.org/jira/browse/SOLR-4030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Miller updated SOLR-4030: ------------------------------ Assignee: Mark Miller Description: 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} was:add argument "maxMergeWriteMBPerSec" to Solr directory factories. Issue Type: New Feature (was: Improvement) Summary: Allow rate limiting Directory IO based on the IO context (was: Use Lucene segment merge throttling) > 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 > > > 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-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org