-
Improvement
-
Resolution: Fixed
-
None
-
Critical
-
Add waiting for t5memory to become available before match analysis and pretranslation
-
Emptyshow more show less
We have PauseMatchAnalysisWorker which purpose originally was to wait untill t5memory import is finished before starting match analysis and pretranslation. After that several statuses were added like 'waiting for loading', 'loading', 'reorganizing' etc.
The problem:
If t5memory language resource that is assigned to task is in status other that 'importing' PauseMatchAnalysisWorker is finished and match analysis fails with an error that memory is in inappropriate status.
What needs to be done:
PauseMatchAnalysisWorker should wait now if t5memory is in any status except 'error'.
Additional:
Also need to add a doc page in confluence about t5memory waiting stuff.