Skip to content

Stop preloading the binary call for blobs

Marc Shaw requested to merge stop_preloading_binary_call_for_blobs into master

What does this MR do and why?

When we are stitching the blobs, the current behaviour is to preload the binary call, however, when we do this we will be retrieving the diff each time. It is better to only set binary if needed later on, per object.

#424140 (closed)

To Test:

  • Turn on stop_precalling_binary_for_blobs feature flag
  • Create an MR that contains a binary file + other files
  • Ensure the MR diff works as expected
Edited by Marc Shaw

Merge request reports