tonysun83 commented on issue #496: Couchdb 3287 pluggable storage engines
URL: https://github.com/apache/couchdb/pull/496#issuecomment-302210204
 
 
   @davisp @nickva : I'm not sure if there has been work to rebase the latest 
scheduler replicator with PSE.  but I'm seeing some function clauses in my 
weird scenario. 
   1) Create a _replicator database using ngen engine (it worked, but not sure 
we support this?)
   2) Create a normal db and add some documents.
   3) Run a replication with create_target:true that creates a new ngen db
   ```
   {
     "_id": "ngen_test",
     "source": "http://adm:pass@localhost:15984/mydb";,
     "target": "http://adm:pass@localhost:15984/repngen?engine=ngen";,
     "create_target": true
   }
   ```
   So after I did this, the odd behavior was that my original mydb had 7 
documents, but the repngen keeps increasing in number of docs. Currently, it's 
at 20. and the original mydb has not changed at all. Must be something to do 
with the update_seq. Log is provided below. 
   
   https://gist.github.com/tonysun83/b600e855ea0d3ae0e6ef92e388cf05c0
 
----------------------------------------------------------------
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