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

Open
shanicky opened this issue Dec 20, 2024 · 0 comments · May be fixed by #19939
Open

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

shanicky opened this issue Dec 20, 2024 · 0 comments · May be 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

@shanicky shanicky added the type/bug Something isn't working label Dec 20, 2024
@github-actions github-actions bot added this to the release-2.2 milestone Dec 20, 2024
@wenym1 wenym1 linked a pull request Dec 26, 2024 that will close this issue
8 tasks
@shanicky shanicky modified the milestones: release-2.2, release-2.3 Dec 27, 2024
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