diff --git a/source/java/org/alfresco/repo/node/index/IndexTransactionTracker.java b/source/java/org/alfresco/repo/node/index/IndexTransactionTracker.java index 2d6b828a70..7f82f75115 100644 --- a/source/java/org/alfresco/repo/node/index/IndexTransactionTracker.java +++ b/source/java/org/alfresco/repo/node/index/IndexTransactionTracker.java @@ -412,7 +412,8 @@ public class IndexTransactionTracker extends AbstractReindexComponent // The one to start at is the least of the two times long startTime = Math.min(lastIndexedAllCommitTimeMs, lastIndexedRemoteCommitTimeMs); // Done - return startTime; + // Make sure we recheck any voids + return startTime - maxTxnDurationMs; } /** * Gets the commit time for the last indexed transaction. If there are no transactions, then the