You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/05/05 20:53:43 UTC

[GitHub] sagelywizard commented on issue #506: Custom replication DBs never get /_scheduler/docs entries

sagelywizard commented on issue #506: Custom replication DBs never get /_scheduler/docs entries
URL: https://github.com/apache/couchdb/issues/506#issuecomment-299573022
 
 
   Most sensible solution to me solution is to make two changes:
   
   1. add `GET /_scheduler/docs/:db/:doc` endpoint. `:db` would need to be URL-encoded for slashes. Should be a pretty straightforward change.
   2. make the `GET /_scheduler/docs` endpoint use a `couch_replicator_fabric:docs`-type function to make requests to shards of all known replicator DBs rather than just `_replicator`. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services