[
https://issues.apache.org/jira/browse/FLINK-25430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Pohl updated FLINK-25430:
----------------------------------
Description:
This issue includes introducing the interface and coming up with a in-memory
implementation of it that should be integrated into the {{Dispatcher}}.
* We’ll introduce the new interface {{JobResultStore}}
* We’ll remove the {{RunningJobsRegistry}} a replace its functionality with
{{(Standalone|Embedded)JobResultStore}} (This is basically only about
{{RunningJobsRegistry#setJobFinished}} method
* The {{JobResultStore}} should be initialized along the {{JobGraphWriter}}
since both components are closely related.
was:This issue includes introducing the interface and coming up with a
in-memory implementation of it that should be integrated into the
{{Dispatcher}}. The {{JobResultStore}} should be initialized along the
{{JobGraphWriter}} since both components are closely related.
> Introduce JobResultStore
> ------------------------
>
> Key: FLINK-25430
> URL: https://issues.apache.org/jira/browse/FLINK-25430
> Project: Flink
> Issue Type: Sub-task
> Reporter: Matthias Pohl
> Priority: Major
>
> This issue includes introducing the interface and coming up with a in-memory
> implementation of it that should be integrated into the {{Dispatcher}}.
> * We’ll introduce the new interface {{JobResultStore}}
> * We’ll remove the {{RunningJobsRegistry}} a replace its functionality with
> {{(Standalone|Embedded)JobResultStore}} (This is basically only about
> {{RunningJobsRegistry#setJobFinished}} method
> * The {{JobResultStore}} should be initialized along the {{JobGraphWriter}}
> since both components are closely related.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)