To replicate:
What should happen:
What actually happens:
Looking at the code this is actually obvious: we only add the doc_ids when we're instantiating the two way sync the first time.
I updated the description
Hi @abbyad,
Please ensure this ticket has a Priority, Status and Type label.
(See triaging old issues for more detail)
Redirecting to @alxndrsn to put the type Status and Priority
I'd guess this is low priority, as:
Thoughts, @garethbowen @SCdF?
Well I think ideally we'd fix this implicitly by redesigning the replication API so we don't have to know the ids at all, see: #4185
If we can't fix that particular oddity in the algorithm we should look into this.
We no longer include doc ids in the request so this is fixed.
Most helpful comment
Well I think ideally we'd fix this implicitly by redesigning the replication API so we don't have to know the ids at all, see: #4185
If we can't fix that particular oddity in the algorithm we should look into this.