mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
MNT-23022 - Use last good commit time in index in the acl tracker as when we lose connection some acl changesets may get skipped
This commit is contained in:
+1
-3
@@ -723,9 +723,7 @@ public class AclTracker extends ActivatableTracker
|
||||
|
||||
this.state = getTrackerState();
|
||||
|
||||
Long fromCommitTime = getChangeSetFromCommitTime(changeSetsFound,
|
||||
state.getLastChangeSetCommitTimeOnServer() == 0 ? state.getLastGoodChangeSetCommitTimeInIndex()
|
||||
: state.getLastChangeSetCommitTimeOnServer());
|
||||
Long fromCommitTime = getChangeSetFromCommitTime(changeSetsFound, state.getLastGoodChangeSetCommitTimeInIndex());
|
||||
aclChangeSets = getSomeAclChangeSets(changeSetsFound, fromCommitTime, timeStep, maxNumberOfAclChangeSets,
|
||||
state.getTimeToStopIndexing());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user