Skip to content
Snippets Groups Projects

retry: Make content_add endpoints maximize content writes to storage

  1. Jan 07, 2023
    • (@ardumont)'s avatar
      retry: Make content_add endpoints maximize content writes · bd5c966e
      (@ardumont) authored
      In effect, allow to write all but the colliding contents to the storage. This
      is the same behavior currently existing in the journal replayer. This shares
      the behavior within the retry proxy as this is a common need, for example in
      loaders.
      
      And the colliding hashes are stored in the log in a formatted way so we do not
      lose that information.
      
      Related to D2800
      Related to D2973
      bd5c966e
Loading