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

Jean-Noel Rouvignac
18.58.2013 4765dc83906e14e33a2c97c64d9367bf508a28e6
opends/src/server/org/opends/server/replication/server/changelog/je/JEChangelogDB.java
@@ -753,7 +753,7 @@
  /** {@inheritDoc} */
  @Override
  public void replicaHeartbeat(DN baseDN, CSN csn)
  public void replicaHeartbeat(DN baseDN, CSN heartbeatCSN)
  {
    // TODO implement this when the changelogDB will be responsible for
    // maintaining the medium consistency point
@@ -761,9 +761,11 @@
  /** {@inheritDoc} */
  @Override
  public void replicaOffline(DN baseDN, int serverId)
  public void replicaOffline(DN baseDN, CSN offlineCSN)
  {
    // TODO implement this when the changelogDB will be responsible for
    // maintaining the medium consistency point
    // TODO make sure that this operation will not lose changes
    // TODO save this state in the changelogStateDB?
  }
}