tillrohrmann opened a new pull request #18194:
URL: https://github.com/apache/flink/pull/18194


   ## What is the purpose of the change
   
   376550f61e2ec34a563b3bd715474ed388a427d3: Let the `TransientBlobCache` 
register expiry times for recovered transient blobs.
   
   2aeb94c5b2a5d90599f9f3e73312c63e911c3579: Let the `PermanentBlobCache` 
register expiry times for recovered jobs
   
   fa65cf9c54425f141bab1960c1894a1fcfbd9f65: Let the `BlobServer` register 
expiry times for the recovered transient blobs.
   
   d111c3d078423a6a90e33d91fe2a8cbc1a4d1bbc: Let the `Dispatcher` tell the 
`BlobServer` which job blobs to retain after a recovery.
   
   This PR is based on #18192.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** 
/ don't know)
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (**yes** / no / don't 
know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs 
/ not documented)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to