Julian Sedding created OAK-12040:
------------------------------------
Summary: segment-azure: reduce HTTP requests for writes
Key: OAK-12040
URL: https://issues.apache.org/jira/browse/OAK-12040
Project: Jackrabbit Oak
Issue Type: Improvement
Components: segment-azure
Reporter: Julian Sedding
Assignee: Julian Sedding
Currently,
{{org.apache.jackrabbit.oak.segment.azure.AzureSegmentArchiveWriter#doWriteArchiveEntry}}
issues two http requests for every write. One to upload the blob and a second
one to set the metadata on the blob. This can be optimized to use a single HTTP
request instead.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)