-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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] [streaming] Enable streaming executor by default #32132
Labels
data
Ray Data-related issues
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
Ray 2.4
Milestone
Comments
ericl
added
enhancement
Request for new feature and/or capability
P2
Important issue, but not time-critical
data
Ray Data-related issues
Ray 2.4
labels
Jan 31, 2023
ericl
added
P1
Issue that should be fixed within a few weeks
and removed
P2
Important issue, but not time-critical
labels
Feb 6, 2023
Item list to resolve (updating in progress):
|
ericl
pushed a commit
that referenced
this issue
Feb 22, 2023
- current resource can have none object store memory (we don't account input buffer) - We need at least 2 CPUs to run a actorpool streaming - We no longer use LazyBlockList and cache partial results in streaming executor #32132
This was referenced Feb 22, 2023
7 tasks
edoakes
pushed a commit
to edoakes/ray
that referenced
this issue
Mar 22, 2023
- current resource can have none object store memory (we don't account input buffer) - We need at least 2 CPUs to run a actorpool streaming - We no longer use LazyBlockList and cache partial results in streaming executor ray-project#32132 Signed-off-by: Edward Oakes <[email protected]>
peytondmurray
pushed a commit
to peytondmurray/ray
that referenced
this issue
Mar 22, 2023
- current resource can have none object store memory (we don't account input buffer) - We need at least 2 CPUs to run a actorpool streaming - We no longer use LazyBlockList and cache partial results in streaming executor ray-project#32132
elliottower
pushed a commit
to elliottower/ray
that referenced
this issue
Apr 22, 2023
- current resource can have none object store memory (we don't account input buffer) - We need at least 2 CPUs to run a actorpool streaming - We no longer use LazyBlockList and cache partial results in streaming executor ray-project#32132 Signed-off-by: elliottower <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
data
Ray Data-related issues
enhancement
Request for new feature and/or capability
P1
Issue that should be fixed within a few weeks
Ray 2.4
Flip the feature flag for streaming executor by default, and fix any issues that occur.
The text was updated successfully, but these errors were encountered: