sledge-serverless-framework
sledge-serverless-framework copied to clipboard
Fix Image Resize Chunking in `workload_mix_realworld`
Currently, in workload_mix_realworld
, the source image passed to resize results in an image that appears truncated. This seems to occur ever after increasing "http-req-size" and "http-resp-size" in spec.json.
- [ ] Validate bug
- [ ] Perform cause analysis and fix cause
- [ ] Add back to
mix.csv
and validate that image resize is running properly as part ofworkload_mix_realworld
Emil reported that he couldn't reproduce this bug. I need to manually verify this.
Is this it?
How to reproduce:
Server: ~/sledge-server/runtime/experiments/workload_mix_realworld$ SLEDGE_NWORKERS=1 ./run.sh -s -e=fifo_nopreemption.env
Client: ~/sledge-client/runtime/experiments/workload_mix_realworld$ curl --data-binary "@resize/shrinking_man_large.jpg" "http://10.10.1.1:10019" --output result.png
@emil916 - I believe that's consistent with what I saw before.