-
Notifications
You must be signed in to change notification settings - Fork 591
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
source split change may use stale cache #15591
Comments
This issue has been open for 60 days with no activity. Could you please update the status? Feel free to continue discussion or close as not planned. |
This problem will not happen for source, since we ensure the memory states are always the same as assigned ones: risingwave/src/stream/src/executor/source/source_executor.rs Lines 301 to 322 in a3c6e48
|
I'm unsure whether this is always correct when scaling. The ideas are similar to the documentation on the function
cache_may_stale
. The safest way should be always recovering states from the state store.Originally posted by @BugenZhao in #14172 (comment)
The text was updated successfully, but these errors were encountered: