-
Notifications
You must be signed in to change notification settings - Fork 332
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
flow result incorrect #4863
Comments
@discord9 Please take a look |
i chage to v0.9.5, try this: https://docs.greptime.cn/user-guide/continuous-aggregation/overview 2024-10-22T12:19:44.061559Z ERROR flow::adapter: Send writeback request errors err=0: External error, at src/flow/src/adapter.rs:316:30 |
After updating to 0.9.5, it works normally |
What type of bug is this?
Unexpected error
What subsystems are affected?
Standalone mode
Minimal reproduce step
I referenced this document to verify the usage of flow, but it reported an error in version v0.9
https://docs.greptime.cn/user-guide/flow-computation/continuous-aggregation
What did you expect to see?
flow is working ok , table ngx_country is ok .
What did you see instead?
// select * from ngx_access_log limit 1;
// show flows;
calc_ngx_country
// select * from ngx_country;
nothing
log:
2024-10-22T11:54:40.381756Z ERROR flow::adapter: Flow 1029 has following errors: 0: Internal error: Accum and output should have the non-zero and same length, found accum.len() = 0, output.len() = 0, at src/flow/src/compute/render/reduce.rs:859:9
What operating system did you use?
centos7
What version of GreptimeDB did you use?
0.9.3
Relevant log output and stack trace
The text was updated successfully, but these errors were encountered: