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_AUTO_INDEXSORT eblob flag #96

Closed shaitan closed 9 years ago

shaitan commented 9 years ago

New EBLOB_AUTO_INDEXSORT flag which enables sorting blob's index after the blob is closed. Extended running eblob_stress with EBLOB_AUTO_INDEXSORT flag.

Also added stat_file_time and stat_file_error to json statistics which can be used for determining hardware issues.

bioothod commented 9 years ago

Is it ready to be merged? Have all your stress tests been completed successfully?

shaitan commented 9 years ago

It is ready. Both old and new eblob_stress tests has been succeeded: https://travis-ci.org/reverbrain/eblob/jobs/42381511

bioothod commented 9 years ago

Merged, thank you