-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.10-HF44, 11.5, 2021.2
-
Component/s: BlobManager, Key/Value Store, S3
-
Team:FG
-
Sprint:nxFG 11.3.1
-
Story Points:3
When a KeyValueBlobTransientStore is backed by a caching blob provider, the GC (which is called when the transient store is full) should not delete in-flight temporary files from other threads being in the process of creating new entries in the cache, as this temporary file is expected to be reliable.
This happens only in situations of high concurrency and high cache fill ratio.