retry: Make content_add endpoints maximize content writes to storage
Closed
requested to merge generated-differential-D3012-source into generated-differential-D3012-target
- Jan 07, 2023
-
-
(@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
-