-
Notifications
You must be signed in to change notification settings - Fork 590
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
streaming agg panics on error (e.g. overflow) #11256
Comments
We shouldn't panic it here, however we can do nothing except suspend the mview :) |
Just FYI: this is expected for executor failure without recovery enabled in the meta service. |
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 seems to be fixed already. |
Oh sorry it's not "fixed". It's just recovered and the last insertion will not succeed. |
Adding an example:
|
Describe the bug
No response
Error message/log
To Reproduce
Use this test case
risingwave/e2e_test/batch/aggregate/sum.slt.part
Lines 59 to 81 in fb45167
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
latest main
Additional context
Note: It doesn't panic immediately, but wait a while, and finally panic at
failed to execute barrier
The text was updated successfully, but these errors were encountered: