-
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
stalled trying to rotate a log, then stalled again #914
Comments
Did you up your OS file limits? On Fri, Sep 5, 2014 at 10:03 PM, mehale notifications@github.com wrote:
|
Yes, ulimit was already set to unlimited. Thanks |
This has nothing to do with log rotation, my guess is that this line is causing the process to stall:
It's trying to change the hostname. If this is a single server I'd suggent to manually set the hostname in the config file to |
@jvshahid after running on a fresh database for around 1.5 weeks now, all of a sudden the database went offline. I issued a reboot, and now I am stuck in the exact same state I was in with #904. You can see the current logs at https://gist.github.com/mattheworiordan/bfafb3225f86a85a19ac. Couple of points to bear in mind:
|
Hi, as an update, my issue is probably not related to this issue, so happy to raise a new ticket if you would like, or append all this info the closed ticket if it is reopened. After around 1 hour, the InfluxDB did in fact come online. Please see https://gist.github.com/mattheworiordan/bfafb3225f86a85a19ac for an updated log showing that 02:20:27 UTC (just under 1 hour after InfluxDB was started), the web interface comes online and recovers from the log with this log message: I did a check on the database size, and it comes in at 52GB. I have no idea if this is considered very large or not, but clearly waiting an hour to bring a database back online after a failure seems a bit excessive. Out of interest, how quickly should one expect an InfluxDB to take to start up on EC2 with SSDs and a 50GB database? Is this normal, or do I have a problem? Any advice or steps I can take to help diagnose the issue would be appreciated. |
@mattheworiordan there's an issue logged for startup times #945 |
I commented on this thread a while back with no further activity. Closing this issue. Let me know if that comment didn't fix the issue and I'll be happy to reopen the issue. |
Hi folks,
I came into a strange issue where influxdb 0.8.1 started to get stalled after midnight. The process was there, but simply nothing was being logged and nothing happened. After I ran it on the terminal I saw a message that it could not rotate the log, which I immediately assumed was the root of the problem.
Then I shut it down, fixed the permissions and restarted it again.
Now, it starts, and still gets stalled.
Here you can see log and stdout:
https://gist.github.com/mehale/528b97a551ff9da2fb3c
Thanks,
Mehale
The text was updated successfully, but these errors were encountered: