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
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.
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.
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
The text was updated successfully, but these errors were encountered: