-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[0.9.1] aggregate functions different from sum and count do not work in CQs #3225
Comments
I am having the same, hope to get fixed soon. |
I am experiencing this issue with a SUM CQ on only a few thousand data points. My CQ: create continuous query profit_1m on traffic BEGIN select sum(value) as value into profit_1m from profit group by time(1m),* END |
Hi, Timeout problem still happens on verision 0.9.6-nightly-9637446. I must always restart influxdb for work arround [http] 2015/12/07 15:24:34 ::1 - mecdn [07/Dec/2015:15:24:24 +0700] POST /write?db=cdn_raw_log&p=%5BREDACTED%5D&precision=s&u=mecdn HTTP/1.1 500 44 - Ruby ec9d3460-9cbb-11e5-aef9-000000000000 10.002499869s |
@hiepsikhokhao your report does not look like it is related to Continuous Queries, as the write timeouts are coming from a Ruby client. |
HI @beckettsean , Yes, i use fluent-plugin-influxdb. i use influxdb to store nginx access log & use CQ to calculate. |
This bug was filed against the old query engine. Since we have completely changed the query engine since then, please try again with the latest InfluxDB. If this is still an issue, please reopen this issue. Thanks! |
Still very annoying bug in 0.9.1.
Using aggregate function like max, min , count(distinct()) ,... in CQ Queries still kills influxdb.
See Issues #3171 and #3158
The text was updated successfully, but these errors were encountered: