You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Initializer creates wrong queue items with starttime in future
The field "changed" is wrong for records with starttime in future.
This results in a exception on indexing such pages, because the record
have to be indexed not until the starttime is past.
Solution: use greatest value of starttime and tstamp on initializing the
queue.
Resolves: #57890
Releases: 3.0, 2.8
Change-Id: Idf687f8f69c5372e1a73c8a23439c7251bb64521
0 commit comments