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

Jean-Noel Rouvignac
22.13.2013 e94ac98748d3cb303dbff2a4c7e549c017b3dbd6
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -1311,7 +1311,7 @@
    if (!it.next())
    {
      it.releaseCursor();
      close(it);
      return null;
    }
@@ -1867,11 +1867,6 @@
    }
  }
  private void sleep(int millis)
  {
    try { Thread.sleep(millis); } catch (InterruptedException e) {}
  }
  /**
   * Creates a TopologyMsg filled with information to be sent to a remote RS.
   * We send remote RS the info of every DS that are directly connected to us
@@ -2717,9 +2712,7 @@
              // there's no change older than eligibleCN (case of s3/cn31)
              result.update(new ChangeNumber(0, 0, serverId));
            } finally {
              if (ri != null) {
                ri.releaseCursor();
              }
              close(ri);
            }
          } else {
            // for this serverId, all changes in the ChangelogDb are holder