[
https://issues.apache.org/jira/browse/IGNITE-20841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Gagarkin updated IGNITE-20841:
-----------------------------------
Description:
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 Instant createTime;
private Instant startTime;
private Instant finishTime;
} {code}
was:
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}
> 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: 0.5h
> 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 Instant createTime;
> private Instant startTime;
> private Instant finishTime;
> } {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)