| opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/Log.java | ●●●●● 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