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

pgamba
25.52.2009 9268da54b39dff6f0afbda53c9bd61deff1a8f66
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -198,6 +198,9 @@
  // used to synchronize the domain creation with the connect thread.
  final private Object domainMonitor = new Object();
  // ServiceIDs excluded for ECL
  private  ArrayList<String> excludedServiceIDs = new ArrayList<String>();
  /**
   * The weight affected to the replication server.
   * Each replication server of the topology has a weight. When combined
@@ -1779,7 +1782,6 @@
    }
  }
  private  ArrayList<String> excludedServiceIDs;
  /**
   * Excluded a list of domain from eligibility computation.
   * @param excludedServiceIDs the provided list of serviceIDs excluded from
@@ -2026,6 +2028,8 @@
  public MultiDomainServerState getLastECLCookie(
    ArrayList<String> excludedServiceIDs)
  {
    disableEligibility(excludedServiceIDs);
    MultiDomainServerState result = new MultiDomainServerState();
    // Initialize start state for  all running domains with empty state
    Iterator<ReplicationServerDomain> rsdk = this.getDomainIterator();