-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF33
-
Component/s: BlobManager
-
Release Notes Summary:Streaming blob length computation has been improved
-
Sprint:nxcore 9.3.9
-
Story Points:2
Since 6.0 HF33 Nuxeo does not rely on a file length provided by the binary manager. This causes side effects for certain scenarios used by customers for ingestion:
- ERROR is logged each time the blob is read
- the length has to be computed by reading the blob which is inefficient most of the time
Provide a fix that
- allows use of blobs without triggering "Missing blob length" errors (perhaps lower this exception's priority to Warning)
- allow writing new blobs from InputStreamSource without performance degradation
- depends on
-
NXP-20756 Client-side S3 encryption breaks blob length
- Resolved