spotify / sparkey

Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
Apache License 2.0
1.18k stars 81 forks source link

write() may write fewer bytes than requested, and since this is not #21

Closed spkrka closed 10 years ago

spkrka commented 10 years ago

an error, we should retry until all bytes have been written.

spkrka commented 10 years ago

Ping @erikbern @matslina @snb @noaresare

a1k0n commented 10 years ago

LGTM