With sync replication, having a provider at state C (newest) and a consumer starting with rid=100 and state=A.
After syncing provider and consumer both are in state C
When then the consumer is killed, and a new consumer is started with the same rid=100 and again state A.
Does this consumer sync data from the provider again? Or does the provider has data stored of the previous consumer and block syncing?
Marc Roos wrote:
With sync replication, having a provider at state C (newest) and a consumer starting with rid=100 and state=A.
After syncing provider and consumer both are in state C
When then the consumer is killed, and a new consumer is started with the same rid=100 and again state A.
Does this consumer sync data from the provider again?
If the consumer is at state A, then of course it must retrieve data from the provider again to arrive at state C. The data can't just magically appear on the consumer out of thin air.
Or does the provider has data stored of the previous consumer and block syncing?
How would it do that? And how would storing special data on the provider help in any way to bring the new consumer to state C?
openldap-technical@openldap.org