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

Lots of zero-size files in ENOSP situation #69

Closed
cmumford opened this issue Sep 9, 2014 · 2 comments
Closed

Lots of zero-size files in ENOSP situation #69

cmumford opened this issue Sep 9, 2014 · 2 comments
Assignees

Comments

@cmumford
Copy link
Contributor

cmumford commented Sep 9, 2014

Original issue 63 created by kresten.krab on 2011-12-22T16:39:27.000Z:

This is just a FYI. We've seen this odd behavior, when running out of disk space. In this particular LevelDB instance, we had ~500.000 files, of which ~386.000 were zero-length.

Let me know if you want more info for further investigation if you find this relevant.

Kresten

^count ^byte size
8986 2100454
8986 2099630
8988 2097214
3 2031616
8986 1141855
8986 817817
8987 796603
8987 786279
8988 679909
8986 675593
8986 622029
8987 549499
8986 545361
8988 543867
8986 483052
2 458752
8987 270322
2 196608
8987 173884
5 65536
386412 0

@cmumford cmumford self-assigned this Sep 9, 2014
@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #1 originally posted by sanjay@google.com on 2012-01-18T18:11:36.000Z:

Hi Kresten,

Thanks for the report.

(1) Can you send me the names of some of the zero length files? That will
help track down which part of the code was generating them.

(2) if there is a non-empty LOG file in the database directory,
the contents of that file could also help.

(3) Do you know what you were doing when this happened?
E.g., repeatedly opening the DB, or opening the DB once and
doing lots of writes to it, or opening the DB and just reading from it.

@cmumford
Copy link
Contributor Author

cmumford commented Sep 9, 2014

Comment #2 originally posted by sanjay@google.com on 2012-01-25T23:15:08.000Z:

Fixed in change 3c8be10

@cmumford cmumford closed this as completed Sep 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant