Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Using the match analysis after the import may lead to hanging workers in status delayed.
-
Empty show more show less
Description
problem
When using the the match analysis in a task without terminology manually after import, that lead to a delayed termtagger or spellcheck worker.
That the termtagger worker is scheduled at all is fine, since it is removing previously added term tagging information added by a previous run with termtagging enabled.
Here comes the problem, the internal Looper is locking the segments but the Remover class does not unlock them when nothing was removed.
solution
Unlock the segments also when the Remover had nothing to remove.
Attachments
Issue Links
- blocks
-
TRANSLATE-4101 Enhancements for visual as ordered by translate5 Consortium Milestone III
- In Progress
- relates to
-
TRANSLATE-4236 Deadlocks in segment processing leads to follow up error
- Done