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/09/12 19:59:14 UTC

[GitHub] wohali opened a new issue #810: [stats] replicator scheduler crashed counter not inrcementing

wohali opened a new issue #810: [stats] replicator scheduler crashed counter not inrcementing
URL: https://github.com/apache/couchdb/issues/810
 
 
   I set up a _replicator document with an incorrect URL in it, and let the replication scheduler attempt to access it a few times in a row.
   
   Repeated fetches of `/_node/couchdb@localhost/_stats` showed that `couch_replicator.jobs.crashed.value` stayed at `0` and never incremented.
   
   ## Steps to Reproduce (for bugs)
   Create a `_replicator` document of this form:
   
   ```
   {
       "_id": "my_rep",
       "source": "http://does.not.resolve.wohali.rules/foo",
       "target": "http://127.0.0.1:5984/bar",
       "create_target": true
   }
   ````
   
   and let it cycle through a few `nxdomain` errors (as evidenced by `couch.log`).
   
   ## Context
   Trying to put together an open source CouchDB monitoring solution, and failing to get useful stats out of the new scheduler.
   
   ## Your Environment
   * Version used: 2.1.0
   * Browser Name and version: `n/a`
   * Operating System and version Debian 8 (jessie)
   
 
----------------------------------------------------------------
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