tejaycar opened a new issue #976: Replication never reaches 100%
URL: https://github.com/apache/couchdb/issues/976
 
 
   ## Expected Behavior
   When I use cUrl to put a document into the _replicator database
   then all documents should be replicated from the source to the target
   and, when viewing status in futon I should see the database reach 100% 
replication
   
   ## Current Behavior
   In some cases, futon reports replication at either 0% or 99% (or sometimes 
other high %'s).
   
   However, all documents have been replicated correctly.  Both source and 
target have the same number of documents, same database size, and save values.  
However, the UI still shows results like:
   
   ```
   Checkpointed source sequence 13724, current source sequence 13726, progress 
99%
   ```
   
   OR 
   
   ```
   Checkpointed source sequence 0, current source sequence 1, progress 0%
   ```
   
   Compaction of the source does not seem to change this result either.
   
   ## Steps to Reproduce (for bugs)
   I can't seem to re-produce this on demand
   
   ## Context
   The main problem we have is that we cannot trust the status to tell us if 
replication is complete.  When doing cut-over from an old server to a new one, 
or even simple hot-standby, we can't be 100% sure we're fully replicated.
   
   ## Your Environment
   Couchdb 1.6 and 1.7 seem to be impacted
   Using chrome to view futon
   Ubuntu 12 and 14 both show the same
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to