Skip to content
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

"file missing" error #3

Open
missinglink opened this issue Feb 26, 2015 · 2 comments
Open

"file missing" error #3

missinglink opened this issue Feb 26, 2015 · 2 comments

Comments

@missinglink
Copy link
Member

missinglink commented Feb 26, 2015

If the leveldb file becomes corrupted, future execution of the script results in an immediate fatal error:

2015/02/26 16:54:32 file missing
exit status 1

Changing the location of the leveldb directory or removing the files solves the issue.

@dianashk
Copy link
Contributor

dianashk commented Aug 8, 2016

@missinglink, we should discuss prioritizing this if it isn't too big of an effort. Had a user get stung by this when running the openstreetmap importer. It wasn't actually exiting, just kept sitting idly looking like something was going to happen.

@easherma
Copy link

easherma commented Aug 8, 2016

Even just a little bit of error handling/more explicit messaging would help, though I wonder if a next level fix would be to just wipe that temp directory of ldb files if it detects them previously existing. I'm not sure what else those are used for besides an import or if it is useful to have them around for subsequent import attempts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants