nickva commented on code in PR #6031:
URL: https://github.com/apache/couchdb/pull/6031#discussion_r3389318259
##########
src/couch_replicator/src/couch_replicator_docs.erl:
##########
@@ -196,6 +196,12 @@ update_rep_doc(RepDbName, #doc{body = {RepDocBody}} =
RepDoc, KVs, _Try) ->
save_rep_doc(RepDbName, RepDoc#doc{body = {NewRepDocBody}})
end.
+open_rep_doc(<<"shards/", _/binary>> = ShardDbName, DocId) ->
+ DbName = mem3:dbname(ShardDbName),
+ ioq:maybe_set_io_priority({system, DbName}),
Review Comment:
ioq setting here will fail. It's a pdict setting and since defer spawns a
process it won't be applied
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]