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

Valery Kharseko
yesterday 0885d16ac22a0ecd2267bf3c8818a3a8a5a9dadb
opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationBroker.java
@@ -829,7 +829,7 @@
      final ConnectedRS rs = connectedRS.get();
      if (rs.isConnected())
      {
        connectPhaseLock.notify();
        connectPhaseLock.notifyAll();
        final long rsGenId = rs.rsInfo.getGenerationId();
        final int rsServerId = rs.rsInfo.getServerId();
@@ -851,7 +851,7 @@
        if (!connectionError)
        {
          connectionError = true;
          connectPhaseLock.notify();
          connectPhaseLock.notifyAll();
          if (!rsInfos.isEmpty())
          {
@@ -2510,7 +2510,7 @@
          synchronized (monitorResponse)
          {
            monitorResponse.set(true);
            monitorResponse.notify();
            monitorResponse.notifyAll();
          }
          // Update the replication servers ServerStates with new received info