reverbrain / eblob

Eblob is an append-only low-level IO library, which saves data in blob files. Created as low-level backend for elliptics
GNU Lesser General Public License v3.0
104 stars 29 forks source link

prepare: prepare must fix on-disk and in-memory flags #155

Closed bioothod closed 8 years ago

bioothod commented 8 years ago

If it is going to reuse existing key, otherwise plain write will see old flags, which might collide with new write flags and this will fail the write

shaitan commented 8 years ago

Thank you!