[Xapian-tickets] [Xapian] #506: replicate database failed
Xapian
nobody at xapian.org
Mon Sep 6 03:57:39 BST 2010
#506: replicate database failed
----------------------+-----------------------------------------------------
Reporter: backluck | Owner: richard
Type: defect | Status: closed
Priority: normal | Milestone: 1.2.4
Component: Other | Version: 1.2.3
Severity: normal | Resolution: fixed
Keywords: | Blockedby:
Platform: All | Blocking:
----------------------+-----------------------------------------------------
Changes (by olly):
* milestone: => 1.2.4
Comment:
The problem is timing related - replicating to the same machine is much
faster (because it doesn't need to go over the network) so the full copy
manages to complete before database changes. When the network is
involved, it takes longer and the database changes while the full copy is
happening.
You really want to set XAPIAN_MAX_CHANGESETS anyway since you want to only
send the changes since the last replica update. If you don't set it, a
full copy of the database would have to be sent every time.
--
Ticket URL: <http://trac.xapian.org/ticket/506#comment:5>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list