[
https://issues.apache.org/jira/browse/IGNITE-20841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Gagarkin reassigned IGNITE-20841:
--------------------------------------
Assignee: Ivan Gagarkin
> Introduce Compute Job status internal layer
> -------------------------------------------
>
> Key: IGNITE-20841
> URL: https://issues.apache.org/jira/browse/IGNITE-20841
> Project: Ignite
> Issue Type: Improvement
> Components: compute
> Reporter: Mikhail Pochatkin
> Assignee: Ivan Gagarkin
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Each not-finished Compute Job should provide their current status. This
> ticket require only internal API layer. The structure of status class should
> be follow
> {code:java}
> public class JobStatus {
> private final UUID id;
> private JobState state;
> private String ownership;
> private Instant createTime;
> private Instant startTime;
> private Instant finishTime;
> } {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)