[
https://issues.apache.org/jira/browse/IGNITE-16325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17495914#comment-17495914
]
Kirill Tkalenko commented on IGNITE-16325:
------------------------------------------
[~av] As far as I can see in *GridCommonAbstractTest#assertEqualsMaps* there is
a check for Map sizes, can you add a reproducer?
{code:java}
if (exp.size() != act.size())
fail("Maps are not equal:\nExpected:\t" + exp + "\nActual:\t" +
act);
{code}
> Add compute task monitoring to keep track of their current status
> -----------------------------------------------------------------
>
> Key: IGNITE-16325
> URL: https://issues.apache.org/jira/browse/IGNITE-16325
> Project: Ignite
> Issue Type: Improvement
> Components: compute
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Fix For: 2.13
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Need to add an internal api to track the current state of compute tasks.
> It is proposed to implement through callbacks when the state of the task
> changes:
> * Starting a task;
> * Completion of job mapping;
> * Completion of the task;
> * Sending an attribute.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)