nsoft / jesterj

Document Ingestion Framework for Search Systems
Apache License 2.0
34 stars 33 forks source link

Steps not clearing queue on deactivate #161

Closed nsoft closed 3 years ago

nsoft commented 3 years ago

Discovered during debugging a test that the deactivate() method was not clearing out the queue for each step, so if the plan was re-activated the in-flight docs would be resumed potentially leading to duplicate processing when the activate step detected them as in progress and set them back to "RESTART" status.