Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
-
Empty show more show less
Description
Problem
Multiple worker dependencies are missing when match analysis are triggered. In the attached image you can see the log with timestamps when the workers where started/finished. For example editor_Task_Operation_FinishingWorker is finished before all other workers in the match analysis chain are started. This is wrong, editor_Task_Operation_StartingWorker and editor_Task_Operation_FinishingWorker are wrappers in one analysis operation, and everything should start and finish in between. In addition to that, the quality workers are missing also multiple dependencies and they are also part of the analysis chain.
After fixing this issue here, please document the analysis workers order/dependencies in confluence page so we have visual overview about it.
Attachments
Issue Links
- is duplicated by
-
TRANSLATE-3454 Analysis runs through although t5memories are in state of reorganisation
- Done
- relates to
-
TRANSLATE-3455 Reduce complexity in dealing with worker dependencies
- Selected for dev