-
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
raft/shard log errors #311
Comments
I think your tmp directory was nuked somehow. Did you do anything that could delete your tmp directory or is this something that you can easily reproduce ? |
i don't think i did anything to my /tmp |
no just ls tmp and make sure that the entire directory isn't gone. You can also check your cron to make sure you don't have a script that constantly clean up tmp. I'll go ahead and close this issue, please reopen if you successfully repro this issue. |
note that most (if not all) common linux distributions implement the FHS (file hierarchy standard) which specifies that quote
|
A lot of distributions use tmpfs filesystem for /tmp point, which means all data will be gone after reboot |
while testing out #293 I noticed this in the daemon output:
https://gist.github.com/Dieterbe/9413295
right now:
although i did restart influx a few times in the meantime.
The text was updated successfully, but these errors were encountered: