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
Found a fuzz test panicked at
thread 'rw-main' panicked at src/meta/src/barrier/worker.rs:372:37:
database failure reported but recovery not enabled: ReportDatabaseFailureResponse { database_id: 1 }
It seems that the root cause is actor exit due to numeric out of range error:
2024-12-22T01:42:34.245308255Z ERROR risingwave_stream::executor::actor: failed to evaluate expression identity="Project 4D0000000009" error=error while evaluating expression `int_interval_mul('2811878796578572990', '20:17:42')`: Numeric out of range suppressed_count=11
2024-12-22T01:42:34.24534473Z ERROR risingwave_stream::executor::actor: failed to evaluate expression identity="Project 4D0000000009" error=error while evaluating expression `int_interval_mul('2811878796578572990', '20:17:42')`: Numeric out of range
2024-12-22T01:42:34.246136705Z ERROR risingwave_stream::task::stream_manager: actor exit with error actor_id=19699 error=Executor error: Chunk operation error: Numeric out of range
Describe the bug
Originally found by @xxchan
https://buildkite.com/risingwavelabs/main-cron/builds/4128#0193ebf4-4d18-405b-af4a-a88f9dcbafa1
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: