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

Ludovic Poitou
22.21.2012 36f15683bbdb78aa429defa97d1a6c26d03eb9b9
opendj-sdk/opends/src/server/org/opends/server/replication/server/StatusAnalyzer.java
@@ -95,7 +95,7 @@
    if (debugEnabled())
    {
      TRACER.debugInfo("Directory server status analyzer starting for dn " +
        replicationServerDomain.getBaseDn().toString());
        replicationServerDomain.getBaseDn());
    }
    boolean interrupted = false;
@@ -211,7 +211,7 @@
      if (debugEnabled())
      {
        TRACER.debugInfo("Shutting down status analyzer for dn "
            + replicationServerDomain.getBaseDn().toString() + " in RS "
            + replicationServerDomain.getBaseDn() + " in RS "
            + replicationServerDomain.getReplicationServer().getServerId());
      }
    }
@@ -234,7 +234,7 @@
        if (n >= FACTOR)
        {
          TRACER.debugInfo("Interrupting status analyzer for dn " +
            replicationServerDomain.getBaseDn().toString() + " in RS " +
            replicationServerDomain.getBaseDn() + " in RS " +
            replicationServerDomain.getReplicationServer().getServerId());
          this.interrupt();
        }
@@ -254,8 +254,8 @@
    if (debugEnabled())
    {
      TRACER.debugInfo("Directory server status analyzer for dn " +
        replicationServerDomain.getBaseDn().toString() + " changing threshold" +
        " value to " + degradedStatusThreshold);
        replicationServerDomain.getBaseDn() + " changing threshold value to " +
        degradedStatusThreshold);
    }
    this.degradedStatusThreshold = degradedStatusThreshold;