yblee85 opened a new issue #1070: Filtered replication starts from wrong seq
URL: https://github.com/apache/couchdb/issues/1070
 
 
   
   ## Test Case
   1. Create 1000 documents in the server with key "loc_id", value "1" (first 
500 docs)  / "2" ( second 500 docs) => server _changes seq : 1000
   2. In client, start filtered replication that filtered by loc_id. query 
param as loc_id : "1"
   
   ## Expected Behavior
   When it's completed,
   both server and client /db/_local/{replication_id} should say 
   "end_last_seq":1000, "recorded_seq":1000 
   
   
   ## Current Behavior
   both server and client /db/_local/{replication_id} says 
   "end_last_seq":500, "recorded_seq":500
   
   ## Context
   Since filter replication is very cpu expensive, if it starts from way past, 
it increases server CPU usage very high.
   
   ## Your Environment
   * Version used: Couch 1.2.2 ~ 1.6.1
   * Operating System and version (desktop or mobile): Desktop / windows
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to