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

suppress insignificant stream error messages of actor exit #17369

Open
BugenZhao opened this issue Jun 20, 2024 · 0 comments
Open

suppress insignificant stream error messages of actor exit #17369

BugenZhao opened this issue Jun 20, 2024 · 0 comments
Assignees
Labels
component/streaming Stream processing related issue. type/enhancement Improvements to existing implementation.

Comments

@BugenZhao
Copy link
Member

Since #16362, we suppress the backtrace for those exchange channel closed error as it's less likely to be the root cause of streaming pipeline failure, which makes the log less verbose.

However, it's still possible that there are (tens of) thousands of actors in production. Printing a one-liner error message can still be too verbose. It would be better if we can suppress them with some rate limit.

@BugenZhao BugenZhao added type/enhancement Improvements to existing implementation. component/streaming Stream processing related issue. labels Jun 20, 2024
@github-actions github-actions bot added this to the release-1.10 milestone Jun 20, 2024
@BugenZhao BugenZhao modified the milestones: release-1.10, release-1.11 Jul 10, 2024
@fuyufjh fuyufjh modified the milestones: release-2.0, release-2.1 Aug 19, 2024
@BugenZhao BugenZhao removed this from the release-2.1 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/streaming Stream processing related issue. type/enhancement Improvements to existing implementation.
Projects
None yet
Development

No branches or pull requests

2 participants