nickva commented on issue #1720: URL: https://github.com/apache/couchdb/issues/1720#issuecomment-961293392
@kocolosk that would work, yeah. Can set a high number of shares (1000 max) for `_replicator/always-running` and those jobs should get a high priority to always run in front of jobs from say `_replicator` or `_replicator/user-jobs`. To lower the chance even more for other dbs running, can explicitly grant them the minimum - `1` share We could also add a small enhancement to completely disable some replication db (assign them 0 shares, I think now 1 is the minimum) that would guarantee that they never get picked. I am inclined to close this for now as fixed and if after evaluating the new Fair Share is not adequate, to re-open it. -- 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]
