Ankur Agarwal wrote: > > I have a master-slave set-up with write operations always being done to > the master node. Now there is an issue where i need to read some data > immediately after write, and my read request goes to the slave. It fails > in cases when replication hasnt happened from master to slave before > this read operation. You simply should not do that. Read from the master if you have to rely on the consistency of what you recently wrote to the master. > Is there a LDAP level configuration to handle this situation? > Can chaining help in this case? No. (Except chaining the read requests of the writing client to the master which you don't want I guess). Ciao, Michael. -- 389 users mailing list 389-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users