-
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
Percentile aggregator can panic when there aren't enough values #405
Comments
Guess I hit the same bug (or very similar) after adding a bunch of continuous queries. The database keeps crashing during start:
|
Same here, most likely adding continuous queries caused the issue. Straight after adding them, they worked, just in case this is important. |
Thanks for reporting this bug. I'll try to get a fix for it in the next release which will probably go out some time today |
@nichdiekuh what is the version of influxdb generating this stack trace ? |
0.5.4 on CentOS 6.4 I added a lot of continuous queries and influx run about 10-15min creating the downsampled series until it suddenly crashed. |
@nichdiekuh can you attach the full log to the issue or send it to our support email address. |
@nichdiekuh I think I figured out the bug in your case. which is related to the initialization process. I opened a new issue #407 to track this bug |
Using RHEL6.4 and InfluxDB v0.5.3 (git: 767ba83) (installed via prebuilt RPM). Starting influxdb via /etc/init.d/influxdb start does not give me any error, but influxdb dies during startup. Here's an extract of the log file
The text was updated successfully, but these errors were encountered: