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] [streaming] Enable streaming executor by default #32132

Closed
ericl opened this issue Jan 31, 2023 · 1 comment
Closed

[data] [streaming] Enable streaming executor by default #32132

ericl opened this issue Jan 31, 2023 · 1 comment
Assignees
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

Comments

@ericl
Copy link
Contributor

ericl commented Jan 31, 2023

Flip the feature flag for streaming executor by default, and fix any issues that occur.

@ericl 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 ericl added this to the Dataset Streaming Execution milestone Jan 31, 2023
@ericl 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
@jianoaix
Copy link
Contributor

jianoaix commented Feb 16, 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
@ericl ericl closed this as completed Mar 20, 2023
cadedaniel pushed a commit to cadedaniel/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
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
scottsun94 pushed a commit to scottsun94/ray that referenced this issue Mar 28, 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
cassidylaidlaw pushed a commit to cassidylaidlaw/ray that referenced this issue Mar 28, 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
Projects
None yet
Development

No branches or pull requests

2 participants