You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add a new ACTION named 'lineageMsgTooLargeException' in rules.json, which heads='^(?\d{2,4}.\d{2}.\d{2}\D+\d{2}:\d{2}:\d{2}).+ERROR.+$', middles='^.+di.lineage.org.apache.kafka.common.errors.RecordTooLargeException: The message is (?\d+) bytes.*$' and tails='^(?\d{2,4}.\d{2}.\d{2}\D+\d{2}:\d{2}:\d{2}).+$'. Then I matched one message startWith first ERROR line and endWith the 'di.lineage.org.apache.kafka.common.errors.RecordTooLargeException: The message is ' line in a driver log, regardless of the matched message contains multiple ERROR lines, which caused the message is too large. I think, from last ERROR line to the 'di.lineage.org.apache.kafka.common.errors.RecordTooLargeException: The message is' line is the best match.
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
What would you like to ask or discuss?
When I add a new ACTION named 'lineageMsgTooLargeException' in rules.json, which heads='^(?\d{2,4}.\d{2}.\d{2}\D+\d{2}:\d{2}:\d{2}).+ERROR.+$', middles='^.+di.lineage.org.apache.kafka.common.errors.RecordTooLargeException: The message is (?\d+) bytes.*$' and tails='^(?\d{2,4}.\d{2}.\d{2}\D+\d{2}:\d{2}:\d{2}).+$'. Then I matched one message startWith first ERROR line and endWith the 'di.lineage.org.apache.kafka.common.errors.RecordTooLargeException: The message is ' line in a driver log, regardless of the matched message contains multiple ERROR lines, which caused the message is too large. I think, from last ERROR line to the 'di.lineage.org.apache.kafka.common.errors.RecordTooLargeException: The message is' line is the best match.
The text was updated successfully, but these errors were encountered: