Uploaded image for project: 'translate5'
  1. translate5
  2. TRANSLATE-4234

MatchAnalysis may lead to hanging delayed workers

    • Critical
    • Using the match analysis after the import may lead to hanging workers in status delayed.

      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.

            axelbecher Axel Becher
            tlauria Thomas Lauria
            Thomas Lauria
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: