Hi Michael,
we are currently moving the encoding code to akka-http and we'd like
to fix bugs if possible. Now, it's not completely sure, if this is a
spray bug, but it seems likely because corrupting the CRC can only
happen between the encoder and the network, so it would be cool if we
could track it down.
So, following up to your previous messages:
On Sun, Sep 21, 2014 at 6:41 AM, Michael Meyers <
mrmey...@gmail.com> wrote:
> I still can't pinpoint the exact problem to be able to create a small
> program that replicates the issue, but it seems to be related to the size of
> the message chunk. When I reduced it down I see it working.
What were the sizes of the message chunks that failed and what the
ones that succeeded? Could you reproduce the issue at some point
deterministically?
>>> > The unzipped file is readable, but characters are all in the wrong
>>> > places like this: "fie"ld: "abc"fed. Unfortunately I can't send you the
>>> > file as it contains business sensitive data. It could be related to the
>>> > size of the file. The uncompressed file is 13 GB. and the compressed file
>>> > is about 160 mb. I tried with a smaller data set and the zip file was ok,
>>> > but I know it has worked in the past with the full file as well, so I'm not
>>> > sure it's size related.
I wonder how the data is exactly garbled. Is there a pattern of how
big the blocks of data are that were rearranged? Is data missing or
just reordered?