GitHub user tsutsu opened a pull request:

    https://github.com/apache/couchdb-couch/pull/105

    Inherit io_priority from the process creating the stream

    `couch_stream` should be able to reuse the `io_priority` of whatever 
process creates it; it's then the creator's responsibility to decide what 
`io_priority` the stream should have.
    
    Assigning streaming IO operations their own separately-tunable category of 
`io_priority` is an alternative to this change. The usefulness of that would 
depend on whether streaming IO in general has predictable load impacts that 
would be useful to observe and control for. Since `couch_stream` is only 
currently used by `couch_att`, though, giving attachment upload operations 
specifically an `io_priority` category might make more sense.
    
    COUCHDB-2828
    BugzID: 25815

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch 
25815-couch-stream-io-priority

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch/pull/105.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #105
    
----
commit fc3a8e2f3ef1784cb592aedf9733c7d8b7c2106d
Author: Levi McAuley <[email protected]>
Date:   2015-09-28T22:20:18Z

    Inherit io_priority from the process creating the stream
    
    COUCHDB-2828
    BugzID: 25815

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to