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

The brand new worker does not have any existing ActorInfo for the actors. #19884

Closed
shanicky opened this issue Dec 20, 2024 · 0 comments · Fixed by #19939
Closed

The brand new worker does not have any existing ActorInfo for the actors. #19884

shanicky opened this issue Dec 20, 2024 · 0 comments · Fixed by #19939
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@shanicky
Copy link
Contributor

Describe the bug

During the development of the alter resource group feature, I found that when an existing materialized view is altered to a completely new worker, the newly created actor cannot obtain the actor info of the upstream actor, resulting in a failure to start.

After checking the code, it seems that only the newly created actor is broadcasted.

             broadcast_info: new_actors_location_to_broadcast.clone(),

This issue may not have existed before refactoring broadcast.

Error message/log

No response

To Reproduce

No response

Expected behavior

No response

How did you deploy RisingWave?

No response

The version of RisingWave

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants