#2199 Disable the memberof task fixup during reinitialization of a replica
Closed: Fixed None Opened 12 years ago by jraquino.

There is currently a method which optimizes the initial replica creation by omitting the reprocessing of memberof data and rather just absorbing the attributes as they are replicated from the master.

This scenario does not appear to be true for when a replica gets out of date enough to require reinitialization.

This is a request for enhancement to add this ability during the repair of a replica reinitialization.


i 'think' the fix might just be to remove: ds.init_memberof() from re_initialize in install/tools/ipa-replica-manage b/install/tools/ipa-replica-manage

I'm not sure what conditions would be necessary to perform a memberof task immediately after a full re-initialization of a replica...

This is performance problem. It is not an enhancement and it is not minor.

If nsDS5ReplicatedAttributeListTotal is not in the replication agreement then we will still call the memberOf task, otherwise skip it.

RichM confirmed that newer versions of 389-ds all provide this attribute but we can't assume about the existing agreements.

Metadata Update from @jraquino:
- Issue assigned to rcritten
- Issue set to the milestone: FreeIPA 2.2 Core Effort - 2012/02

7 years ago

Login to comment on this ticket.

Metadata