Lendfating / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

"LevelDBError: Corruption: CURRENT file does not end with newline" database recovery was not possible #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. we tested synchronous and async write operations
2. while writing a big block of data we turned of the PC
3. on the next computer start: LevelDBError: Corruption: CURRENT file does not 
end with newline 

Database recovery did not start automatically. 
We were unable to recover the database

Original issue reported on code.google.com by vera.vor...@phystech.edu on 26 Jan 2012 at 2:04

GoogleCodeExporter commented 9 years ago
Yesterday's release (git commit 3c8be108bfb5) should have fixed this.

Original comment by san...@google.com on 26 Jan 2012 at 4:44