mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
MNT-23303 - Tracker should start off from lastGoodTxCommitTimeInIndex that takes into account the retention hole
(cherry picked from commit 8689ac04ff65dd52bec9515aa135ce4763a9e0b9)
This commit is contained in:
+1
-3
@@ -937,9 +937,7 @@ public class MetadataTracker extends ActivatableTracker
|
||||
*/
|
||||
this.state = getTrackerState();
|
||||
|
||||
Long fromCommitTime = getTxFromCommitTime(txnsFound,
|
||||
state.getLastIndexedTxCommitTime() == 0 ? state.getLastGoodTxCommitTimeInIndex()
|
||||
: state.getLastIndexedTxCommitTime());
|
||||
Long fromCommitTime = getTxFromCommitTime(txnsFound,state.getLastGoodTxCommitTimeInIndex());
|
||||
|
||||
// Get transaction list to be indexed
|
||||
if (docRouter instanceof DBIDRangeRouter && txIntervalCommitTimeServiceAvailable)
|
||||
|
||||
Reference in New Issue
Block a user