basho-labs / riak-data-migrator

Riak logical export and data migration tool (using Java client)
15 stars 6 forks source link

gzipped content becomes broken after dump/restore #18

Open amgorb opened 7 years ago

amgorb commented 7 years ago

We have several gzip compressed keys stored in Riak. When i try to dump bucket with riak-data-migrator and then restore it to other Riak installation i get following when reading key:

Links,Vclock are ok Content is in gzipped format Content-encoding header is missing.

With missing Content-encoding header application/browser is unable to unpack content and thus result is garbled.