mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -412,7 +412,8 @@ public class IndexTransactionTracker extends AbstractReindexComponent
|
|||||||
// The one to start at is the least of the two times
|
// The one to start at is the least of the two times
|
||||||
long startTime = Math.min(lastIndexedAllCommitTimeMs, lastIndexedRemoteCommitTimeMs);
|
long startTime = Math.min(lastIndexedAllCommitTimeMs, lastIndexedRemoteCommitTimeMs);
|
||||||
// Done
|
// 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
|
* Gets the commit time for the last indexed transaction. If there are no transactions, then the
|
||||||
|
Reference in New Issue
Block a user