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

Nicolas Capponi
23.34.2014 184794cf69c20ac52ad9049da9757b74c4438011
opends/src/server/org/opends/server/replication/server/changelog/file/FileChangelogDB.java
@@ -240,7 +240,9 @@
      return previousValue;
    }
    if (MultimasterReplication.isECLEnabledDomain(baseDN))
    // When called at replication startup, the isECLEnabledDomain() method blocks on STARTING state.
    // Checking cursors list ensure that it is never called in the startup case.
    if (!registeredMultiDomainCursors.isEmpty() && MultimasterReplication.isECLEnabledDomain(baseDN))
    {
      // we just created a new domain => update all cursors
      for (MultiDomainDBCursor cursor : registeredMultiDomainCursors)