Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Fix for a problem with conflicting data when multiple batch pre-translations are running at once.
-
Empty show more show less
Description
Problem
Cleaning up the batch results with the BatchCleanupWorker is problematic because the cleanup function removes the results per language resource. This produces problems when multiple analysis are running for different tasks which are using the same language resource. It can happen that the BatchCleanupWorker removes results meant for other task before they are used for pre-translation. This later leads to not pre-translated segments.