Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
All connection errors are logged now while match analysis, if match analysis is incomplete due such problems an error message is shown on the analysis page.
-
Empty show more show less
Description
problem
If connection problems to language resources occur during MatchAnalysis the analysis continues although with missing resources / segment analysis and is therefore incomplete. This happens mostly with t5memory while reorganization, but can happen basically due other network issues too.
The connection problems are logged in the system log, but not in the task log.
solution
- The usage of the logging was fixed, so that all problems are not logged to the task log.
- We do not break the whole analysis due the errors, but we store the count of errors in the analysis and show a error message on the analysis page if there were some connection problems.
Attachments
Issue Links
- duplicates
-
TRANSLATE-3448 Missing worker dependencies
- Done
- relates to
-
TRANSLATE-3455 Reduce complexity in dealing with worker dependencies
- Selected for dev