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

eblob_want_defrag() without lock #154

Closed bioothod closed 8 years ago

bioothod commented 8 years ago

defrag: eblob_want_defrag() should not long-lock the whole blob, since we do not run iterator anymore to get number of valid and removed records

shaitan commented 8 years ago

Looks good. Thank you!