Skip to content

[data][bug] Dataset execution can be implicitly triggered when passing a dataset to an Actor. #52549

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

Open
raulchen opened this issue Apr 23, 2025 · 1 comment

Comments

@raulchen
Copy link
Contributor

raulchen commented Apr 23, 2025

Today dataset execution can be triggered by Dataset.__repr__.

When passing a dataset as an actor argument (e.g., this happens for SplitCoordinator), Ray Core formats the actor tittle by calling repr on all arguments. And this will implicitly trigger dataset execution, and thus causing unnecessary overheads.

@raulchen
Copy link
Contributor Author

related issue #50361

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

1 participant