sledge-serverless-framework icon indicating copy to clipboard operation
sledge-serverless-framework copied to clipboard

Fix Image Resize Chunking in `workload_mix_realworld`

Open bushidocodes opened this issue 3 years ago • 3 comments

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 of workload_mix_realworld

bushidocodes avatar Jun 04 '21 20:06 bushidocodes

Emil reported that he couldn't reproduce this bug. I need to manually verify this.

bushidocodes avatar Jun 10 '21 16:06 bushidocodes

Is this it? result

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 avatar Jun 19 '21 23:06 emil916

@emil916 - I believe that's consistent with what I saw before.

bushidocodes avatar Jun 22 '21 15:06 bushidocodes