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/04/25 06:46:39 UTC

[GitHub] tonysun83 commented on issue #470: Scheduling Replicator

tonysun83 commented on issue #470: Scheduling Replicator
URL: https://github.com/apache/couchdb/pull/470#issuecomment-296931031
 
 
   I ran the dyno tests against a cluster that rate limits and was able to get replication completed with ten concurrent replications for 50K docs. I really like the history for ```_scheduler/jobs```:
   
   ```
   "history": [
                   {
                       "timestamp": "2017-04-25T06:20:30Z",
                       "type": "started"
                   },
                   {
                       "timestamp": "2017-04-25T06:20:30Z",
                       "type": "crashed",
                       "reason": "max_backoff"
                   },
                   {
                       "timestamp": "2017-04-25T05:12:12Z",
                       "type": "started"
                   },
                   {
                       "timestamp": "2017-04-25T05:12:12Z",
                       "type": "crashed",
                       "reason": "max_backoff"
                   },
                   {
                       "timestamp": "2017-04-25T05:03:15Z",
                       "type": "started"
                   },
                   {
                       "timestamp": "2017-04-25T05:03:15Z",
                       "type": "added"
                   }
   ```
 
----------------------------------------------------------------
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