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

Nicolas Capponi
03.36.2015 35c335ce117d26c3e1f07fdb6e18436e1e85318d
OPENDJ-2091 Last rotation time is not updated when rotation occurs in file-based changelog
1 files modified
1 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/Log.java 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/Log.java
@@ -925,6 +925,7 @@
    // Notify even if time-based rotation is not enabled, as it could be enabled at any time
    replicationEnv.notifyLogFileRotation(this);
    lastRotationTime = timeService.now();
  }
  private void renameHeadLogFileTo(final File rotatedLogFile) throws ChangelogException