You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Dataset.iter_batches(prefetch_blocks=1), I expect the _BlockPrefetcher actor to be colocated with the Actor that's calling iter_batches, so that the data is actually prefetched on the same node.
From the repro below, the _BlockPrefetcher is being placed on a different node.
The text was updated successfully, but these errors were encountered:
matthewdeng
added
bug
Something that is supposed to be working; but isn't
P0
Issues that should be fixed in short order
data
Ray Data-related issues
labels
May 31, 2022
What happened + What you expected to happen
When calling
Dataset.iter_batches(prefetch_blocks=1)
, I expect the_BlockPrefetcher
actor to be colocated with the Actor that's callingiter_batches
, so that the data is actually prefetched on the same node.From the repro below, the
_BlockPrefetcher
is being placed on a different node.Versions / Dependencies
Ray nightly
Reproduction script
Issue Severity
High: It blocks me from completing my task.
The text was updated successfully, but these errors were encountered: