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

Arroyo creates slightly confusing stacktraces for application level errors #269

Open
JoshFerge opened this issue Jun 28, 2023 · 2 comments

Comments

@JoshFerge
Copy link
Member

https://sentry.sentry.io/issues/4252310678/events/ab963ef95d334ca1b8b20079b4421d41/?project=1

this error seems like it comes from the arroyo library code, even though it happened in our application level code. It would be nice if we could have more straighforward stacktraces from our consumer errors.

@untitaker
Copy link
Member

image

@untitaker
Copy link
Member

I think this is very similar to the grouping issues we had in native, with random signal handlers interrupting the work of the main thread. We should try and figure out some additional updates to the grouping algorithm to make those stacktraces group better (truncate a few threadbases) + also add logic to arroyo so that teh stacktrace becomes more readable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants