-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Component/s: Convert
-
Environment:Command line converter service, single instance, s3 binary storage, local disk converter storage.
-
Tags:
-
Backlog priority:700
-
Sprint:nxplatform 11.1.28, nxplatform 11.1.29
-
Story Points:1
Conversion service does not validate that the underlying file cache entry is present. Conversion fails without any exception, warning, or error until the caller attempts to open the file stream for the blob.
When the result is retrieved from the cache, the FileBlob is handed back to the caller without any validation that the underlying file is still present:
The construction of the file blob does not guarantee existence of the file:
Something else is removing the converter cache entry, either by TTL or size.