Skip to content

[data.dashboard.x][12] print the whole stack trace when dataset fails #52596

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

Merged
merged 1 commit into from
Apr 25, 2025

Conversation

can-anyscale
Copy link
Collaborator

@can-anyscale can-anyscale commented Apr 25, 2025

Currently when ray.data hits an exception, it just propagate the exception up without printing the stack trace. This makes the per-dataset-log kind of useless because it doesn't have the stack trace (see the screenshot I attached). This change makes sure ray.data prints the stack trace.

Test:

  • CI
Screenshot 2025-04-24 at 5 44 42 PM Screenshot 2025-04-24 at 5 45 07 PM

@can-anyscale can-anyscale requested a review from a team as a code owner April 25, 2025 00:46
@can-anyscale can-anyscale added the go add ONLY when ready to merge, run all tests label Apr 25, 2025
Copy link
Contributor

@omatthew98 omatthew98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@can-anyscale can-anyscale merged commit 906087d into master Apr 25, 2025
5 checks passed
@can-anyscale can-anyscale deleted the can-dataop09 branch April 25, 2025 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants