[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
write, then read delay with syncrepl/slapo-chain ?
- To: openldap-software@openldap.org
- Subject: write, then read delay with syncrepl/slapo-chain ?
- From: Peter Mogensen <apm@mutex.dk>
- Date: Fri, 21 Dec 2007 16:46:07 +0100
- User-agent: Thunderbird 1.5.0.14pre (X11/20071023)
Hi,
I haev a quick question which I haven't been able to find an answer to
in the docs:
I have a slapd master with a couple of slaves (syncrepl
refreshAndPersist). I can get updates to be diverted to the master with
the chain overlay, but as the FAQ says there'll be a small delay before
the changes are replicated back to the slaves.
Is there anyway to automatically direct subsequent reads of the changed
attributes to the master?
Else I guess I'll have to implement referral chasing logic in the client
so it doesn't try to read from the slave immediately after writing (and
getting a referral).
regards,
Peter