-
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
influxdb crashes with nil pointer reference #4494
Comments
Thanks for reporting! I'm not part of the project but I should think that it would be helpful if you provide additional information about your configuration, such as which version you are running. |
What's version are you running? What arch? |
influxd version
uname -a
configuration:
|
v0.9. is not enough information, unfortunately. Did you build this yourself? What is the commit hash? |
@otoolep yeah, i had built it from master, and cant track the commit sha easily. i'll rebuild it from current master and let it run for couple of days and report back. Do you want me to close the ticket for the time being? |
You can't track the commit? Just do
I will close the ticket. Without more information -- the actual panic and commit hash -- there is nothing we can do here. |
Actually, I think it back, you have provided the panic, but without the actual commit, it may be difficult to work on this issue. |
Actually, I think I see the issue. |
This will ensure that these operations don't run concurrently. This change also ensures nil batchers are not closed. Fixes issue #4494.
@otoolep i run the whole thing inside a raspberry pi cluster (influx, telegraf, grafana), on weekends it acts as build farm , producing all builds (using GoCD), and during the weekdays i run it as traditional DC (monitoring + scheduler/batch jobs), hence i dont have the code once. thanks a tonne for the fix, i'll give it a spin :-) . |
All fixed. |
Im getting a nil pointer reference related panic and corresponding crash, after every few days. This error goes away if i blow away the data directory
Following is the trace
The text was updated successfully, but these errors were encountered: