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

fixed defrag: data is sorted check on invalid bctl #105

Closed abudnik closed 9 years ago

abudnik commented 9 years ago

Small bugfix: sorting of already sorted blobs. It happens if these blobs were sorted because of EBLOB_MERGE_NEEDED and then initiated backend defrag.