Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Improve logging when translate5 is opened in multiple tabs and reduce log entries when a version conflict pops up.
-
Empty show more show less
Description
problem
A user got multiple version conflicts. The reason seems to be that he opened the task in multiple tabs in parallel at the same time.
solution
Since this is not completly clear, we improved debugging here (add a tab id to each data request) and also change the VersionConflict exception - currently producing 3 Errors in the log (due previous exception logging). This is reduced to one info log entry now.