Levi McAuley created COUCHDB-2828:
-------------------------------------
Summary: couch_stream doesn't set an io_priority
Key: COUCHDB-2828
URL: https://issues.apache.org/jira/browse/COUCHDB-2828
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Database Core
Reporter: Levi McAuley
The couch_stream gen_server makes several calls to couch_file:append_binary/2
in its callbacks, but doesn't ever set io_priority in its process dictionary.
This seems to result in all IO from couch_stream being handled through the
"other" channel, where it's not very easily manipulable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)