Delay SOLR Indexing

Description

When multiple save events are fired within a short period of time, each time the SOLR indexing will betriggered.
Inconsistencies occured, when the indexing started while the save operation was not finished.

I solved the problem bei introducing a DelayQueue and a new ExecutorService which triggers the indexing.

Environment

None

Activity

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created October 2, 2019 at 9:55 AM
Updated February 16, 2021 at 7:29 AM
Resolved November 28, 2019 at 8:28 AM