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

Jean-Noel Rouvignac
22.52.2013 d6a06db385dcf1a99e55aae84162893b4d9878c5
opends/src/server/org/opends/server/replication/server/DataServerHandler.java
@@ -230,14 +230,7 @@
    return newStatus;
  }
  /**
   * Retrieves a set of attributes containing monitor data that should be
   * returned to the client if the corresponding monitor entry is requested.
   *
   * @return  A set of attributes containing monitor data that should be
   *          returned to the client if the corresponding monitor entry is
   *          requested.
   */
  /** {@inheritDoc} */
  @Override
  public List<Attribute> getMonitorData()
  {
@@ -426,8 +419,7 @@
        }
      }
      // lock with no timeout
      lockDomain(false);
      lockDomainNoTimeout();
      localGenerationId = replicationServerDomain.getGenerationId();
      oldGenerationId = localGenerationId;
@@ -501,9 +493,7 @@
    }
    finally
    {
      if (replicationServerDomain != null &&
          replicationServerDomain.hasLock())
        replicationServerDomain.release();
      releaseDomainLock();
    }
  }