-
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
crash after restart with 0.5.0rc1 #274
Comments
On it |
This happened to me as well. Deleting contents of /tmp related to InfluxDB helped. |
@schmurfy is it possible to tar your data directory and send it over. |
@schmurfy actually, don't worry about it, I've managed to reproduce it locally. It has to do with the write buffer filling up and then attempting to replay from log. Should have a fix tomorrow. In the meantime you can set the write-buffer-size in storage to something high like 100k and it should be ok. Unless you're writing too much for LevelDB to keep up. |
thanks for solving it so quickly :) If I update my currently running influxdb with the fixed one, will the new one manage to "save" my database or will I need to delete it ? |
@schmurfy Because of the bugs in rc.1, you'll have to blow away your data directory and start fresh with rc.2 |
When restarting influxdb sometimes I get this:
When this occurs I can restart as many times as I want it will stay this way until I remove the data folders and start from scratch, on this specific machine I get this error half the time when I restart, this makes it quite hard to keep any history xD
The text was updated successfully, but these errors were encountered: