[ https://issues.apache.org/jira/browse/OAK-4573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403342#comment-15403342
]
Amit Jain edited comment on OAK-4573 at 8/2/16 4:48 AM:
--------------------------------------------------------
Merged into 1.4 with r1754815
was (Author: amitjain):
Merged into 1.4 with r1753332
> S3 fetching record leads to multiple calls and background download
> ------------------------------------------------------------------
>
> Key: OAK-4573
> URL: https://issues.apache.org/jira/browse/OAK-4573
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: blob
> Reporter: Amit Jain
> Assignee: Amit Jain
> Labels: candidate_oak_1_2
> Fix For: 1.5.6, 1.4.6
>
>
> While deleting a blob during GC, a DataRecord is fetched to check that the modified timestamp
is older than configured and deleted only of its older.
> For S3 this leads to a call to #getRecord() which tries to proactively download corresponding
binaries and makes multiple calls to get lastModified timestamp and the length.
> This leads to similar behavior as observed in OAK-4430 but in the delete flow.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|