Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
A combination of multiple problems led to hanging workers when importing a project with multiple targets and activated pre-translation.
-
Empty show more show less
Description
- wrong queuing of analysis and batchworker (always with startqueue = on, resulting in a one second delay, with multiple match resources summing up to multiple seconds, with small tasks the tasks were imported before the pretranslation was even started)
- insufficient error handling in the match analysis and batch worker in combination with above bug when the task is in status error leads to a hanging match analysis worker in status waiting which blocks most further match analysis worker from running, which then leads to tasks remaining in status import
- Basic design problem: One and the same worker used for import and not import context
- Fix of parent worker id on batch and matchanalysis worker, has no influence here, but is basically wrong
- Same for a missing worker dependency betwenn the settasktoopen worker and the batchworker