Details
-
Bug
-
Resolution: Fixed
-
None
-
Empty show more show less
Description
The metaCache field of segments is set to longtext. For the generation of the metaCache siblingdata the concat method is used. The length of concat is limited by the mysql setting group_concat_max_len (SHOW VARIABLES LIKE 'group_concat_max_len') which defaults to 1024.
This length is probably no problem, since this very long metacacheData was caused by TRANSLATE-1311.
This leads then for transunits with many mrks to a big data structure containing all the sibling data, which is to big for the concat then.
This results in an JS error "Uncaught SyntaxError: Unexpected end of JSON input" in the frontend then.
Attachments
Issue Links
- is caused by
-
TRANSLATE-1311 segmentMeta transunitId was set to null or was calculated wrong for string ids
- Done