Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: How to use minimal matching message in task-parser? #232

Open
zhymin77 opened this issue Aug 8, 2024 · 0 comments
Open

[Question]: How to use minimal matching message in task-parser? #232

zhymin77 opened this issue Aug 8, 2024 · 0 comments
Labels
question Further information is requested

Comments

@zhymin77
Copy link

zhymin77 commented Aug 8, 2024

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.

@zhymin77 zhymin77 added the question Further information is requested label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant