Merged V3.2 to HEAD

19493: Merged V3.1 to V3.2
        19471: Build fix after changes for ALF-2076 were merged forward. Index checker correctly understands INDETERMINATE state of indexed transactions


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19495 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2010-03-23 11:53:13 +00:00
parent 9567794ff2
commit 557c9e5cfa

View File

@@ -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