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

Jean-Noel Rouvignac
18.58.2013 e8dddc732b2bbebd3c440abbbb6a34d3ac6edebf
opendj-sdk/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?
  }
}