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.
| | |
| | | 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 |