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

[Data] Data dashboard shows all Datasets for each job #44636

Closed
bveeramani opened this issue Apr 10, 2024 · 0 comments · Fixed by #44651
Closed

[Data] Data dashboard shows all Datasets for each job #44636

bveeramani opened this issue Apr 10, 2024 · 0 comments · Fixed by #44651
Assignees
Labels
bug Something that is supposed to be working; but isn't data Ray Data-related issues P0 Issues that should be fixed in short order

Comments

@bveeramani
Copy link
Member

What happened + What you expected to happen

I ran the repro script three times. I expected each dataset to be associated with exactly one job in the dashboard, but I see all three datasets in every job.

image image

Versions / Dependencies

2.10

Reproduction script

import ray
import time


def sleep(row):
    time.sleep(1)
    return row

ray.data.range(10, override_num_blocks=2).map(sleep).materialize()

Issue Severity

Low: It annoys or frustrates me.

@bveeramani bveeramani added bug Something that is supposed to be working; but isn't P2 Important issue, but not time-critical data Ray Data-related issues labels Apr 10, 2024
@scottjlee scottjlee added P0 Issues that should be fixed in short order and removed P2 Important issue, but not time-critical labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't data Ray Data-related issues P0 Issues that should be fixed in short order
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants