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

main-cron fuzz test failed on numeric out of range #19891

Open
hzxa21 opened this issue Dec 23, 2024 · 1 comment
Open

main-cron fuzz test failed on numeric out of range #19891

hzxa21 opened this issue Dec 23, 2024 · 1 comment
Labels
type/bug Something isn't working
Milestone

Comments

@hzxa21
Copy link
Collaborator

hzxa21 commented Dec 23, 2024

Describe the bug

Originally found by @xxchan

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 }

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

@hzxa21 hzxa21 added the type/bug Something isn't working label Dec 23, 2024
@github-actions github-actions bot added this to the release-2.2 milestone Dec 23, 2024
@hzxa21
Copy link
Collaborator Author

hzxa21 commented Dec 23, 2024

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

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

No branches or pull requests

1 participant