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

Jean-Noel Rouvignac
17.41.2013 c1fa743ae813a9e636244e113a5588d02f50db75
ReplicationServer.java:
Added a debug statement to help diagnose a ClassCastException in ReplicationServerTest.windowProbeTest().
1 files modified
8 ■■■■■ changed files
opends/src/server/org/opends/server/replication/server/ReplicationServer.java 8 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -468,6 +468,8 @@
    }
    catch (Exception e)
    {
      if (debugEnabled())
        TRACER.debugCaught(DebugLogLevel.ERROR, e);
      close(session);
      close(socket);
    }
@@ -1506,7 +1508,7 @@
      TRACER.debugInfo("In " + this + " getEligibleCSN() ends with " +
        " the following domainEligibleCSN for each domain :" + debugLog +
        " thus CrossDomainEligibleCSN=" + eligibleCSN +
        "  ts=" + new Date(eligibleCSN.getTime()).toString());
        "  ts=" + new Date(eligibleCSN.getTime()));
    }
    return eligibleCSN;
  }
@@ -1765,7 +1767,7 @@
    return this.changelogDB.getDBDirName();
  }
  /*
  /**
   * Normalize a URL so that this host's local address is used if the provided
   * host name corresponds to a local interface. This method is design to work
   * with getNormalizedLocalURL().
@@ -1817,7 +1819,7 @@
    }
  }
  /*
  /**
   * Return normalized local url suitable for comparison against result returned
   * by normalizeServerURL().
   */