mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
13.14.2009 dae81daf36d95fd0b1693272331681a224f9b60f

Fix for 4176
Configure the backend to perform DN checks in phase 2 during the full update
because this will allow the best total update performance.
This is safe because the data imported have just been exported from another
OpenDS instance.
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java 1 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/LDAPReplicationDomain.java
@@ -4128,6 +4128,7 @@
        includeBranches.add(this.baseDn);
        importConfig.setIncludeBranches(includeBranches);
        importConfig.setAppendToExistingData(false);
        importConfig.setDNCheckPhase2(true);
        // Allow fractional replication ldif import plugin to be called
        importConfig.setInvokeImportPlugins(true);
        // Reset the follow import flag and message before starting the import